├── .github └── workflows │ └── scrape.yml ├── README.md ├── incidents-june-2023-format.json └── incidents.json /.github/workflows/scrape.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/ca-fires-history/HEAD/.github/workflows/scrape.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/ca-fires-history/HEAD/README.md -------------------------------------------------------------------------------- /incidents-june-2023-format.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /incidents.json: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------