Skip to content

Commit 0150a6e

Browse files
author
Andrea Gilardi
committed
update codemeta
1 parent fb83bec commit 0150a6e

File tree

1 file changed

+39
-43
lines changed

1 file changed

+39
-43
lines changed

codemeta.json

Lines changed: 39 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
{
2-
"@context": [
3-
"https://doi.org/10.5063/schema/codemeta-2.0",
4-
"http://schema.org"
5-
],
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
63
"@type": "SoftwareSourceCode",
74
"identifier": "osmextract",
8-
"description": "Match, download, convert and import Open Street Map data extracts \n obtained from several providers. ",
5+
"description": "Match, download, convert and import Open Street Map data extracts obtained from several providers. ",
96
"name": "osmextract: Download and Import Open Street Map Data Extracts",
7+
"relatedLink": ["https://docs.ropensci.org/osmextract/", "https://CRAN.R-project.org/package=osmextract"],
108
"codeRepository": "https://github.com/ropensci/osmextract",
119
"issueTracker": "https://github.com/ropensci/osmextract/issues",
1210
"license": "https://spdx.org/licenses/GPL-3.0",
13-
"version": "0.4.0",
11+
"version": "0.5.0",
1412
"programmingLanguage": {
1513
"@type": "ComputerLanguage",
1614
"name": "R",
1715
"url": "https://r-project.org"
1816
},
19-
"runtimePlatform": "R version 4.0.5 (2021-03-31)",
17+
"runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)",
18+
"provider": {
19+
"@id": "https://cran.r-project.org",
20+
"@type": "Organization",
21+
"name": "Comprehensive R Archive Network (CRAN)",
22+
"url": "https://cran.r-project.org"
23+
},
2024
"author": [
2125
{
2226
"@type": "Person",
2327
"givenName": "Andrea",
2428
"familyName": "Gilardi",
25-
"email": "andrea.gilardi@unimib.it",
29+
"email": "andrea.gilardi@polimi.it",
2630
"@id": "https://orcid.org/0000-0002-9424-7439"
2731
},
2832
{
@@ -40,14 +44,12 @@
4044
"@id": "https://orcid.org/0000-0002-8586-6625"
4145
}
4246
],
43-
"copyrightHolder": {},
44-
"funder": {},
4547
"maintainer": [
4648
{
4749
"@type": "Person",
4850
"givenName": "Andrea",
4951
"familyName": "Gilardi",
50-
"email": "andrea.gilardi@unimib.it",
52+
"email": "andrea.gilardi@polimi.it",
5153
"@id": "https://orcid.org/0000-0002-9424-7439"
5254
}
5355
],
@@ -100,16 +102,28 @@
100102
"url": "https://cran.r-project.org"
101103
},
102104
"sameAs": "https://CRAN.R-project.org/package=covr"
105+
},
106+
{
107+
"@type": "SoftwareApplication",
108+
"identifier": "withr",
109+
"name": "withr",
110+
"provider": {
111+
"@id": "https://cran.r-project.org",
112+
"@type": "Organization",
113+
"name": "Comprehensive R Archive Network (CRAN)",
114+
"url": "https://cran.r-project.org"
115+
},
116+
"sameAs": "https://CRAN.R-project.org/package=withr"
103117
}
104118
],
105-
"softwareRequirements": [
106-
{
119+
"softwareRequirements": {
120+
"1": {
107121
"@type": "SoftwareApplication",
108122
"identifier": "R",
109123
"name": "R",
110124
"version": ">= 3.5.0"
111125
},
112-
{
126+
"2": {
113127
"@type": "SoftwareApplication",
114128
"identifier": "sf",
115129
"name": "sf",
@@ -122,17 +136,17 @@
122136
},
123137
"sameAs": "https://CRAN.R-project.org/package=sf"
124138
},
125-
{
139+
"3": {
126140
"@type": "SoftwareApplication",
127141
"identifier": "utils",
128142
"name": "utils"
129143
},
130-
{
144+
"4": {
131145
"@type": "SoftwareApplication",
132146
"identifier": "tools",
133147
"name": "tools"
134148
},
135-
{
149+
"5": {
136150
"@type": "SoftwareApplication",
137151
"identifier": "httr",
138152
"name": "httr",
@@ -144,7 +158,7 @@
144158
},
145159
"sameAs": "https://CRAN.R-project.org/package=httr"
146160
},
147-
{
161+
"6": {
148162
"@type": "SoftwareApplication",
149163
"identifier": "jsonlite",
150164
"name": "jsonlite",
@@ -155,36 +169,18 @@
155169
"url": "https://cran.r-project.org"
156170
},
157171
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
158-
}
159-
],
172+
},
173+
"SystemRequirements": null
174+
},
175+
"fileSize": "3628.539KB",
176+
"releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md",
160177
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
161-
"fileSize": "3391.207KB",
162178
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://app.codecov.io/gh/ropensci/osmextract?branch=master"],
179+
"developmentStatus": "https://www.repostatus.org/#active",
163180
"review": {
164181
"@type": "Review",
165182
"url": "https://github.com/ropensci/software-review/issues/395",
166183
"provider": "https://ropensci.org"
167184
},
168-
"keywords": [
169-
"osm",
170-
"osm-pbf",
171-
"rstats",
172-
"r",
173-
"open-data",
174-
"geofabrik-zone",
175-
"geo"
176-
],
177-
"developmentStatus": "https://www.repostatus.org/#active",
178-
"relatedLink": [
179-
"https://docs.ropensci.org/osmextract",
180-
"https://docs.ropensci.org/osmextract/",
181-
"https://CRAN.R-project.org/package=osmextract"
182-
],
183-
"releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md",
184-
"provider": {
185-
"@id": "https://cran.r-project.org",
186-
"@type": "Organization",
187-
"name": "Comprehensive R Archive Network (CRAN)",
188-
"url": "https://cran.r-project.org"
189-
}
185+
"keywords": ["osm", "osm-pbf", "rstats", "r", "open-data", "geofabrik-zone", "geo"]
190186
}

0 commit comments

Comments
 (0)