https://github.com/catenarytransit/fire-bounds-cache
Fire Bounds cache
https://github.com/catenarytransit/fire-bounds-cache
Last synced: 2 months ago
JSON representation
Fire Bounds cache
- Host: GitHub
- URL: https://github.com/catenarytransit/fire-bounds-cache
- Owner: catenarytransit
- Created: 2025-01-08T17:02:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-02T21:22:14.000Z (2 months ago)
- Last Synced: 2026-04-02T23:43:11.835Z (2 months ago)
- Language: Shell
- Size: 4.11 GB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catenary Fire Bounds Cache
The following data source can be edited manually:
```
/manual_data/firenames.json
/manual_data/evac.json
```
Edit manually steps:
1. Copy data into https://geojson.io/
2.
- For firenames.json: Draw points and fill in field called `name`
- For evac.json: Draw areas and label field key `status` with either `set` or `go`
4. Copy data back into the file, save, and commit, and upload.
All other data sources update automatically via GitHub actions every 5 minutes. Force updates can be done by visiting Actions tab on GitHub repo site and running the action under the actions called "manually update".