-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcode.json
executable file
·48 lines (41 loc) · 1.46 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
[
{
"name": "landslides-thresholds",
"organization": "U.S. Geological Survey",
"description": "Software for tracking rainfall thresholds for landslide and debris-flow occurrence (A collection of Fortran programs, Python scripts, shell scripts and Windows batch files along with sample data)",
"version": "1.0.0",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://my.usgs.gov/bitbucket/users/baum_usgs.gov/repos/landslides-thresholds/browse/LICENSE.md"
}
]
},
"homepageURL": "https://my.usgs.gov/bitbucket/users/baum_usgs.gov/repos/landslides-thresholds/browse",
"downloadURL": "https://my.usgs.gov/bitbucket/rest/api/latest/projects/~BAUM_USGS.GOV/repos/landslides-thresholds/archive?format=zip",
"disclaimerURL": "https://my.usgs.gov/bitbucket/users/baum_usgs.gov/repos/landslides-thresholds/browse/DISCLAIMER.md",
"repositoryUrl": "https://my.usgs.gov/bitbucket/scm/~baum_usgs.gov/landslides-thresholds.git",
"vcs": "git",
"laborHours": null,
"tags": [
"Natural Hazards",
"Geologic Hazards Science Center",
"Precipitation thresholds"
"Landslides"
],
"languages": [
"Fortran 90",
"Python 2.7"
],
"contact": {
"name": "Rex Baum",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2018-03-02"
}
}
]