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-scraperMove into the directory.
cd noaa-hurricane-gis-scraperInstall the requirements.
pipenv install --dev`Scrape GIS feeds.
pipenv run python -m pipeline.scrape feedsScrape a-deck models.
pipenv run python -m pipeline.scrape adecksConvert GIS feeds to GeoJSON.
pipenv run python -m pipeline.convert mapsConvert a-deck models to GeoJSON.
pipenv run python -m pipeline.convert adecksConsolidate a master list of processed a-deck files.
pipenv run python -m pipeline.consolidate adecks