mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Add code for forest fire product downloads and dNBR calculation
This commit is contained in:
parent
37b0f21ac7
commit
be7b166ac5
6 changed files with 1825 additions and 0 deletions
236
true-color-image/03a Forest Fire Product Downloads.ipynb
Normal file
236
true-color-image/03a Forest Fire Product Downloads.ipynb
Normal file
File diff suppressed because one or more lines are too long
453
true-color-image/03b Example Initialized Downloads.ipynb
Normal file
453
true-color-image/03b Example Initialized Downloads.ipynb
Normal file
File diff suppressed because one or more lines are too long
860
true-color-image/03b Forest Fires 2018 and 2019.ipynb
Normal file
860
true-color-image/03b Forest Fires 2018 and 2019.ipynb
Normal file
File diff suppressed because one or more lines are too long
265
true-color-image/03c dNBR.ipynb
Normal file
265
true-color-image/03c dNBR.ipynb
Normal file
File diff suppressed because one or more lines are too long
9
true-color-image/input/forest_fires/evacuated_2018.json
Normal file
9
true-color-image/input/forest_fires/evacuated_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