|
1 | 1 | {
|
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", |
6 | 3 | "@type": "SoftwareSourceCode",
|
7 | 4 | "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. ", |
9 | 6 | "name": "osmextract: Download and Import Open Street Map Data Extracts",
|
| 7 | + "relatedLink": ["https://docs.ropensci.org/osmextract/", "https://CRAN.R-project.org/package=osmextract"], |
10 | 8 | "codeRepository": "https://github.com/ropensci/osmextract",
|
11 | 9 | "issueTracker": "https://github.com/ropensci/osmextract/issues",
|
12 | 10 | "license": "https://spdx.org/licenses/GPL-3.0",
|
13 |
| - "version": "0.4.0", |
| 11 | + "version": "0.4.1", |
14 | 12 | "programmingLanguage": {
|
15 | 13 | "@type": "ComputerLanguage",
|
16 | 14 | "name": "R",
|
17 | 15 | "url": "https://r-project.org"
|
18 | 16 | },
|
19 |
| - "runtimePlatform": "R version 4.0.5 (2021-03-31)", |
| 17 | + "runtimePlatform": "R version 4.1.3 (2022-03-10)", |
| 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 | + }, |
20 | 24 | "author": [
|
21 | 25 | {
|
22 | 26 | "@type": "Person",
|
|
40 | 44 | "@id": "https://orcid.org/0000-0002-8586-6625"
|
41 | 45 | }
|
42 | 46 | ],
|
43 |
| - "copyrightHolder": {}, |
44 |
| - "funder": {}, |
45 | 47 | "maintainer": [
|
46 | 48 | {
|
47 | 49 | "@type": "Person",
|
|
102 | 104 | "sameAs": "https://CRAN.R-project.org/package=covr"
|
103 | 105 | }
|
104 | 106 | ],
|
105 |
| - "softwareRequirements": [ |
106 |
| - { |
| 107 | + "softwareRequirements": { |
| 108 | + "1": { |
107 | 109 | "@type": "SoftwareApplication",
|
108 | 110 | "identifier": "R",
|
109 | 111 | "name": "R",
|
110 | 112 | "version": ">= 3.5.0"
|
111 | 113 | },
|
112 |
| - { |
| 114 | + "2": { |
113 | 115 | "@type": "SoftwareApplication",
|
114 | 116 | "identifier": "sf",
|
115 | 117 | "name": "sf",
|
|
122 | 124 | },
|
123 | 125 | "sameAs": "https://CRAN.R-project.org/package=sf"
|
124 | 126 | },
|
125 |
| - { |
| 127 | + "3": { |
126 | 128 | "@type": "SoftwareApplication",
|
127 | 129 | "identifier": "utils",
|
128 | 130 | "name": "utils"
|
129 | 131 | },
|
130 |
| - { |
| 132 | + "4": { |
131 | 133 | "@type": "SoftwareApplication",
|
132 | 134 | "identifier": "tools",
|
133 | 135 | "name": "tools"
|
134 | 136 | },
|
135 |
| - { |
| 137 | + "5": { |
136 | 138 | "@type": "SoftwareApplication",
|
137 | 139 | "identifier": "httr",
|
138 | 140 | "name": "httr",
|
|
144 | 146 | },
|
145 | 147 | "sameAs": "https://CRAN.R-project.org/package=httr"
|
146 | 148 | },
|
147 |
| - { |
| 149 | + "6": { |
148 | 150 | "@type": "SoftwareApplication",
|
149 | 151 | "identifier": "jsonlite",
|
150 | 152 | "name": "jsonlite",
|
|
155 | 157 | "url": "https://cran.r-project.org"
|
156 | 158 | },
|
157 | 159 | "sameAs": "https://CRAN.R-project.org/package=jsonlite"
|
158 |
| - } |
159 |
| - ], |
| 160 | + }, |
| 161 | + "SystemRequirements": null |
| 162 | + }, |
| 163 | + "fileSize": "3389.57KB", |
| 164 | + "releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md", |
160 | 165 | "readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
|
161 |
| - "fileSize": "3391.207KB", |
162 | 166 | "contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://app.codecov.io/gh/ropensci/osmextract?branch=master"],
|
| 167 | + "developmentStatus": "https://www.repostatus.org/#active", |
163 | 168 | "review": {
|
164 | 169 | "@type": "Review",
|
165 | 170 | "url": "https://github.com/ropensci/software-review/issues/395",
|
166 | 171 | "provider": "https://ropensci.org"
|
167 | 172 | },
|
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 |
| - } |
| 173 | + "keywords": ["osm", "osm-pbf", "rstats", "r", "open-data", "geofabrik-zone", "geo"] |
190 | 174 | }
|
0 commit comments