Rivers of India shape files

113 views
Skip to first unread message

Vaidya

unread,
Dec 2, 2022, 12:14:03 AM12/2/22
to data...@googlegroups.com
Hello,

Has anyone got the shapefiles for IndaWris river basins map?
https://indiawris.gov.in/wris/#/riverBasins 
More than the basins, trying to find the map of rivers themselves.

Thanks,
Vaidya

sreeram kandimalla

unread,
Dec 5, 2022, 3:11:12 AM12/5/22
to data...@googlegroups.com
I have found the pyesridump python package quite useful for scraping arcgis servers.  

In this particular case, when opening the url https://indiawris.gov.in/wris/#/riverBasins  in a browser, one can observe that the arcgis rest services endpoint is https://arc.indiawris.gov.in/server/rest/services by looking at the network calls being made by the webpage.

This URL can be directly used in the browser to locate the individual layers available on the server.. In this case the rivers layer was found at https://arc.indiawris.gov.in/server/rest/services/Common/River_WRP/MapServer/1 

On a machine with python and pip installed, you can run the following commands to get the rivers data

One time installation of esridump:
pip install esridump

Retrieval of the Rivers Layer:

The timeouts, batch size ( -m ) command line arguments can be adjusted if the default settings fail. 

The layer is retrieved here into the geojsonl file rivers.geojsonl. 

Other layers can be similarly retrieved. 





--
Datameet is a community of Data Science enthusiasts in India. Know more about us by visiting http://datameet.org
---
You received this message because you are subscribed to the Google Groups "datameet" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datameet+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/datameet/CAHVy6PE2%3DN-PV_ZjzMyD_VB5aV59nXgHM1BJEB81JjKBHg8qJA%40mail.gmail.com.

Mohan zade

unread,
Dec 5, 2022, 10:03:11 AM12/5/22
to data...@googlegroups.com
Hi,

You can find the map under Publication for each basin. Please check
the link and go to publication tab. you can download the report for
each basin
https://indiawris.gov.in/wris/#/Basin

Mohan R.

On Fri, Dec 2, 2022 at 10:44 AM Vaidya <vaidyan...@gmail.com> wrote:
>

Vaibhav Chhipa

unread,
Dec 5, 2022, 10:03:19 AM12/5/22
to datameet
Hi Vaidya,

Hydrosheds database, primarily from WWF - World Wildlife Fund is available at the following link - https://www.hydrosheds.org/products/gloric

Here, you can find the vector files of all the rivers in the world.

Please note that this email and all files, information, intents and effects contained herein, and conveyed hereby, shall be construed as strictly and absolutely confidential intellectual property of CropIn, intended solely for use by the addressee. Notwithstanding anything contained herein, this email shall not be construed to give rise to any implied contractual relationship between CropIn and/or its representatives and the recipient/s. In spite of due diligence exercised by CropIn to ensure that this email and all attachments herewith are free from viruses/defects, it will be the sole responsibility of the recipient to proceed with caution, and CropIn and/ or its representatives shall not in any way be liable for any unforeseen security breach arising thereof. If this email has reached you in error, or you are not the intended recipient of such email, you should delete this email along with any attachments from your system, after notification to the sender. Any unauthorised dissemination, disclosure and/ or use of the contents of this communication to anyone for any purpose whatsoever, is strictly prohibited and punishable in law.

sashik...@gmail.com

unread,
Dec 6, 2022, 12:21:54 AM12/6/22
to datameet
Hi Vaidya,
If you are  fine to use Google Earth Engine, please check the following catalog links https://developers.google.com/earth-engine/datasets/tags/hydrosheds

with regards
Sashi

Nikhil VJ

unread,
Dec 7, 2022, 10:10:48 PM12/7/22
to data...@googlegroups.com
Hi Vaibhav,

That hydrosheds.org site has some pretty nice data! Thanks for sharing!

Data from https://www.hydrosheds.org/ downloaded, filtered for India (roughly, lot of neighboring regions included in the rectangle) and published as vector tiles that can be imported in QGIS, OSM iD editor etc:

Lakes polygons:
vector tile layer: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroLAKES_polys_v10_India/{z}/{x}/{y}.pbf
preview: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroLAKES_polys_v10_India/#5.17/19.971/74.424

Lake pour points: (I'm not really sure what this is but may be useful)
vector tile layer: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroLAKES_points_v10_India/{z}/{x}/{y}.pbf
preview: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroLAKES_points_v10_India/#10.3/10.0524/78.8019

Rivers:
vector tile layer: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroRIVERS_v10_India/{z}/{x}/{y}.pbf
preview: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroRIVERS_v10_India/#7.35/21.079/72.904

Basins Level 8:
vector tile layer: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroBASINS_lev08_India/{z}/{x}/{y}.pbf
preview: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroBASINS_lev08_India/#5.49/19.365/75.282

Basins Level 12:
vector tile layer: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroBASINS_lev12_India/{z}/{x}/{y}.pbf
preview: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroBASINS_lev12_India/#6.96/20.54/73.371

GloRiC river classification:
vector tile layer: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-GloRiC_v10_India/{z}/{x}/{y}.pbf
preview: https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-GloRiC_v10_India/#8/21.088/72.371

Please see the respective sections on https://www.hydrosheds.org/ for understanding about the attributes in the data.
I'm not getting into that; just wanted to make the data accessible for people as the huge datasets will probably not open on budget laptops.

Commands for converting the data and publishing as vector tiles shared here: https://gist.github.com/answerquest/72e26f11d3da1069cbb02032633a71df

--
Cheers,
Nikhil VJ
https://nikhilvj.co.in


--
Datameet is a community of Data Science enthusiasts in India. Know more about us by visiting http://datameet.org
---
You received this message because you are subscribed to the Google Groups "datameet" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datameet+u...@googlegroups.com.

Vaidya

unread,
Dec 12, 2022, 4:01:56 AM12/12/22
to data...@googlegroups.com
This is awesome! Will check these out. Thanks!

-Vaidya

Gaurav Meena

unread,
Dec 12, 2022, 4:04:41 AM12/12/22
to data...@googlegroups.com

just found above. Not sure about authenticity or quality comparison with other dataset.

Reply all
Reply to author
Forward
0 new messages