-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
49 lines (42 loc) · 1.36 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": "neic-catalog-segregation",
"organization": "U.S. Geological Survey",
"description": "Separates a subduction zone earthquake catalog into three tectonic regions: upper plate, interface, and lower plate",
"version": "1.0.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/ghsc/neic/utilities/neic-catalog-segregation/-/raw/1.0.0/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/ghsc/neic/utilities/neic-catalog-segregation",
"downloadURL": "https://code.usgs.gov/ghsc/neic/utilities/neic-catalog-segregation/-/archive/1.0.0/neic-catalog-segregation-1.0.0.zip",
"disclaimerURL": "https://code.usgs.gov/ghsc/neic/utilities/neic-catalog-segregation/-/raw/1.0.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/ghsc/neic/utilities/neic-catalog-segregation.git",
"vcs": "git",
"laborHours": 80,
"tags": [
"USGS",
"United States Geological Survey",
"CatalogSeparation",
"Earthquak Catalog",
"Subduction",
"NEIC"
],
"languages": [
"Python"
],
"contact": {
"name": "Kirstie L Haynie",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2024-09-23"
}
}
]