forked from DOI-USGS/usgscsm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
47 lines (40 loc) · 1.15 KB
/
code.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
[
{
"name": "USGSCSM",
"organization": "U.S. Geological Survey",
"description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
"version": "1.5.3",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "BSD 3-Clause",
"URL": "https://github.com/USGS-Astrogeology/usgscsm/blob/dev/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/USGS-Astrogeology/usgscsm/releases/tag/1.5.3",
"downloadURL": "https://github.com/USGS-Astrogeology/usgscsm/archive/refs/tags/1.5.3.zip",
"disclaimerURL": "https://github.com/USGS-Astrogeology/usgscsm/blob/dev/DISCLAIMER.md",
"repositoryURL": "https://github.com/USGS-Astrogeology/usgscsm",
"vcs": "git",
"laborHours": 60,
"tags": [
"Planetary",
"Remote Sensing",
"Data Processing",
"Community Sensor Model"
],
"languages": [
"C++"
],
"contact": {
"name": "Jesse Mapel",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-04-15"
}
}
]