-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwildfires_themes.json
70 lines (69 loc) · 2.29 KB
/
wildfires_themes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{
"name": "Wildfires",
"content": [
{
"name": "Wildfires (S-2 L1C)",
"service": "WMS",
"url": "https://services.sentinel-hub.com/ogc/wms/b41679d2-fe35-4e9e-b736-a03bb1cf1309",
"preselected": true
},
{
"name": "Wildfires (S-2 L2A)",
"service": "WMS",
"url": "https://services.sentinel-hub.com/ogc/wms/bd278536-3eeb-4706-b279-042d4584b319"
},
{
"name": "Wildfires (S-5P)",
"service": "WMS",
"url": "https://eocloud.sentinel-hub.com/v1/wms/7a63bd13-6a14-43df-be62-c1d601d78bf1"
}
],
"pins": [
{
"pinTitle": "NBR after wildfire",
"lat": 32.7335,
"lng": -17.0427,
"zoom": 12,
"preset": "NORMALIZED-BURN-RATIO",
"datasource": "Sentinel-2 L1C - wildfires",
"time": "2016-08-17",
"evalscript": "",
"evalscripturl": ""
},
{
"pinTitle": "NBR before wildfire",
"lat": 32.7335,
"lng": -17.0427,
"zoom": 12,
"preset": "NORMALIZED-BURN-RATIO",
"datasource": "Sentinel-2 L1C - wildfires",
"time": "2016-08-07",
"evalscript": "",
"evalscripturl": ""
},
{
"pinTitle": "Before wildfire",
"lat": 32.7335,
"lng": -17.0427,
"zoom": 12,
"preset": "TRUE-COLOR",
"datasource": "Sentinel-2 L1C - wildfires",
"time": "2016-08-07",
"evalscript": "",
"evalscripturl": ""
},
{
"pinTitle": "After wildfire",
"lat": 32.7335,
"lng": -17.0427,
"zoom": 12,
"preset": "TRUE-COLOR",
"datasource": "Sentinel-2 L1C - wildfires",
"time": "2016-08-17",
"evalscript": "",
"evalscripturl": ""
}
]
}
]