mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Words are words words
This commit is contained in:
parent
31f2569690
commit
6d195ee02d
3 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# Overview
|
||||
|
||||
Following the explorations about how spectral indices can be calculated, 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.
|
||||
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 of interest for which media coverage during the active fire as well as 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.
|
||||
It goes on to analyze the Copernicus data to see if media coverage during the active fire could have been improved by incorporating Sentinel-2 data.
|
||||
|
||||
For this purpose the Delta Normalized Burn Ratio (dNBR) is introduced, which is the combines the Normalized Burn Ratio (NBR) of an observation before and after the fire to provide an indicator for change in burn severity.
|
||||
For this purpose the Delta Normalized Burn Ratio (dNBR) is introduced, which is an index combining the Normalized Burn Ratio (NBR) of an observation before and after the fire to provide an indicator for change in burn severity in a given area.
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"The `postdam_mittelmark_geom` is a collection of three points:"
|
||||
"The `treuenbrietzen_geom` is a collection of three points:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -196,7 +196,7 @@
|
|||
],
|
||||
"source": [
|
||||
"treuenbrietzen_geom = gpd.read_file(product_path / 'evacuated_2018.json')\n",
|
||||
"# geodataframe_on_map(postdam_mittelmark_geom)\n",
|
||||
"# geodataframe_on_map(treuenbrietzen_geom)\n",
|
||||
"treuenbrietzen_geom"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue