-
Notifications
You must be signed in to change notification settings - Fork 2
/
code.json
47 lines (40 loc) · 1.1 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
[
{
"name": "lsforce",
"organization": "U.S. Geological Survey",
"description": "A Python-based single-force seismic inversion framework for massive landslides",
"version": "v1.1",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/ghsc/lhp/lsforce/-/raw/v1.1/LICENSE.md"
}
]
},
"homepageURL": "https://ghsc.code-pages.usgs.gov/lhp/lsforce",
"downloadURL": "https://code.usgs.gov/ghsc/lhp/lsforce/-/archive/v1.1/lsforce-v1.1.zip",
"disclaimerURL": "https://code.usgs.gov/ghsc/lhp/lsforce/-/raw/v1.1/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/ghsc/lhp/lsforce.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"landslide",
"seismology",
"inversion",
"single force"
],
"languages": [
"python"
],
"contact": {
"name": "Kate Allstadt",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2023-11-14"
}
}
]