mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
dNBR calculation works :)
This commit is contained in:
parent
e7802c945d
commit
cb6015c8ff
4 changed files with 425 additions and 64 deletions
|
|
@ -840,13 +840,7 @@
|
|||
"### Lübtheen\n",
|
||||
"\n",
|
||||
"- https://earth.esa.int/eogateway/news/german-wildfire\n",
|
||||
"- flyover during active fire at 2019-06-30\n",
|
||||
"SEVERITY LEVEL\t \tdNBR RANGE\n",
|
||||
"Enhanced Regrowth\t \t< -.1\n",
|
||||
"Unburned\t \t-.1 to +.1\n",
|
||||
"Low Severity\t \t+.1 to +.27\n",
|
||||
"Moderate Severity\t \t+.27 to +.66\n",
|
||||
"High Severity\t \t> .66"
|
||||
"- flyover during active fire at 2019-06-30"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -956,6 +950,15 @@
|
|||
"geodataframe_on_map(luebtheen)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 64,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"luebtheen.to_file(out_dir / 'luebtheen_2019.json', driver='GeoJSON')"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 37,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
7
true-color-image/input/forest_fires/jueterbog_2019.json
Normal file
7
true-color-image/input/forest_fires/jueterbog_2019.json
Normal file
File diff suppressed because one or more lines are too long
7
true-color-image/input/forest_fires/luebtheen_2019.json
Normal file
7
true-color-image/input/forest_fires/luebtheen_2019.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue