mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Merge branch 'main' of github.com:heyarne/remote-sensing-for-journalism into main
This commit is contained in:
commit
257e60aa82
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Burn Severity Mapping\n",
|
||||
"# Burn Area Mapping\n",
|
||||
"\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",
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
"source": [
|
||||
"### Treuenbrietzen 2018\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:"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue