dNBR calculation works :)

This commit is contained in:
heyarne 2021-02-24 15:34:38 +00:00
commit cb6015c8ff
4 changed files with 425 additions and 64 deletions

View file

@ -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,