forked from DOI-USGS/EGRET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
44 lines (40 loc) · 1.16 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
[
{
"name": "EGRET",
"organization": "U.S. Geological Survey",
"description": "An R-package for the analysis of long-term changes in water quality and streamflow, including the water-quality method Weighted Regressions on Time, Discharge, and Season (WRTDS)",
"version": "2.6.0",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/water/EGRET/blob/master/LICENSE.note"
}
]
},
"homepageURL": "https://code.usgs.gov/water/EGRET",
"downloadURL": "https://code.usgs.gov/water/EGRET/-/archive/v2.6.0/EGRET-v2.6.0.zip",
"disclaimerURL": "https://code.usgs.gov/water/EGRET/blob/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/water/EGRET.git",
"vcs": "git",
"laborHours": 500,
"tags": [
"R",
"rstats",
"USGS",
"water"
],
"languages": [
"R"
],
"contact": {
"name": "Laura De Cicco",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2018-06-08"
}
}
]