-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72217ba
commit a1aba06
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Aiden I. G. Schore | ||
### Department of Plant Biology, University of Illinois at Urbana-Champaign | ||
### [aschore2@illinois.edu](mailto:aschore2@illinois.edu) | ||
|
||
This repository contains the code used in "Plant Functional types improve satellite-derived burn severity assessments in interior Alaska" to calculate | ||
the new Integrated Vegetation-Fire Severity Index (IntFire). | ||
|
||
The R code compares satellite based burn indices with ground based burn severity measurements using linear and logarithmic regressions. | ||
The spreadsheets with the data used with the R code in the paper can be found at the [Arctic Data Center](https://doi.org/10.18739/A25H7BW3S). | ||
|
||
'Fire Unmixing' is a copy of the [FireUnmixing](https://code.earthengine.google.com/88c730cdfb38c808b4ef791fd36d8ed7) Google Earth Engine script for the project. | ||
Using the link is recommended over cloning the provided file. | ||
|
||
After running the first two sections of the R code and the Google Earth Engine script, the final sections of the R code run validation of IntFire's performance. | ||
|
||
Reference to be added upon publication of paper. |