Automated downloads of geographic information system data posted by the National Oceanic and Atmospheric Administration's National Hurricane Center and Central Pacific Hurricane Center
Clone the repository.
gh repo clone palewire/noaa-hurricane-gis-scraper
Move into the directory.
cd noaa-hurricane-gis-scraper
Install the requirements.
pipenv install --dev`
Scrape GIS feeds.
pipenv run python -m pipeline.scrape feeds
Scrape a-deck models.
pipenv run python -m pipeline.scrape adecks
Convert GIS feeds to GeoJSON.
pipenv run python -m pipeline.convert maps
Convert a-deck models to GeoJSON.
pipenv run python -m pipeline.convert adecks
Consolidate a master list of processed a-deck files.
pipenv run python -m pipeline.consolidate adecks