Skip to content

Commit b52cb7c

Browse files
authored
Track render configs in source control (#319)
1 parent 3bfa565 commit b52cb7c

File tree

73 files changed

+12451
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+12451
-161
lines changed
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"render_config": {
3+
"render_params": {
4+
"colormap_name": "terrain",
5+
"rescale": [
6+
"-1000,4000"
7+
]
8+
},
9+
"minzoom": 8,
10+
"assets": [
11+
"data"
12+
],
13+
"maxzoom": 18,
14+
"create_links": true,
15+
"has_mosaic": false,
16+
"mosaic_preview_zoom": 8,
17+
"mosaic_preview_coords": [
18+
35.6837,
19+
138.4281
20+
],
21+
"requires_token": true,
22+
"max_items_per_tile": null,
23+
"vector_tilesets": null,
24+
"hidden": false
25+
},
26+
"mosaic_info": {
27+
"mosaics": [
28+
{
29+
"name": "Most recent",
30+
"description": "",
31+
"cql": [
32+
{
33+
"op": "anyinteracts",
34+
"args": [
35+
{
36+
"property": "datetime"
37+
},
38+
{
39+
"interval": [
40+
"2016-12-07T00:00:00Z",
41+
"2016-12-07T23:59:59Z"
42+
]
43+
}
44+
]
45+
}
46+
]
47+
}
48+
],
49+
"render_options": [
50+
{
51+
"name": "Hillshade",
52+
"description": "",
53+
"type": "raster-tile",
54+
"options": "assets=data&colormap_name=gray&algorithm=hillshade&buffer=3&algorithm_params=%7B%22azimuth%22%3A%20315%2C%20%22angle_altitude%22%3A%2045%7D",
55+
"vector_options": null,
56+
"min_zoom": 8,
57+
"legend": null,
58+
"conditions": null
59+
},
60+
{
61+
"name": "Contours",
62+
"description": "",
63+
"type": "raster-tile",
64+
"options": "assets=data&algorithm=contours&buffer=3&algorithm_params=%7B%22minz%22%3A-1000%2C%22maxz%22%3A4000%2C%22thickness%22%3A8%7D",
65+
"vector_options": null,
66+
"min_zoom": 8,
67+
"legend": null,
68+
"conditions": null
69+
},
70+
{
71+
"name": "Elevation (terrain)",
72+
"description": "Elevation data scaled -1000 to 4000 with terrain colormap",
73+
"type": "raster-tile",
74+
"options": "assets=data&rescale=-1000,4000&colormap_name=terrain",
75+
"vector_options": null,
76+
"min_zoom": 8,
77+
"legend": null,
78+
"conditions": null
79+
},
80+
{
81+
"name": "Elevation (viridis)",
82+
"description": "Elevation data scaled -1000 to 4000 with viridis colormap",
83+
"type": "raster-tile",
84+
"options": "assets=data&rescale=-1000,4000&colormap_name=viridis",
85+
"vector_options": null,
86+
"min_zoom": 8,
87+
"legend": null,
88+
"conditions": null
89+
},
90+
{
91+
"name": "Elevation (gray)",
92+
"description": "Elevation data scaled -1000 to 4000 with gray colormap",
93+
"type": "raster-tile",
94+
"options": "assets=data&rescale=-1000,4000&colormap_name=gray_r",
95+
"vector_options": null,
96+
"min_zoom": 8,
97+
"legend": null,
98+
"conditions": null
99+
}
100+
],
101+
"default_location": {
102+
"zoom": 8,
103+
"coordinates": [
104+
35.6837,
105+
138.4281
106+
]
107+
},
108+
"default_custom_query": null,
109+
"animation_hint": null
110+
}
111+
}
Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
{
2+
"render_config": {
3+
"render_params": {
4+
"colormap_name": "alos-fnf"
5+
},
6+
"minzoom": 7,
7+
"assets": [
8+
"C"
9+
],
10+
"maxzoom": 18,
11+
"create_links": true,
12+
"has_mosaic": false,
13+
"mosaic_preview_zoom": null,
14+
"mosaic_preview_coords": null,
15+
"requires_token": true,
16+
"max_items_per_tile": 50,
17+
"vector_tilesets": null,
18+
"hidden": false
19+
},
20+
"mosaic_info": {
21+
"mosaics": [
22+
{
23+
"name": "All years",
24+
"description": "",
25+
"cql": []
26+
},
27+
{
28+
"name": "2020",
29+
"description": "",
30+
"cql": [
31+
{
32+
"op": "anyinteracts",
33+
"args": [
34+
{
35+
"property": "datetime"
36+
},
37+
{
38+
"interval": [
39+
"2020-01-01",
40+
"2020-12-31T23:59:59Z"
41+
]
42+
}
43+
]
44+
}
45+
]
46+
},
47+
{
48+
"name": "2019",
49+
"description": "",
50+
"cql": [
51+
{
52+
"op": "anyinteracts",
53+
"args": [
54+
{
55+
"property": "datetime"
56+
},
57+
{
58+
"interval": [
59+
"2019-01-01",
60+
"2019-12-31T23:59:59Z"
61+
]
62+
}
63+
]
64+
}
65+
]
66+
},
67+
{
68+
"name": "2018",
69+
"description": "",
70+
"cql": [
71+
{
72+
"op": "anyinteracts",
73+
"args": [
74+
{
75+
"property": "datetime"
76+
},
77+
{
78+
"interval": [
79+
"2018-01-01",
80+
"2018-12-31T23:59:59Z"
81+
]
82+
}
83+
]
84+
}
85+
]
86+
},
87+
{
88+
"name": "2017",
89+
"description": "",
90+
"cql": [
91+
{
92+
"op": "anyinteracts",
93+
"args": [
94+
{
95+
"property": "datetime"
96+
},
97+
{
98+
"interval": [
99+
"2017-01-01",
100+
"2017-12-31T23:59:59Z"
101+
]
102+
}
103+
]
104+
}
105+
]
106+
},
107+
{
108+
"name": "2016",
109+
"description": "",
110+
"cql": [
111+
{
112+
"op": "anyinteracts",
113+
"args": [
114+
{
115+
"property": "datetime"
116+
},
117+
{
118+
"interval": [
119+
"2016-01-01",
120+
"2016-12-31T23:59:59Z"
121+
]
122+
}
123+
]
124+
}
125+
]
126+
},
127+
{
128+
"name": "2015",
129+
"description": "",
130+
"cql": [
131+
{
132+
"op": "anyinteracts",
133+
"args": [
134+
{
135+
"property": "datetime"
136+
},
137+
{
138+
"interval": [
139+
"2015-01-01",
140+
"2015-12-31T23:59:59Z"
141+
]
142+
}
143+
]
144+
}
145+
]
146+
}
147+
],
148+
"render_options": [
149+
{
150+
"name": "Forest / non-forest",
151+
"description": "Forest / non-forest mask",
152+
"type": "raster-tile",
153+
"options": "assets=C&colormap_name=alos-fnf",
154+
"vector_options": null,
155+
"min_zoom": 7,
156+
"legend": {
157+
"type": "classmap",
158+
"labels": [
159+
"Forest (>90% canopy cover)",
160+
"Forest (10-90% canopy cover)",
161+
"Non-forest",
162+
"Water"
163+
],
164+
"trim_start": null,
165+
"trim_end": null,
166+
"scale_factor": null
167+
},
168+
"conditions": null
169+
}
170+
],
171+
"default_location": {
172+
"zoom": 8,
173+
"coordinates": [
174+
47.1113,
175+
-120.8578
176+
]
177+
},
178+
"default_custom_query": null,
179+
"animation_hint": null
180+
}
181+
}

0 commit comments

Comments
 (0)