forked from psyplot/psyplot
-
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) · 1005 Bytes
/
codemeta.json
File metadata and controls
23 lines (23 loc) · 1005 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": "0000-0001-6171-7716",
"@type": "Person",
"email": "philipp.sommer@unil.ch",
"name": "Chilipp",
"affiliation": "Institute of Earth Surface Dynamics, University of Lausanne, Géopolis, 1015 Lausanne, Switzerland"
}
],
"identifier": "",
"codeRepository": "https://github.com/psyplot/psyplot.git",
"datePublished": "2017-07-28",
"dateModified": "2017-07-28",
"dateCreated": "2017-07-28",
"description": "psyplot is an cross-platform open source python project that mainly combines the plotting utilities of matplotlib and the data management of the xarray package and integrates them into a software that can be used via command-line and via a GUI.",
"keywords": "visualization,netcdf,raster,cartopy,climate model,earth science,matplotlib,python",
"license": "GPL v2.0",
"title": "psyplot",
"version": "v1.0.0"
}