|
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.5.022", |
| 11 | + "version": "0.2.5.23", |
15 | 12 | "programmingLanguage": {
|
16 | 13 | "@type": "ComputerLanguage",
|
17 | 14 | "name": "R",
|
18 | 15 | "url": "https://r-project.org"
|
19 | 16 | },
|
20 |
| - "runtimePlatform": "R version 4.3.1 (2023-06-16)", |
| 17 | + "runtimePlatform": "R version 4.4.1 (2024-06-14)", |
21 | 18 | "provider": {
|
22 | 19 | "@id": "https://cran.r-project.org",
|
23 | 20 | "@type": "Organization",
|
|
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": "2467.715KB", |
| 352 | + "keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"], |
| 353 | + "fileSize": "17525.157KB", |
370 | 354 | "citation": [
|
371 | 355 | {
|
372 | 356 | "@type": "ScholarlyArticle",
|
|
400 | 384 | "issueNumber": "14",
|
401 | 385 | "datePublished": "2017",
|
402 | 386 | "isPartOf": {
|
403 |
| - "@type": [ |
404 |
| - "PublicationVolume", |
405 |
| - "Periodical" |
406 |
| - ], |
| 387 | + "@type": ["PublicationVolume", "Periodical"], |
407 | 388 | "volumeNumber": "2",
|
408 | 389 | "name": "Journal of Open Source Software"
|
409 | 390 | }
|
|
412 | 393 | ],
|
413 | 394 | "releaseNotes": "https://github.com/ropensci/osmdata/blob/master/NEWS.md",
|
414 | 395 | "readme": "https://github.com/ropensci/osmdata/blob/main/README.md",
|
415 |
| - "contIntegration": [ |
416 |
| - "https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", |
417 |
| - "https://app.codecov.io/gh/ropensci/osmdata" |
418 |
| - ], |
| 396 | + "contIntegration": ["https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/osmdata"], |
419 | 397 | "developmentStatus": "https://www.repostatus.org/#active",
|
420 | 398 | "review": {
|
421 | 399 | "@type": "Review",
|
|
0 commit comments