forked from jmfee-usgs/geomag-algorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
40 lines (33 loc) · 1.13 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
[
{
"name": "geomag-algorithms",
"organization": "U.S. Geological Survey",
"description": "Library for processing Geomagnetic timeseries data.",
"version": "1.5.2",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms",
"downloadURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/-/archive/master/geomag-algorithms-master.zip",
"disclaimerURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git",
"vcs": "git",
"laborHours": 0,
"tags": ["usgs", "geomagnetism", "timeseries", "processing"],
"languages": ["Shell", "Python"],
"contact": {
"name": "HazDev Team",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-05-04"
}
}
]