forked from kmaterna/Strain_2D
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
44 lines (37 loc) · 1.06 KB
/
code.json
File metadata and controls
44 lines (37 loc) · 1.06 KB
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
[
{
"name": "Strain_2D",
"organization": "U.S. Geological Survey",
"description": "Strain rate modeling from GNSS velocity fields using multiple published strain rate techniques.",
"version": "1.1.1",
"status": "RELEASE_STATUS",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/Strain_2D/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/kmaterna/Strain_2D",
"downloadURL": "https://code.usgs.gov/kmaterna/Strain_2Darchive/master.zip",
"disclaimerURL": "https://code.usgs.gov/kmaterna/Strain_2D/blob/master/LICENSE.md",
"repositoryURL": "https://code.usgs.gov/kmaterna/Strain_2D.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"strain rate computation"
],
"languages": [
"python3.9"
],
"contact": {
"name": "Kathryn Materna",
"email": "kmaterna@usgs.gov"
},
"date": {
"metadataLastUpdated": "2022-11-15"
}
}
]