The Wildland Fire Interagency Geospatial Services (WFIGS) Group provides authoritative geospatial data products under the interagency Wildland Fire Data Program
This dataset report locations for fires in the United states since 2019. The source provides APIs to get historical and Year to date(YTD) data.
We use the WFIGS API to get data for US fires.
To explore the API, use the API Explorer.
This will return paged fire records, and we need to iterate through these pages to get the full output.
To download and process WFIGS fire location data, run
python3 wfigs_data.py
Running this command generates the 'processed_data.csv' file.
'wfigs.tmcf' has the tmcf used to convert the data into nodes.
