|
1 | | -{ |
2 | | - "version": "2.0.0", |
3 | | - "measurementType": {}, |
4 | | - "agency": "U.S. Department of Interior", |
5 | | - "releases": [ |
6 | | - { |
7 | | - "name": "geomodelgrids", |
8 | | - "description": "Generate georeferenced gridded models", |
9 | | - "version": "v1.0.0", |
10 | | - "status": "??", |
11 | | - "organization": "U.S. Geological Survey", |
12 | | - "vcs": "git", |
13 | | - "repositoryUrl": "https://github.com/baagaard-usgs/geomodelgrids.git", |
14 | | - "homepageURL": "https://baagaard-usgs.github.io/geomodelgrids/", |
15 | | - "downloadURL": "https://github.com/baagaard-usgs/geomodelgrids/releases/tag/v1.0.0", |
16 | | - "disclaimerURL": "https://github.com/baagaard-usgs/geomodelgrids/blob/master/DISCLAIMER.md", |
17 | | - "permissions": { |
18 | | - "licenses": [ |
19 | | - { |
20 | | - "name": "Public Domain, CC0-1.0", |
21 | | - "URL": "https://github.com/baagaard-usgs/geomodelgrids/blob/master/LICENSE.md" |
22 | | - } |
23 | | - ], |
24 | | - "usageType": "openSource", |
25 | | - "exemptionText": null |
26 | | - }, |
27 | | - "laborHours": null, |
28 | | - "languages": [ |
29 | | - "Python", |
30 | | - "C++" |
31 | | - ], |
32 | | - "tags": [ |
33 | | - "seismic velocity model", |
34 | | - "HDF5", |
35 | | - ], |
36 | | - "contact": { |
37 | | - "name": "Brad Aagaard", |
38 | | - "email": "baagaard@usgs.gov" |
39 | | - }, |
40 | | - "date": { |
41 | | - "metadataLastUpdated": "2019-10-24" |
| 1 | +[ |
| 2 | + { |
| 3 | + "name": "geomodelgrids", |
| 4 | + "organization": "U.S. Geological Survey", |
| 5 | + "description": "Georeferenced grid-based Earth models composed of blocks with different grid resolutions.", |
| 6 | + "version": "1.0.0", |
| 7 | + "status": "Beta", |
| 8 | + |
| 9 | + "permissions": { |
| 10 | + "usageType": "openSource", |
| 11 | + "licenses": [ |
| 12 | + { |
| 13 | + "name": "Public Domain, CC0-1.0", |
| 14 | + "URL": "https://github.com/baagaard-usgs/geomodelgrids/blob/main/LICENSE.md" |
42 | 15 | } |
| 16 | + ] |
| 17 | + }, |
| 18 | + |
| 19 | + "homepageURL": "https://geomodelgrids.readthedocs.io", |
| 20 | + "downloadURL": "https://github.com/baagaard-usgs/geomodelgrids/archive/main.zip", |
| 21 | + "disclaimerURL": "https://github.com/baagaard-usgs/geomodelgrids/blob/main/LICENSE.md", |
| 22 | + "repositoryURL": "https://github.com/baagaard-usgs/geomodelgrids.git", |
| 23 | + "vcs": "git", |
| 24 | + |
| 25 | + "laborHours": 0, |
| 26 | + |
| 27 | + "tags": [ |
| 28 | + "USGS", |
| 29 | + "U.S. Geological Survey", |
| 30 | + "Earth model", |
| 31 | + "seismic velocity model", |
| 32 | + "HDF5" |
| 33 | + ], |
| 34 | + |
| 35 | + "languages": [ |
| 36 | + "Python", |
| 37 | + "C++" |
| 38 | + ], |
| 39 | + |
| 40 | + "contact": { |
| 41 | + "name": "Brad Aagaard", |
| 42 | + "email": "baagaard@usgs.gov" |
| 43 | + }, |
| 44 | + |
| 45 | + "date": { |
| 46 | + "metadataLastUpdated": "2021-10-01" |
43 | 47 | } |
44 | | - ] |
45 | | -} |
| 48 | + } |
| 49 | +] |
0 commit comments