-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
46 lines (39 loc) · 1.03 KB
/
Copy pathcode.json
File metadata and controls
46 lines (39 loc) · 1.03 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
45
46
[
{
"name": "USGS_Sample",
"organization": "U.S. Geological Survey",
"description": "ArcGIS tool for generating random samples",
"version": "1.0",
"status": "Provisional",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/cprice-usgs/USGS_Sample/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/cprice-usgs/USGS_Sample/",
"downloadURL": "https://github.com/cprice-usgs/USGS_Sample/archive/master.zip",
"disclaimerURL": "https://github.com/cprice-usgs/USGS_Sample/blob/master/LICENSE.md",
"repositoryUrl": "https://github.com/cprice-usgs/USGS_Sample.git",
"vcs": "git",
"laborHours": null,
"tags": [
"TAG_1",
"TAG_2"
],
"languages": [
"LANG_1",
"LANG_2"
],
"contact": {
"name": "Curtis V. Price",
"email": "cprice@usgs.gov"
},
"date": {
"metadataLastUpdated": "2017-10-03"
}
}
]