-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "photon", | ||
"description": "Features unstructured, structured and reverse geocoding using the 'photon' geocoding API. Facilitates the setup of local Photon instances to enable offline geocoding.", | ||
"name": "photon: High-performance geocoding using 'photon'", | ||
"description": "Features unstructured, structured and reverse geocoding using the 'photon' geocoding API <[https://photon.komoot.io/]https://photon.komoot.io/>. Facilitates the setup of local 'photon' instances to enable offline geocoding.", | ||
"name": "photon: High-Performance Geocoding using 'photon'", | ||
"relatedLink": "https://jslth.github.io/photon/", | ||
"codeRepository": "https://github.com/jslth/photon/", | ||
"issueTracker": "https://github.com/jslth/photon/issues", | ||
|
@@ -20,23 +20,26 @@ | |
"@type": "Person", | ||
"givenName": "Jonas", | ||
"familyName": "Lieth", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0002-3451-3176" | ||
} | ||
], | ||
"copyrightHolder": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Jonas", | ||
"familyName": "Lieth", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0002-3451-3176" | ||
} | ||
], | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Jonas", | ||
"familyName": "Lieth", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0002-3451-3176" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
|
@@ -194,9 +197,10 @@ | |
}, | ||
"SystemRequirements": null | ||
}, | ||
"fileSize": "173.822KB", | ||
"fileSize": "175.584KB", | ||
"releaseNotes": "https://github.com/jslth/photon/blob/master/NEWS.md", | ||
"readme": "https://github.com/JsLth/photon/blob/main/README.md", | ||
"contIntegration": ["https://github.com/JsLth/photon/actions/workflows/R-CMD-check.yaml", "https://github.com/jslth/photon/actions/workflows/rhub.yaml", "https://app.codecov.io/gh/JsLth/photon?branch=main"], | ||
"developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#stable"] | ||
"developmentStatus": "https://www.repostatus.org/#active", | ||
"keywords": ["r", "r-package", "rstats"] | ||
} |