-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspase.json
More file actions
58 lines (58 loc) · 1.8 KB
/
spase.json
File metadata and controls
58 lines (58 loc) · 1.8 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
{
"Spase": {
"SchemaURL": "http://www.spase-group.org/data/schema",
"Version": "2.7.0"
},
"AccessInformation": [
{
"RepositoryID": "spase://SMWG/Repository/?",
"Availability": "Online",
"AccessRights": "Open",
"Format": ["CSV", "Binary", "JSON"],
"Encoding": ["ASCII", "None"],
"Acknowledgement": "",
"AccessURL": {
"URL": "https://hapi-server.org/servers/#server={server}&dataset={dataset}",
"Style": "HAPI",
"ProductKey": null,
"Description": "Web Service to this data using the HAPI interface."
}
},
{
"RepositoryID": "spase://SMWG/Repository/?",
"Availability": "Online",
"AccessRights": "Open",
"Encoding": "ASCII",
"Acknowledgement": "",
"AccessURL": {
"Name": "CDAWeb HAPI Script in Multiple Languages",
"URL": "https://hapi-server.org/servers/#server={server}&dataset={dataset}&return=script",
"Style": "HAPI",
"ProductKey": null,
"Description": "Web Service user interface that generates scripts in {languages} to access this dataset. See https://hapi-server.org/servers/api for the script generation API."
}
}
],
"formatMap": {
"csv": "CSV",
"json": "JSON",
"binary": "Binary"
},
"hapi2spase": {
"dataset": {
"id": "ProviderResourceName",
"title": "ResourceHeader/ResourceName",
"info/description": "ResourceHeader/Description",
"info/cadence": "TemporalDescription/Cadence",
"info/startDate": "TemporalDescription/TimeSpan/StartDate",
"info/stopDate": "TemporalDescription/TimeSpan/StopDate",
"info/warning": "Caveats"
},
"parameter": {
"name": "ParameterKey",
"description": "Description",
"units": "Units",
"fill": "FillValue"
}
}
}