-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcode.json
47 lines (40 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
47
[
{
"name": "Barrier Island Geomorphology Extraction",
"organization": "U.S. Geological Survey",
"description": "Extracts barrier island metrics along transects for Barrier Island Geomorphology Bayesian Network",
"version": "v0.0.0",
"status": "Ideation",
"permissions": {
"usageType": "openSource",
"license": "https://github.com/esturdivant-usgs/BI-geomorph-extraction/blob/master/LICENSE.md"
},
"homepageURL": "https://usgs.github.io/whcmsc-bi-transect-extractor/",
"dowloadURL": "https://github.com/esturdivant-usgs/BI-geomorph-extraction/master.zip",
"disclaimerURL": "https://github.com/esturdivant-usgs/BI-geomorph-extraction/LICENSE.md",
"repositoryUrl": "https://github.com/esturdivant-usgs/BI-geomorph-extraction.git",
"vcs": "git",
"laborHours": null,
"tags": [
"Woods Hole Coastal and Marine Science Center",
"Coastal and Marine Geology Program",
"CMGP",
"Bayesian Network",
"Shoreline Change",
"coasts",
"geomorphology",
"transects"
],
"languages": [
"Python",
"Jupyter Notebook"
],
"contact": {
"name": "Emily Sturdivant",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2018-02-08"
}
}
]