forked from usgs/groundmotion-processing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
32 lines (29 loc) · 823 Bytes
/
code.json
File metadata and controls
32 lines (29 loc) · 823 Bytes
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
{
"name": "groundmotion-processing",
"organization": "U.S. Geological Survey",
"description": "Read and process strong motion waveform/peak amplitude data",
"status": "Beta",
"homepage": "https://github.com/usgs/groundmotion-processing",
"downloadURL": "https://github.com/usgs/groundmotion-processing/archive/master.zip",
"openSourceProject": 1,
"license": "https://github.com/usgs/groundmotion-processing/blob/master/LICENSE.md",
"vcs": "git",
"repository": "https://github.com/usgs/groundmotion-processing.git",
"tags": [
"earthquake",
"impact",
"strong motion",
"amplitudes",
"ground motion"
],
"languages": [
"python"
],
"contact": {
"name": "Mike Hearne",
"email": "mhearne@usgs.gov"
},
"updated": {
"metadataLastUpdated": "2017-06-25"
}
}