https://github.com/simonw/scrape-fema-shelters.git
A Git scraper tracking the official feed of FEMA emergency shelters.
To convert this to SQLite using git-history:
git-history file fema.db fema-shelters.json --convert '
geojson = json.loads(content)
for feature in geojson["features"]:
yield feature["properties"]
' --ignore objectid --id SHELTER_ID