-
-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathcodemeta.json
More file actions
29 lines (29 loc) · 852 Bytes
/
codemeta.json
File metadata and controls
29 lines (29 loc) · 852 Bytes
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-3.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-2-Clause",
"codeRepository": "https://github.com/geospace-code/pymap3d",
"continuousIntegration": "https://github.com/geospace-code/pymap3d/actions",
"issueTracker": "https://github.com/geospace-code/pymap3d/issues",
"name": "PyMap3d",
"identifier": "10.21105/joss.00580",
"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": "Organization",
"name": "SciVision"
}
]
}