-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlayer_config.json
52 lines (52 loc) · 1.83 KB
/
layer_config.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
[
{
"satellite": "aqua",
"instrument": "modis",
"discipline": "atmosphere",
"title": "Clear Sky Confidence Day",
"start_date": "2015-08-25T00:00:00Z",
"description": "This is made by the Atmosphere SIPS team at UW - Madison. We recommend that you set the right threshold to 0.94 -> 0.95. If the value is over 0.95, the sky is almost for sure clear in that area. So by setting the threshold to that value, you can see through to the other layers whenever the sky is clear.",
"measurement": "Clear Sky Confidence",
"projections": {
"geographic": {
"source": "SIPS:geographic",
"matrixSet": "EPSG4326_1km"
}
},
"id": "CLDMSK_L2_MODIS_Aqua-Clear_Sky_Confidence-aqua-day-std-1.0",
"period": "daily",
"date_interval": null,
"rolling_window": null,
"end_date": null,
"format": "png",
"tags": [
"asips"
],
"colormap_id": "Clear_Sky_Confidence.colormap"
},
{
"satellite": "aqua",
"instrument": "modis",
"discipline": "atmosphere",
"title": "Cloud Effective Radius",
"start_date": "2019-11-01T00:00:00Z",
"description": "This is made by the Atmosphere SIPS team at UW - Madison.",
"measurement": "Cloud Effective Radius",
"projections": {
"geographic": {
"source": "SIPS:geographic",
"matrixSet": "EPSG4326_1km"
}
},
"id": "CLDPROP_L2_MODIS_Aqua-Cloud_Effective_Radius-aqua-day-std-1.1.0",
"period": "daily",
"date_interval": null,
"rolling_window": null,
"end_date": null,
"format": "png",
"tags": [
"asips"
],
"colormap_id": "Cloud_Effective_Radius.colormap"
}
]