Wild fire → wildfire

This commit is contained in:
heyarne 2021-03-19 14:34:19 +01:00
commit ce6e57ab36
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
Following the previous chapters' exploration of spectral indices, this chapter aims to calculate burn areas for different forest fires in Brandenburg and Mecklenburg-Vorpommern in 2018 and 2019. Following the previous chapters' exploration of spectral indices, this chapter aims to calculate burn areas for different forest fires in Brandenburg and Mecklenburg-Vorpommern in 2018 and 2019.
While there are Copernicus services that provide forest fire observation services, a lot of the fires during the active wild fire season in Germany are not covered by them. While there are Copernicus services that provide forest fire observation services, a lot of the fires during the active wildfire season in Germany are not covered by them.
Nevertheless these fires have lasting impacts in their ecosystems and are a contributor to CO2 emissions, which serves as the motivation to see if additional information can be gained by looking closely at the Sentinel-2 data. Nevertheless these fires have lasting impacts in their ecosystems and are a contributor to CO2 emissions, which serves as the motivation to see if additional information can be gained by looking closely at the Sentinel-2 data.
After an evaluation of the feasibility of a detailed look at the entire area of Brandenburg for an entire year this chapter defines three forest fires for which media coverage during the active fire and government reports at a later point provide sufficient information. After an evaluation of the feasibility of a detailed look at the entire area of Brandenburg for an entire year this chapter defines three forest fires for which media coverage during the active fire and government reports at a later point provide sufficient information.

View file

@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Burn Severity Mapping\n", "# Burn Area Mapping\n",
"\n", "\n",
"This notebook contains the calculations necessary for mapping the burn severity of the previously selected products.\n", "This notebook contains the calculations necessary for mapping the burn severity of the previously selected products.\n",
"This burn severity is measured as the Normalized Burn Ratio (NBR).\n", "This burn severity is measured as the Normalized Burn Ratio (NBR).\n",
@ -46,7 +46,7 @@
"source": [ "source": [
"### Treuenbrietzen 2018\n", "### Treuenbrietzen 2018\n",
"\n", "\n",
"The first case is the wild fire in August 2018 that led to the evacuation of three villages (source).\n", "The first case is the wildfire in August 2018 that led to the evacuation of three villages (source).\n",
"The following files contain their respective OpenStreetMap geometries and pre-calculated NBR values for the area:" "The following files contain their respective OpenStreetMap geometries and pre-calculated NBR values for the area:"
] ]
}, },