Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/scrape-fema-shelters
https://github.com/simonw/scrape-fema-shelters
git-scraping
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonw/scrape-fema-shelters
- Owner: simonw
- Created: 2023-08-19T06:02:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T23:05:58.000Z (7 months ago)
- Last Synced: 2024-05-01T23:17:54.317Z (7 months ago)
- Topics: git-scraping
- Homepage:
- Size: 6.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```