-
Notifications
You must be signed in to change notification settings - Fork 4
/
code.json
43 lines (43 loc) · 1.4 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
[
{
"name": "geomodelgrids",
"description": "Georeferenced grid-based Earth models composed of blocks with different grid resolutions.",
"version": "1.0.0",
"organization": "U.S. Geological Survey",
"status": "Stable",
"homepageURL": "https://code.usgs.gov/ghsc/gmp/earth-structure/cvms/geomodelgrids/",
"repositoryURL": "https://code.usgs.gov/ghsc/gmp/earth-structure/cvms/geomodelgrids/.git",
"downloadURL": "https://code.usgs.gov/ghsc/gmp/earth-structure/cvms/geomodelgrids/-/archive/v1.0.0/geomodelgrids-1.0.0.tar.gz",
"disclaimerURL": "https://code.usgs.gov/ghsc/gmp/earth-structure/cvms/geomodelgrids/-/raw/v1.0.0/DISCLAIMER.md",
"licenseURL": "https://code.usgs.gov/ghsc/gmp/earth-structure/cvms/geomodelgrids/-/raw/v1.0.0/LICENSE.md",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/ghsc/gmp/earth-structure/cvms/geomodelgrids/-/raw/v1.0.0/LICENSE.md"
}
]
},
"vcs": "git",
"laborHours": 0,
"tags": [
"USGS",
"U.S. Geological Survey",
"Earth model",
"seismic velocity model",
"HDF5"
],
"languages": [
"Python",
"C++"
],
"contact": {
"name": "Brad Aagaard",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2024-01-23"
}
}
]