-
Notifications
You must be signed in to change notification settings - Fork 5
/
code.json
46 lines (38 loc) · 1.22 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
[
{
"name": "gspy",
"organization": "U.S. Geological Survey",
"description": "This package provides functions and workflows for standardizing geophysical datasets based on the NetCDF file format. The current implementation supports both time and frequency domain electromagnetic data, raw and processed, 1-D inverted models along flight lines, and 2-D/3-D gridded layers.",
"version": "1.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/g3sc/gspy/-/raw/1.0/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/g3sc/gspy",
"downloadURL": "https://code.usgs.gov/g3sc/gspy/-/archive/1.0/gspy-1.0.zip",
"disclaimerURL": "https://code.usgs.gov/g3sc/gspy/-/raw/1.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/g3sc/gspy.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"TOPIC_TAG_1",
"TOPIC_TAG_2"
],
"languages": [
"Python"
],
"contact": {
"name": "Leon Foks",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-03-29"
}
}
]