Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonw/scrape-fema-shelters


https://github.com/simonw/scrape-fema-shelters

git-scraping

Last synced: 28 days ago
JSON representation

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
```