-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmetadata.json
More file actions
115 lines (115 loc) · 2.7 KB
/
Copy pathmetadata.json
File metadata and controls
115 lines (115 loc) · 2.7 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
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"repositoryInfo": {
"name": "CLMS-colourmaps",
"description": "Colour maps and legends for the Copernicus Land Monitoring Service (CLMS)",
"url": "https://github.com/your-org/CLMS-colourmaps",
"version": "1.0.0",
"lastUpdated": "2026-02-06T17:14:21.504233"
},
"contents": {
"colourmaps": {
"description": "Colour maps for CLMS data products",
"formats": [
"SLD",
"TXT"
],
"indexPaths": [
"colourmaps/index.json"
]
},
"data_descriptors": {
"description": "Colour maps for CLMS data products",
"formats": [
"SLD",
"TXT"
],
"indexPaths": [
"data_descriptors/index.json"
]
},
"docs": {
"description": "Colour maps for CLMS data products",
"formats": [
"SLD",
"TXT"
],
"indexPaths": [
"docs/index.json"
]
},
"images": {
"description": "Colour maps for CLMS data products",
"formats": [
"SLD",
"TXT"
],
"indexPaths": [
"images/index.json"
]
},
"legends": {
"description": "Colour maps for CLMS data products",
"formats": [
"SLD",
"TXT"
],
"indexPaths": [
"legends/index.json"
]
},
"thumbnails": {
"description": "Colour maps for CLMS data products",
"formats": [
"SLD",
"TXT"
],
"indexPaths": [
"thumbnails/index.json"
]
}
},
"schema": {
"colourmaps": {
"sld": {
"description": "Style Layer Descriptor XML format",
"mimeType": "application/xml",
"standard": "OGC SLD 1.0/1.1",
"primaryUse": true
},
"txt": {
"description": "QGIS color map export format",
"mimeType": "text/plain",
"standard": "QGIS",
"primaryUse": false,
"legacy": true
}
},
"legend": {
"png": {
"description": "Legend image in PNG format",
"mimeType": "image/png",
"primaryUse": true
}
}
},
"usage": {
"apiEndpoint": "https://api.example.com/clms/colourmaps",
"documentation": "https://docs.example.com/clms/colourmaps",
"examples": [
{
"description": "Retrieve SLD for NDVI product",
"endpoint": "/colourmaps/clms_global_ndvi_1km_v2_10daily.sld"
},
{
"description": "Retrieve legend for NDVI product",
"endpoint": "/legends/clms_global_ndvi_1km_v2_10daily.png"
}
]
},
"license": "See LICENSE file in repository root",
"contact": {
"name": "Copernicus Land Monitoring Service Team",
"email": "contact@example.com",
"website": "https://land.copernicus.eu/"
}
}