-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basin Analysis Report V2 spec - Fire Disturbance #49
Comments
Use this Google slide to track spec changes/updates: https://docs.google.com/presentation/d/1-UKZSnLvigBzRTk3rU8XNIM0IOyFf6QbSnxEtIgYlGM/edit?usp=sharing |
Do we want to implement the maps as multi-pane maps similar to the snodas SWE maps? |
The spec hasn't been finalized but it's very likely that the multi-pane layout is needed. |
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. |
…ned area and mtbs burned area. Still need to implement value selection criteria. Updated shared CalculateTotalPolygonAreaAsync() method
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. |
… folder. Stop publishing NoPeriodsReported value in fire_analysis.json; Fix bug where annual values stringBuffer wasn't being cleared
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. |
…e Not Specified with Missing as variable initialization value
New statistics are added to the spec sheet: https://docs.google.com/document/d/13ip8w16rglsIEex3yszv3FK60vv6Be00DpR9AXLDXJ0/edit?usp=sharing FYI. NWCC has decided to generate annual reports and time period reports separately using different Report End Year value. Annual reports' Report End Year is the current calendar year (i.e., the latest year with NIFC data). The time period reports' Report End Year is the last year when MTBS data are available. This will prevent time period reports containing misleading statistics caused by the missing MTBS data. |
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
The text was updated successfully, but these errors were encountered: