-
Notifications
You must be signed in to change notification settings - Fork 17
/
code.json
41 lines (41 loc) · 1.26 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
[
{
"name": "loadflex",
"organization": "U.S. Geological Survey",
"description": "loadflex implements several of the most common methods for modeling and predicting watershed solute fluxes and concentrations, including interpolation and regression models, period-weighted averaging, and the composite method.",
"version": "main",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://raw.githubusercontent.com/DOI-USGS/loadflex/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/DOI-USGS/loadflex/",
"downloadURL": "https://github.com/DOI-USGS/loadflex/archive/refs/heads/main.zip",
"disclaimerURL": "https://raw.githubusercontent.com/DOI-USGS/loadflex/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/DOI-USGS/loadflex.git",
"vcs": "git",
"laborHours": 2000,
"tags": [
"R",
"USGS",
"River",
"Water Quality",
"doi|https://doi.org/10.1890/ES14-00517.1"
],
"languages": [
"R"
],
"contact": {
"name": "Alison Appling",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2023-07-05"
}
}
]