CAL FIRE GeoJson Data

Hello all.
Does anyone have experience or firsthand knowledge of how often Cal FIRE updates their GeoJson API of incidents.

I am creating a non-mission critical ArcGis Dashboard and utilizing their public API. I know it’s not as fast as the IRWIN layer for ArcGis but it is more accurate. Plus, the IRWIN layer does not go back years.

Here is their API address
https://www.fire.ca.gov/umbraco/api/IncidentApi/GeoJsonList?inactive=true

It’s interesting to see when CAL FIRE puts out a press release saying CA is experiencing ##% increase in fires and ##% increase in acreage. I wonder if they are including all fires in the state (non-CAL Fire Incidents like USFS, NP etc.) or just CAL FIRE responsibility.

For example, my dashboard calculated from the latest API call 58% increase in Fires YTD compared to last year and 82% increase in Acreage compared to last year at this time (those numbers where higher a week ago but the spread has narrowed a bit). Dashboard is set to CAL FIRE Incident = true

I’ll be working on other agencies USFS NPS BLM but the past data via an api is not as good so far.

Thanks all

1 Like

I also assume the CAL FIRE geojson only returns fires greater than 5 acres (non nuisance fires)

1 Like

Just fires on SRA, State Responsibility Area. Feds report their own, Federal Responsibility Area. The last one is Local Responsibility Area, where local departments are responsible for structures, medicals, and vegetation fires. Also remember CF had 5 contract counties that will sometimes have acres on SRA and FRA and LRA.

2 Likes

OK
Here is my beta version of the dashboard. Still assuming the api endpoint is not showing nuisance fires/incidents.

2021 incidents where CAL FIRE= true from the json data.

https://firemaps.maps.arcgis.com/apps/dashboards/cd5fb2fa3f92445081543b427bef74ef

3 Likes