|
4 | 4 | "identifier": "osmdata",
|
5 | 5 | "description": "Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web server (<https://overpass-api.de/>) and processed with very fast 'C++' routines for return to 'R'.",
|
6 | 6 | "name": "osmdata: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects",
|
7 |
| - "relatedLink": [ |
8 |
| - "https://docs.ropensci.org/osmdata/", |
9 |
| - "https://CRAN.R-project.org/package=osmdata" |
10 |
| - ], |
| 7 | + "relatedLink": ["https://docs.ropensci.org/osmdata/", "https://CRAN.R-project.org/package=osmdata"], |
11 | 8 | "codeRepository": "https://github.com/ropensci/osmdata/",
|
12 | 9 | "issueTracker": "https://github.com/ropensci/osmdata/issues",
|
13 | 10 | "license": "https://spdx.org/licenses/GPL-3.0",
|
14 |
| - "version": "0.1.9.055", |
| 11 | + "version": "0.1.10", |
15 | 12 | "programmingLanguage": {
|
16 | 13 | "@type": "ComputerLanguage",
|
17 | 14 | "name": "R",
|
|
339 | 336 | },
|
340 | 337 | "applicationCategory": "DataAccess",
|
341 | 338 | "isPartOf": "https://ropensci.org",
|
342 |
| - "keywords": [ |
343 |
| - "open0street0map", |
344 |
| - "openstreetmap", |
345 |
| - "overpass0API", |
346 |
| - "OSM", |
347 |
| - "overpass-api", |
348 |
| - "r", |
349 |
| - "cpp", |
350 |
| - "rstats", |
351 |
| - "osm", |
352 |
| - "osm-data", |
353 |
| - "r-package", |
354 |
| - "peer-reviewed" |
355 |
| - ], |
356 |
| - "fileSize": "12187.211KB", |
| 339 | + "keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"], |
| 340 | + "fileSize": "3178.708KB", |
357 | 341 | "citation": [
|
358 | 342 | {
|
359 | 343 | "@type": "ScholarlyArticle",
|
|
390 | 374 | "issueNumber": "14",
|
391 | 375 | "datePublished": "2017",
|
392 | 376 | "isPartOf": {
|
393 |
| - "@type": [ |
394 |
| - "PublicationVolume", |
395 |
| - "Periodical" |
396 |
| - ], |
| 377 | + "@type": ["PublicationVolume", "Periodical"], |
397 | 378 | "volumeNumber": "2",
|
398 | 379 | "name": "The Journal of Open Source Software"
|
399 | 380 | }
|
|
402 | 383 | ],
|
403 | 384 | "releaseNotes": "https://github.com/ropensci/osmdata/blob/master/NEWS.md",
|
404 | 385 | "readme": "https://github.com/ropensci/osmdata/blob/main/README.md",
|
405 |
| - "contIntegration": [ |
406 |
| - "https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", |
407 |
| - "https://app.codecov.io/gh/ropensci/osmdata" |
408 |
| - ], |
| 386 | + "contIntegration": ["https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/osmdata"], |
409 | 387 | "developmentStatus": "https://www.repostatus.org/#active",
|
410 | 388 | "review": {
|
411 | 389 | "@type": "Review",
|
|
0 commit comments