forked from DOI-USGS/ale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
49 lines (42 loc) · 1.14 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
48
49
[
{
"name": "ale",
"organization": "U.S. Geological Survey",
"description": "GitLab repository for the Abstraction Layer for Ephemerides package",
"version": "0.8.7",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/astrogeology/ale/-/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/astrogeology/ale/-/releases/0.8.7",
"downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.7/ale-0.8.7.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/blob/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/astrogeology/ale",
"vcs": "git",
"laborHours": 40,
"tags": [
"Planetary",
"Remote Sensing",
"Data Processing",
"Ephemerides",
"Community Sensor Model"
],
"languages": [
"C++",
"Python"
],
"contact": {
"name": "Jesse Mapel",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-06-03"
}
}
]