Skip to content

Commit

Permalink
update codemeta
Browse files Browse the repository at this point in the history
  • Loading branch information
agila5 committed Aug 10, 2023
1 parent fb83bec commit 0150a6e
Showing 1 changed file with 39 additions and 43 deletions.
82 changes: 39 additions & 43 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "osmextract",
"description": "Match, download, convert and import Open Street Map data extracts \n obtained from several providers. ",
"description": "Match, download, convert and import Open Street Map data extracts obtained from several providers. ",
"name": "osmextract: Download and Import Open Street Map Data Extracts",
"relatedLink": ["https://docs.ropensci.org/osmextract/", "https://CRAN.R-project.org/package=osmextract"],
"codeRepository": "https://github.com/ropensci/osmextract",
"issueTracker": "https://github.com/ropensci/osmextract/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.4.0",
"version": "0.5.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.5 (2021-03-31)",
"runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Andrea",
"familyName": "Gilardi",
"email": "andrea.gilardi@unimib.it",
"email": "andrea.gilardi@polimi.it",
"@id": "https://orcid.org/0000-0002-9424-7439"
},
{
Expand All @@ -40,14 +44,12 @@
"@id": "https://orcid.org/0000-0002-8586-6625"
}
],
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Andrea",
"familyName": "Gilardi",
"email": "andrea.gilardi@unimib.it",
"email": "andrea.gilardi@polimi.it",
"@id": "https://orcid.org/0000-0002-9424-7439"
}
],
Expand Down Expand Up @@ -100,16 +102,28 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=withr"
}
],
"softwareRequirements": [
{
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
{
"2": {
"@type": "SoftwareApplication",
"identifier": "sf",
"name": "sf",
Expand All @@ -122,17 +136,17 @@
},
"sameAs": "https://CRAN.R-project.org/package=sf"
},
{
"3": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
{
"4": {
"@type": "SoftwareApplication",
"identifier": "tools",
"name": "tools"
},
{
"5": {
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
Expand All @@ -144,7 +158,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=httr"
},
{
"6": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
Expand All @@ -155,36 +169,18 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
}
],
},
"SystemRequirements": null
},
"fileSize": "3628.539KB",
"releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
"fileSize": "3391.207KB",
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://app.codecov.io/gh/ropensci/osmextract?branch=master"],
"developmentStatus": "https://www.repostatus.org/#active",
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/395",
"provider": "https://ropensci.org"
},
"keywords": [
"osm",
"osm-pbf",
"rstats",
"r",
"open-data",
"geofabrik-zone",
"geo"
],
"developmentStatus": "https://www.repostatus.org/#active",
"relatedLink": [
"https://docs.ropensci.org/osmextract",
"https://docs.ropensci.org/osmextract/",
"https://CRAN.R-project.org/package=osmextract"
],
"releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
"keywords": ["osm", "osm-pbf", "rstats", "r", "open-data", "geofabrik-zone", "geo"]
}

0 comments on commit 0150a6e

Please sign in to comment.