|
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.2.0.008", |
| 11 | + "version": "0.2.1", |
15 | 12 | "programmingLanguage": {
|
16 | 13 | "@type": "ComputerLanguage",
|
17 | 14 | "name": "R",
|
|
348 | 345 | },
|
349 | 346 | "sameAs": "https://CRAN.R-project.org/package=xml2"
|
350 | 347 | },
|
351 |
| - "SystemRequirements": {} |
| 348 | + "SystemRequirements": null |
352 | 349 | },
|
353 | 350 | "applicationCategory": "DataAccess",
|
354 | 351 | "isPartOf": "https://ropensci.org",
|
355 |
| - "keywords": [ |
356 |
| - "open0street0map", |
357 |
| - "openstreetmap", |
358 |
| - "overpass0API", |
359 |
| - "OSM", |
360 |
| - "overpass-api", |
361 |
| - "r", |
362 |
| - "cpp", |
363 |
| - "rstats", |
364 |
| - "osm", |
365 |
| - "osm-data", |
366 |
| - "r-package", |
367 |
| - "peer-reviewed" |
368 |
| - ], |
369 |
| - "fileSize": "14954.391KB", |
| 352 | + "keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"], |
| 353 | + "fileSize": "14961.933KB", |
370 | 354 | "citation": [
|
371 | 355 | {
|
372 | 356 | "@type": "SoftwareSourceCode",
|
|
399 | 383 | "issueNumber": "14",
|
400 | 384 | "datePublished": "2017",
|
401 | 385 | "isPartOf": {
|
402 |
| - "@type": [ |
403 |
| - "PublicationVolume", |
404 |
| - "Periodical" |
405 |
| - ], |
| 386 | + "@type": ["PublicationVolume", "Periodical"], |
406 | 387 | "volumeNumber": "2",
|
407 | 388 | "name": "The Journal of Open Source Software"
|
408 | 389 | }
|
|
411 | 392 | ],
|
412 | 393 | "releaseNotes": "https://github.com/ropensci/osmdata/blob/master/NEWS.md",
|
413 | 394 | "readme": "https://github.com/ropensci/osmdata/blob/main/README.md",
|
414 |
| - "contIntegration": [ |
415 |
| - "https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", |
416 |
| - "https://app.codecov.io/gh/ropensci/osmdata" |
417 |
| - ], |
| 395 | + "contIntegration": ["https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/osmdata"], |
418 | 396 | "developmentStatus": "https://www.repostatus.org/#active",
|
419 | 397 | "review": {
|
420 | 398 | "@type": "Review",
|
|
0 commit comments