-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathswodlr_umm_s.json
95 lines (94 loc) · 3.14 KB
/
swodlr_umm_s.json
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
{
"Name": "PODAAC_SWODLR",
"LongName": "PODAAC SWOT On-Demand Level 2 Raster Generation (SWODLR)",
"Type": "WEB SERVICES",
"Version": "*replaced by CICD*",
"VersionDescription": "Version of software deployed",
"URL": {
"Description": "Service top-level URL",
"URLValue": "*replaced by CICD*"
},
"RelatedURLs": [
{
"URL": "https://swodlr.podaac.earthdatacloud.nasa.gov/about",
"Description": "SWODLR Documentation",
"URLContentType": "PublicationURL",
"Type": "VIEW RELATED INFORMATION"
},
{
"URL": "https://swodlr.podaac.earthdatacloud.nasa.gov",
"Description": "SWODLR UI endpoint.",
"URLContentType": "DistributionURL",
"Type": "GET DATA"
},
{
"URL": "https://swodlr.podaac.earthdatacloud.nasa.gov/api/graphql",
"Description": "SWODLR API endpoint.",
"URLContentType": "DistributionURL",
"Format": "JSON",
"Type": "USE SERVICE API",
"MimeType": "application/json"
}
],
"Description": "SWODLR is an open-source software system developed to generate custom Level 2 raster data products for the SWOT mission.",
"ServiceKeywords": [
{
"ServiceCategory": "EARTH SCIENCE SERVICES",
"ServiceTopic": "DATA MANAGEMENT/DATA HANDLING",
"ServiceTerm": "DATA CUSTOMIZATION"
}
],
"ServiceOrganizations": [
{
"Roles": [
"ORIGINATOR"
],
"ShortName": "NASA/JPL/PODAAC",
"LongName": "Physical Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, NASA"
}
],
"ContactGroups":[
{
"Roles": [
"SERVICE PROVIDER",
"SOFTWARE AUTHOR"
],
"GroupName": "NASA/JPL/PODAAC",
"ContactInformation": {
"OnlineResources": [
{
"Description": "Data Contact URL",
"Name": "HOME PAGE",
"Linkage": "https://podaac.jpl.nasa.gov/"
}
],
"ContactMechanisms": [
{
"Type": "Email",
"Value": "[email protected]"
},
{
"Type": "Other",
"Value": "https://github.com/podaac/swodlr/issues"
}
]
}
}
],
"AccessConstraints": "Earthdata login user authentication is required to use this service.",
"ServiceOptions": {
"SupportedOutputProjections": [
{
"ProjectionName": "Universal Transverse Mercator"
},
{
"ProjectionName": "WGS84 - World Geodetic System 1984"
}
]
},
"MetadataSpecification": {
"URL": "https://cdn.earthdata.nasa.gov/umm/service/v1.5.2",
"Name": "UMM-S",
"Version": "1.5.2"
}
}