https://github.com/simonw/scrape-fema-shelters
https://github.com/simonw/scrape-fema-shelters
git-scraping
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonw/scrape-fema-shelters
- Owner: simonw
- Created: 2023-08-19T06:02:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:07:27.000Z (6 months ago)
- Last Synced: 2024-10-29T09:26:16.455Z (6 months ago)
- Topics: git-scraping
- Homepage:
- Size: 12.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - simonw/scrape-fema-shelters - (Others)
README
# scrape-fema-shelters
A [Git scraper](https://simonwillison.net/2020/Oct/9/git-scraping/) tracking the official feed of FEMA emergency shelters.
To convert this to SQLite using [git-history](https://github.com/simonw/git-history):
```bash
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
```