File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,20 @@ In the GIS world, rasters are used for representing continuous phenomena (e.g. e
163163
164164-------
165165
166+ ### ** Fire**
167+
168+ | Name | Description | NumPy xr.DataArray | Dask xr.DataArray | CuPy GPU xr.DataArray | Dask GPU xr.DataArray |
169+ | :----------:| :------------| :----------------------:| :--------------------:| :-------------------:| :------:|
170+ | [ dNBR] ( xrspatial/fire.py ) | Differenced Normalized Burn Ratio (pre minus post NBR) | ✅️ | ✅️ | ✅️ | ✅️ |
171+ | [ RdNBR] ( xrspatial/fire.py ) | Relative dNBR normalized by pre-fire vegetation density | ✅️ | ✅️ | ✅️ | ✅️ |
172+ | [ Burn Severity Class] ( xrspatial/fire.py ) | USGS 7-class burn severity from dNBR thresholds | ✅️ | ✅️ | ✅️ | ✅️ |
173+ | [ Fireline Intensity] ( xrspatial/fire.py ) | Byram's fireline intensity from fuel load and spread rate (kW/m) | ✅️ | ✅️ | ✅️ | ✅️ |
174+ | [ Flame Length] ( xrspatial/fire.py ) | Flame length derived from fireline intensity (m) | ✅️ | ✅️ | ✅️ | ✅️ |
175+ | [ Rate of Spread] ( xrspatial/fire.py ) | Simplified Rothermel spread rate with Anderson 13 fuel models (m/min) | ✅️ | ✅️ | ✅️ | ✅️ |
176+ | [ KBDI] ( xrspatial/fire.py ) | Keetch-Byram Drought Index single time-step update (0-800 mm) | ✅️ | ✅️ | ✅️ | ✅️ |
177+
178+ -------
179+
166180### ** Multispectral**
167181
168182| Name | Description | NumPy xr.DataArray | Dask xr.DataArray | CuPy GPU xr.DataArray | Dask GPU xr.DataArray |
You can’t perform that action at this time.
0 commit comments