-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodemeta.json
More file actions
30 lines (30 loc) · 1011 Bytes
/
codemeta.json
File metadata and controls
30 lines (30 loc) · 1011 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
30
{
"@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/maptran3d",
"contIntegration": "https://github.com/geospace-code/maptran3d/actions",
"dateModified": "2021-11-21",
"downloadUrl": "https://github.com/geospace-code/maptran3d/releases",
"issueTracker": "https://github.com/geospace-code/maptran3d/issues",
"name": "maptran3d",
"identifier": "10.5281/zenodo.4589680",
"description": "Fortran coordinate transforms and geodesy",
"applicationCategory": "geodesy",
"developmentStatus": "active",
"keywords": [
"geodesy",
"mapping"
],
"programmingLanguage": [
"Fortran"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1637-6526",
"givenName": "Michael",
"familyName": "Hirsch"
}
]
}