Skip to content

Commit

Permalink
update codemeta
Browse files Browse the repository at this point in the history
  • Loading branch information
JsLth committed Nov 7, 2024
1 parent 99e5cfa commit 2a83a5a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down Expand Up @@ -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"]
}

0 comments on commit 2a83a5a

Please sign in to comment.