mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 11:03:40 +02:00
Add unpushed changes (to separate branch)
This commit is contained in:
parent
84e62066ca
commit
f02dfe7315
7 changed files with 1220 additions and 1975 deletions
5
_toc.yml
5
_toc.yml
|
|
@ -22,8 +22,9 @@
|
|||
- part: "Burn Ratio Calculations"
|
||||
chapters:
|
||||
- file: "sources/03-overview.md"
|
||||
- file: "sources/03a-forest-fire-product-downloads.ipynb"
|
||||
- file: "sources/03b-forest-fires-2018-and-2019.ipynb"
|
||||
- file: "sources/03a-area-of-interest-definition-and-product-download.ipynb"
|
||||
sections:
|
||||
- file: "sources/03a-forest-fire-product-downloads.ipynb"
|
||||
- file: "sources/03c-dnbr.ipynb"
|
||||
- part: "Appendix"
|
||||
chapters:
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
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.
|
||||
|
||||
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 worldwide, which serves as the motivation to see if additional information can be gained by looking closely at the Sentinel-2 data.
|
||||
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. 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.
|
||||
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.
|
||||
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.
|
||||
1135
sources/03a-area-of-interest-definition-and-product-download.ipynb
Normal file
1135
sources/03a-area-of-interest-definition-and-product-download.ipynb
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
9
sources/resources/forest_fires/treuenbrietzen_2018.json
Normal file
9
sources/resources/forest_fires/treuenbrietzen_2018.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"type": "FeatureCollection",
|
||||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
||||
"features": [
|
||||
{ "type": "Feature", "properties": { "place_id": 3285415, "osm_type": "node", "osm_id": 387079362, "display_name": "Frohnsdorf, Treuenbrietzen, Potsdam-Mittelmark, Brandenburg, 14929, Deutschland", "place_rank": 19, "category": "place", "type": "village", "importance": 0.495, "icon": "https:\/\/nominatim.openstreetmap.org\/ui\/mapicons\/\/poi_place_village.p.20.png" }, "geometry": { "type": "Point", "coordinates": [ 12.902171, 52.0546551 ] } },
|
||||
{ "type": "Feature", "properties": { "place_id": 554316, "osm_type": "node", "osm_id": 226935349, "display_name": "Klausdorf, Treuenbrietzen, Potsdam-Mittelmark, Brandenburg, Deutschland", "place_rank": 19, "category": "place", "type": "village", "importance": 0.495, "icon": "https:\/\/nominatim.openstreetmap.org\/ui\/mapicons\/\/poi_place_village.p.20.png" }, "geometry": { "type": "Point", "coordinates": [ 12.9421292, 52.0487863 ] } },
|
||||
{ "type": "Feature", "properties": { "place_id": 303964452, "osm_type": "node", "osm_id": 282202396, "display_name": "Tiefenbrunnen, Treuenbrietzen, Potsdam-Mittelmark, Brandenburg, Deutschland", "place_rank": 22, "category": "place", "type": "isolated_dwelling", "importance": 0.42, "icon": null }, "geometry": { "type": "Point", "coordinates": [ 12.9443928, 52.0353239 ] } }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue