-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathno2-diff.json
50 lines (50 loc) · 1.43 KB
/
no2-diff.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
{
"id": "no2-diff",
"name": "NO\u2082 (Diff)",
"type": "raster-timeseries",
"time_unit": "month",
"is_periodic": false,
"s3_location": "OMNO2d_HRMDifference",
"source": {
"type": "raster",
"tiles": [
"{api_url}/{z}/{x}/{y}@1x?url=s3://covid-eo-data/OMNO2d_HRMDifference/OMI_trno2_0.10x0.10_{date}_Col3_V4.nc.tif&resampling_method=bilinear&bidx=1&rescale=-8000000000000000%2C8000000000000000&color_map=rdbu_r"
]
},
"paint": {
"raster-opacity": 0.9
},
"exclusive_with": [
"co2",
"co2-diff",
"fb-population-density",
"gibs-population",
"car-count",
"nightlights-viirs",
"nightlights-hd",
"detection-ship",
"detection-multi",
"water-chlorophyll",
"water-spm",
"water-pzd",
"no2"
],
"enabled": false,
"swatch": {
"color": "#f2a73a",
"name": "Gold"
},
"legend": {
"type": "gradient",
"min": "< -3",
"max": "> 3",
"stops": [
"#3A88BD",
"#C9E0ED",
"#E4EEF3",
"#FDDCC9",
"#DD7059"
]
},
"info": "This layer shows changes in nitrogen dioxide (NO₂) levels. Redder colors indicate increases in NO₂. Bluer colors indicate lower levels of NO₂. Missing pixels indicate areas of no data most likely associated with cloud cover or snow."
}