-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zenodo.json
executable file
·49 lines (49 loc) · 1.92 KB
/
.zenodo.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
45
46
47
48
49
{
"language": "eng",
"license": "MIT",
"title": "ncio: functions to easily copy a netcdf file, replacing and transforming variables and dimensions.",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/mcuntz/ncio/",
"relation": "isDerivedFrom",
"resource_type": "software"
},
{
"scheme": "url",
"identifier": "https://mcuntz.github.io/ncio/",
"relation": "isDocumentedBy",
"resource_type": "publication-softwaredocumentation"
},
{
"scheme": "url",
"identifier": "https://pypi.org/project/ncio/",
"relation": "isIdenticalTo",
"resource_type": "software"
},
{
"scheme": "url",
"identifier": "https://anaconda.org/conda-forge/ncio",
"relation": "isIdenticalTo",
"resource_type": "software"
}
],
"upload_type": "software",
"keywords": [
"Python utilities",
"Meteorology",
"Python",
"netcdf",
"netcdf4",
"netCDF4"
],
"creators": [
{
"orcid": "0000-0002-5966-1829",
"affiliation": "Institut National de Recherche pour l'Agriculture, l'Alimentation et l'Environnement - INRAE, Nancy, France",
"name": "Matthias Cuntz"
}
],
"access_right": "open",
"description": "<p><strong>ncio</strong> is a Python library that provides functions to copy dimensions, variables, attributes, etc. from one netcdf file to a netcdf output file. Replacements and transformations can be performed on the copied entities such as names can be changed or variables can be replaced with other data. It is a thin wrapper of the netCDF4 Python package that adds no new functionality but rather provides convenience functions to work easily with netcdf files.</p>\n\n<p>The complete documentation of ncio is available at: <a href=\"https://mcuntz.github.io/ncio/\">https://mcuntz.github.io/ncio/</a></p>"
}