forked from CentreForHydrology/WDPM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
23 lines (23 loc) · 825 Bytes
/
Copy pathcodemeta.json
File metadata and controls
23 lines (23 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0003-0363-9929",
"@type": "Person",
"email": "kevin.shook@usask.ca",
"name": "Kevin Shook",
"affiliation": "Centre for Hydrology, University of Saskatchewan"
}
],
"identifier": "",
"codeRepository": "https://github.com/CentreForHydrology/WDPM",
"datePublished": "2020-05-04",
"dateModified": "2020-05-04",
"dateCreated": "2020-05-04",
"description": "Models the spatial distribution of water on the Canadian Prairies",
"keywords": "C, Python, hydrology, Canadian Prairies, water distribution, connected fraction",
"license": "GPL v3.0",
"title": "WDPM, the Wetland DEM Ponding Model",
"version": "v1.0.0"
}