A repo to hold python tools that facilitate the assessment of natural hazards over various domains like population, landuse, infrastructure, etc
Install dependencies to virtual environment as below.
pipenv install -r requirements.txt
Then, run the below command to show help menu.
pipenv run python -m cbsurge.cli --help
admin
command provides functionality to retrieve admin data for passed bounding bbox from either OpenStreetMap or OCHA.
- OSM
pipenv run python -m cbsurge.cli admin osm --help
- ocha
pipenv run python -m cbsurge.cli admin ocha --help