PSU-CSAR / bagis-pro

BAGIS for ArcGIS Pro
4 stars 1 forks source link

Basin Analysis Report V2 spec - Fire Disturbance #49

Open jdduh opened 10 months ago

jdduh commented 10 months ago

The Batch Tool needs to have new analyses that incorporate fire disturbance data. These functions will be integrated into the AOI Summary Tool (#45) as well. The new tools will produce maps and tables (charts) for individual AOIs and a summary .csv file.

Fire Disturbance Tables/Charts

Fire Statistics 1981-current Fire Statistics 5-year increments up to 30 years (i.e., 2019-2023, 2014-2023, 2009-2023, 2004-2023, 1999-2023, 1994-2023)

Fire Disturbance Maps

Historic fires through 2021: https://data-nifc.opendata.arcgis.com/datasets/nifc::interagencyfireperimeterhistory-all-years-view/about Current fires from 2021-present: https://data-nifc.opendata.arcgis.com/datasets/nifc::wfigs-interagency-fire-perimeters/about MTBS (Monitoring Trends in Burn Severity): https://burnseverity.cr.usgs.gov/products/mtbs

jdduh commented 10 months ago

Use this Google slide to track spec changes/updates: https://docs.google.com/presentation/d/1-UKZSnLvigBzRTk3rU8XNIM0IOyFf6QbSnxEtIgYlGM/edit?usp=sharing

jdduh commented 10 months ago

ArcGIS Server web service URLs: Historic fires through 2021: https://data-nifc.opendata.arcgis.com/datasets/nifc::interagencyfireperimeterhistory-all-years-view/about https://services3.arcgis.com/T4QMspbfLg3qTGWY/arcgis/rest/services/InterAgencyFirePerimeterHistory_All_Years_View/FeatureServer/0

Current fires from 2021-present: https://data-nifc.opendata.arcgis.com/datasets/nifc::wfigs-interagency-fire-perimeters/about https://services3.arcgis.com/T4QMspbfLg3qTGWY/arcgis/rest/services/WFIGS_Interagency_Perimeters/FeatureServer/0

lbross commented 9 months ago

Do we want to implement the maps as multi-pane maps similar to the snodas SWE maps?

jdduh commented 9 months ago

The spec hasn't been finalized but it's very likely that the multi-pane layout is needed.

lbross commented 7 months ago

Are the fire disturbance maps at the same time grain as the charts? This is, will we have 6 versions of each map for: 1981-current, 2019-2023, 2014-2023, 2009-2023, 2004-2023, 1999-2023, and 1994-2023?

Thoughts on not creating maps where the # of new fires = 0, at least for the annual maps? You could generate 40 plus maps that look the same with no fires.

lbross commented 1 month ago

Write the Excel tables to maps_publish\fire_statistics subfolder of the parent directory selected in the GUI. This will be a new subfolder of maps_publish.

lbross commented 1 month ago

Do we want to delete any old .csv files from the fire_statistics directory before writing the new ones? I am testing changing the years/intervals. Right now it overwrites any existing files but won't delete a file if it isn't included in the requested range. We would delete any files with "_annual_statistics.csv" in the file name.