-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
102 lines (102 loc) · 2.6 KB
/
Copy pathindex.json
File metadata and controls
102 lines (102 loc) · 2.6 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "Global temperature (°C) at 2m elevation, resolution 0.25° (Meteo France ARPEGE)",
"description": "",
"attribution": [
"<a href=\"https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=130&id_rubrique=51\">Meteo France ARPEGE</a>"
],
"bounds": [
-20037508.342789244,
-20037508.342789244,
20037508.342789244,
20037508.342789244
],
"crs": "EPSG:3857",
"minZoom": 0,
"maxZoom": 4,
"tileSize": 512,
"rasterFormat": "webp",
"rasterEncoding": {
"channels": "gb",
"vectorDimension": 1,
"polynomialSlope": 0.01,
"polynomialOffset": -200
},
"pixelUnit": "°C",
"seriesAxisName": "time",
"seriesAxisUnit": "second",
"metadata": {
"referenceTime": "2025-11-03T12:00:00Z"
},
"series": [
{
"tileUrlPattern": "2025-11-03T12:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762171200.0,
"metadata": {
"datetime": "2025-11-03T12:00:00Z"
}
},
{
"tileUrlPattern": "2025-11-03T13:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762174800.0,
"metadata": {
"datetime": "2025-11-03T13:00:00Z"
}
},
{
"tileUrlPattern": "2025-11-03T14:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762178400.0,
"metadata": {
"datetime": "2025-11-03T14:00:00Z"
}
},
{
"tileUrlPattern": "2025-11-03T15:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762182000.0,
"metadata": {
"datetime": "2025-11-03T15:00:00Z"
}
},
{
"tileUrlPattern": "2025-11-03T16:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762185600.0,
"metadata": {
"datetime": "2025-11-03T16:00:00Z"
}
},
{
"tileUrlPattern": "2025-11-03T17:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762189200.0,
"metadata": {
"datetime": "2025-11-03T17:00:00Z"
}
},
{
"tileUrlPattern": "2025-11-03T18:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762192800.0,
"metadata": {
"datetime": "2025-11-03T18:00:00Z"
}
},
{
"tileUrlPattern": "2025-11-03T19:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762196400.0,
"metadata": {
"datetime": "2025-11-03T19:00:00Z"
}
},
{
"tileUrlPattern": "2025-11-03T20:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762200000.0,
"metadata": {
"datetime": "2025-11-03T20:00:00Z"
}
},
{
"tileUrlPattern": "2025-11-03T21:00:00Z/{z}/{x}/{y}.webp",
"seriesAxisValue": 1762203600.0,
"metadata": {
"datetime": "2025-11-03T21:00:00Z"
}
}
]
}