-
Notifications
You must be signed in to change notification settings - Fork 20
/
code.json
46 lines (39 loc) · 1.28 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
[
{
"name": "landslides-trigrs",
"organization": "U.S. Geological Survey",
"description": "Serial and Parallel versions of The Transient Rainfall Infiltration and Grid-Based Regional Slope-Stability Model (TRIGRS); a Fortran program designed for modeling the timing and distribution of shallow, rainfall-induced landslides.",
"version": "2.1.0",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/usgs/landslides-trigrs/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/usgs/landslides-trigrs",
"downloadURL": "https://code.usgs.gov/usgs/landslides-trigrs/repository/master/archive.zip",
"disclaimerURL": "https://code.usgs.gov/usgs/landslides-trigrs/blob/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/usgs/landslides-trigrs.git",
"vcs": "git",
"laborHours": null,
"tags": [
"Natural Hazards",
"Geologic Hazards Science Center"
],
"languages": [
"Fortran 95",
"Fortran 77"
],
"contact": {
"name": "Rex Baum",
"email": "baum@usgs.gov"
},
"date": {
"metadataLastUpdated": "2018-02-26"
}
}
]