-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
44 lines (44 loc) · 1.46 KB
/
codemeta.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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Hydrology",
"author": [
{
"id": "https://orcid.org/0009-0006-4372-0923",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "RiverLy, INRAE, France"
},
"email": "[email protected]",
"familyName": "Heraut",
"givenName": "Louis"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0009-0006-4372-0923",
"roleName": "Developper"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0009-0006-4372-0923",
"roleName": "Maintainer"
}
],
"codeRepository": "https://github.com/super-lou/NCf/",
"dateCreated": "2023-01-12",
"datePublished": "2023-04-06",
"description": "Efficient and simple way to create a NetCDF file only with R variable declarations.\n\nUne méthode efficace et simple pour créer un fichier NetCDF uniquement avec des déclarations de variables R.",
"keywords": [
"netcdf",
"data formating",
"data management",
"workflow",
"hydrological projection",
"climat projection"
],
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"name": "NCf",
"programmingLanguage": "R 4.x.x",
"developmentStatus": "inactive"
}