Inquiry: Sources for Indian River Water Quality Data #189391
Replies: 3 comments
-
|
For recent water quality data (2021–2025) in India, you should move away from static GitHub repos and look at these live institutional portals:
Quick Tip: 2025 data might still be 'provisional' in some stations. If you need API access, India-WRIS is the only one currently offering semi-automated data retrieval through their dashboard. |
Beta Was this translation helpful? Give feedback.
-
|
For recent datasets (2021-2025), I recommend checking the India-WRIS (Water Resources Information System) portal directly, as they have an API for real-time monitoring. Also, the CPCB's 'ENVIS' portal often hosts more updated reports than their main site. If you can't find a direct CSV, look for their 'Live Water Quality Data' dashboard—sometimes you can intercept the JSON response via the browser's Network tab (DevTools) or use a simple Python scraper to pull the latest tables. Good luck with your analysis! |
Beta Was this translation helpful? Give feedback.
-
|
Try these sources for Indian River water quality data: Government sources:
Open APIs:
GitHub repos:
Research Databases:
Most recent certified data (2021-2025) comes from CPCB monitoring stations. Direct CSV downloads are often available from cpcb.nic.in/download section. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
I have been searching for water quality data for rivers across India. While I found some repositories (like the 2009-2012 CPCB datasets), the data is significantly outdated for my current analysis.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions