๐Ÿ“ฆ simonw / scrape-fema-shelters

โ˜… 7 stars โ‘‚ 0 forks ๐Ÿ‘ 7 watching
git-scraping
๐Ÿ“ฅ Clone https://github.com/simonw/scrape-fema-shelters.git
HTTPS git clone https://github.com/simonw/scrape-fema-shelters.git
SSH git clone git@github.com:simonw/scrape-fema-shelters.git
CLI gh repo clone simonw/scrape-fema-shelters
Automated Automated Wed Jan 21 22:43:22 UTC 2026 53a847d 16 minutes ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“„ fema-shelters.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

scrape-fema-shelters

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