gwf-uwaterloo / watersheds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 76.1%Language:JavaScript 16.5%Language:HTML 6.7%Language:CSS 0.7%