-
-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathcodemeta.json
34 lines (34 loc) · 1.01 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-2-Clause",
"codeRepository": "https://github.com/geospace-code/pymap3d",
"contIntegration": "https://github.com/geospace-code/pymap3d/actions",
"dateCreated": "2014-08-01",
"datePublished": "2014-08-03",
"dateModified": "2020-05-10",
"issueTracker": "https://github.com/geospace-code/pymap3d/issues",
"name": "PyMap3d",
"identifier": "10.5281/zenodo.3262738",
"description": "pure-Python (Numpy optional) 3D coordinate conversions for geospace",
"applicationCategory": "geospace",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "AFOSR"
},
"keywords": [
"coordinate transformation"
],
"programmingLanguage": [
"Python"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1637-6526",
"givenName": "Michael",
"familyName": "Hirsch"
}
]
}