-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextractor_info.json
More file actions
46 lines (46 loc) · 917 Bytes
/
extractor_info.json
File metadata and controls
46 lines (46 loc) · 917 Bytes
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
{
"@context": "http://clowder.ncsa.illinois.edu/contexts/extractors.jsonld",
"name": "ncsa.pdg.asjp.netcdf.preview",
"version": "1.0",
"description": "Maps of NetCDF Data",
"author": "Todd Nicholson <tcnichol@illinois.edu>",
"contributors": [
"Luigi Marini <lmarini@illinois.edu>"
],
"contexts": [
{
}
],
"repository": [
{
"repType": "git",
"repUrl": "https://opensource.ncsa.illinois.edu/stash/scm/cats/extractors-geo.git"
},
{
"repType": "docker",
"repUrl": "clowder/extractors-geo-netcdf-preview"
}
],
"process": {
"file": [
"application/x-netcdf"
]
},
"external_services": [
"geoserver"
],
"dependencies": [],
"bibtex": [],
"parameters": {
"schema": {
"directory": {
"type": "string",
"title": "projection"
}
}
},
"labels": [
"Type/Image",
"Domain/Geo"
]
}