Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 651 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 651 Bytes

watersheds

watersheds provide Api for users to easily search in HydroBASINS and HydroRIVERS. For HydroBASINS and HydroRIVERS, we convert them from .shp to .geojson

Project Environment

  • python 3.7.11
  • install environment
     pip install requirements.txt
    

Project Structure

- requirements.txt
- /docs
	- README.md
		runbook for this project
- /scripts
	- plot_demo.py
		demo to use watersheds api search and plot
- / watersheds
	- /search
		- /app
			- web app for river searching
		- search.py
			- API methods used to search for rivers/basins
	- /data
		all HydroBASINS and HydroRIVERS geojson files here
	- _base.py