Skip to content

Commit d669d06

Browse files
committed
meta
1 parent 6f23076 commit d669d06

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

codemeta.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"license": "https://spdx.org/licenses/BSD-3-Clause",
5+
"codeRepository": "https://github.com/geospace-code/matmap3d",
6+
"contIntegration": "https://github.com/geospace-code/matmap3d/actions",
7+
"dateModified": "2020-08-14",
8+
"downloadUrl": "https://github.com/geospace-code/matmap3d/releases",
9+
"issueTracker": "https://github.com/geospace-code/matmap3d/issues",
10+
"name": "matmap3d",
11+
"version": "2.0.0",
12+
"identifier": "10.5281/zenodo.3966173",
13+
"description": "Matlab / GNU Octave coordinate conversions for geospace ecef enu eci. Similar to Python PyMap3D.",
14+
"applicationCategory": "compuation",
15+
"developmentStatus": "active",
16+
"keywords": [
17+
"geodesy"
18+
],
19+
"programmingLanguage": [
20+
"Matlab"
21+
],
22+
"author": [
23+
{
24+
"@type": "Person",
25+
"@id": "https://orcid.org/0000-0002-1637-6526",
26+
"givenName": "Michael",
27+
"familyName": "Hirsch"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)