Mon Mar 23 08:50:11 UTC 2026
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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
scrape-fema-shelters
A Git scraper tracking the official feed of FEMA emergency shelters.
To convert this to SQLite using git-history: