-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
44 lines (39 loc) · 1.39 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": "workflow-2023-doore-triple-collocation",
"organization": "U.S. Geological Survey",
"description": "Collection of notebooks giving a workflow for how Triple Collocation can be applied to gridded evapotranspiration (ET) data to derived data uncertainties and subsequently evaluate agreement between ET data sets",
"version": "v1.0.0",
"status": ["Release Candidate"],
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/hytest-org/workflow-2023-doore-triple-collocation/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/hytest-org/workflow-2023-doore-triple-collocation/tree/main",
"downloadURL": "https://github.com/hytest-org/workflow-2023-doore-triple-collocation/archive/refs/heads/main.zip",
"disclaimerURL": "https://github.com/hytest-org/workflow-2023-doore-triple-collocation/blob/main/DISCLAIMER.md",
"repositoryUrl": "https://github.com/hytest-org/workflow-2023-doore-triple-collocation.git",
"vcs": "git",
"tags": [
"Evapotranspiration",
"Triple Collocation"
],
"languages": [
"markdown",
"python",
"R"
],
"contact": {
"name": "Keith Doore",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2024-07-22"
}
}
]