forked from hschwaiger-usgs/volcano-ash3d-projection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
45 lines (38 loc) · 1.21 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
[
{
"name": "projection",
"organization": "U.S. Geological Survey",
"description": "projection is a fortran 90 module that contain subroutines that can convert between lon,lat and various projections commonly used in numerical weather prediction forecast/reanalysis products.",
"version": "1.0.0",
"status": "Release Candidate",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/volcano-ash3d-projection/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/usgs/volcano-ash3d-projection/",
"downloadURL": "https://github.com/usgs/volcano-ash3d-projection/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/volcano-ash3d-projection/blob/master/DISCLAIMER.md",
"repositoryURL": "https://github.com/usgs/volcano-ash3d-projection.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"Ash3d",
"USGS"
],
"languages": [
"fortran"
],
"contact": {
"name": "Hans F. Schwaiger",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2019-02-05"
}
}
]