The up-to-date version of these analyses can be viewed here on GitHub Pages!
This repository contains input data and outputs for fire impact assessments within Joshua Tree National Park (JOTR). These analyses support the post-fire reporting requirements of the National Park Service (NPS), with an emphasis on timeliness and accuracy.
| Fire | Date | Historical Overlap | Analysis |
|---|---|---|---|
| Eureka Fire | May 2025 | Yes (includes veg Γ fire history analysis) | View HTML |
| Black Rock Fire | October 2025 | No (100% previously unburned) | View HTML |
This analysis uses renv for package management using R version 4.4.3. This can be installed using renv::refresh() when inside of the working directory in RStudio.
Alternatively, one can run the analysis in VSCode using:
VSCode- the
Dev Containersextension withinVSCode Docker(Docker Desktop or a preferred alternative)
Then, within the repository in VSCode, run:
Cmd + Shift + P -> Dev Containers: Reopen in Container
When inside the container, to knit / render a Quarto document, run:
Cmd + Shift + P -> Quarto: Render Document, with the desired.qmdfile open.
Or, more simply, from a terminal:
$ quarto render
π jotr_2025_fire_eda/
βββ fires/
β βββ eureka/
β β βββ eureka_fire_exploration.qmd Main analysis notebook
β β βββ NDVI_planetscope.R Pre/post-burn NDVI script
β β βββ inputs/
β β β βββ refined_rbr.tif RBR raster from Fire Severity Tool
β β βββ outputs/
β β βββ fire_perimeter/ Extracted fire boundary shapefile
β β βββ veg_burned_summary.csv Vegetation area by type
β β βββ severity_veg_summary.csv RBR stats by vegetation type
β β βββ severity_fire_history.csv RBR stats by historical fire
β β βββ severity_veg_firehist.csv RBR stats by veg Γ fire history
β β βββ NDVI_EurekaFire.png NDVI visualization
β β
β βββ black_rock/
β βββ black_rock_fire_exploration.qmd Main analysis notebook
β βββ inputs/
β β βββ refined_rbr.tif RBR raster from Fire Severity Tool
β βββ outputs/
β βββ fire_perimeter/ Extracted fire boundary shapefile
β βββ veg_burned_summary.csv Vegetation area by type
β βββ severity_veg_summary.csv RBR stats by vegetation type
β βββ severity_fire_history.csv RBR stats by historical fire
β
βββ shared_inputs/
β βββ jotrgeodata.gpkg Vegetation polygons (JOTR_VegPolys layer)
β βββ HistFires_JOTR_MOJA/ Historic fires shapefile
β
βββ docs/ Rendered HTML output for GitHub Pages
βββ _quarto.yml Quarto site configuration
βββ index.qmd Site landing page
βββ README.md This file
- Relativized Burn Ratio (RBR): Derived from the Fire Severity Tool by the Schmidt Center for Data Science and Environment.
- Vegetation Polygons: Geospatial data for the Vegetation Mapping Inventory Project of JOTR, provided by the National Park Service (NPS).
- Historic Fires: Historic fires shapefile filtered to JOTR and Mojave National Preserve boundaries, from CAL FIRE.