-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathcodemeta.json
44 lines (44 loc) · 1.48 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://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "https://orcid.org/0000-0002-8489-4763",
"@type": "Person",
"email": "[email protected]",
"name": "Joseph C. Hardin",
"affiliation": "Atmospheric Science and Global Change Division, Pacific Northwest National Laboratory"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "Nick Guy",
"affiliation": "Verisk Weather Solutions "
},
{
"@id": "https://orcid.org/0000-0002-6560-6316",
"@type": "Person",
"email": "[email protected]",
"name": "Jussi Leinonen",
"affiliation": "Federal Office of Meteorology and Climatology MeteoSwiss"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "V. Chandrasekar",
"affiliation": "Colorado State University"
}
],
"identifier": "http://doi.org/10.5281/zenodo.9991",
"codeRepository": "https://github.com/josephhardinee/PyDSD",
"datePublished": "2021-07-22",
"dateModified": "2021-07-22",
"dateCreated": "2021-07-22",
"description": "A python library for working with drop size distributions, disdrometers, and particle probes.",
"keywords": "dsd, drop size distributions, radar, t-matrix, weather, disdrometer, particle size distribution",
"license": "LGPL v2.1",
"title": "PyDSD",
"version": "v1.0.6.2"
}