R package for downloading OpenStreetMap data

Remove codemeta

FIX #409

+2 -400
-1
.Rbuildignore
··· 12 12 ^_pkgdown\.yml$ 13 13 ^aaa\.Rmd$ 14 14 ^appveyor\.yml$ 15 - ^codemeta\.json$ 16 15 ^configure$ 17 16 ^cran-comments.md$ 18 17 ^docs/
+1 -3
.pre-commit-config.yaml
··· 14 14 additional_dependencies: 15 15 - ropensci-review-tools/spaceout 16 16 # - id: roxygenize 17 - # codemeta must be above use-tidy-description when both are used 18 - # - id: codemeta-description-updated 19 17 - id: use-tidy-description 20 18 - id: spell-check 21 19 exclude: > ··· 64 62 # - id: pkgdown 65 63 - repo: https://github.com/pre-commit/pre-commit-hooks 66 64 rev: v6.0.0 67 - hooks: 65 + hooks: 68 66 - id: check-added-large-files 69 67 args: ['--maxkb=200'] 70 68 - id: file-contents-sorter
-5
CONTRIBUTING.md
··· 60 60 devtools::build_readme(output_format="md_document") 61 61 ``` 62 62 63 - When updating the package dependencies in `DESCRIPTION` or other metadata, 64 - refresh `codemeta.json`: 65 - ```r 66 - codemetar::write_codemeta() 67 - ``` 68 63 69 64 ## Code of Conduct 70 65
+1
NEWS.md
··· 14 14 - Fixed `osm_elevation()` function after raster -> terra upgrade (#389; thanks to @Aloniss). 15 15 - Implement described viewbox parameter in `getbb()` (#402). 16 16 - Implement `osmdata_sf(..., out = "meta")`& metadata columns (also for `osmdata_data.frame()`) are encoded in utf8 (`osm_user`) and formatted as POSIXct (`osm_timestamp`) (#405). 17 + - Remove `codemeta.json` (#410). 17 18 18 19 19 20 # osmdata 0.3.0
-391
codemeta.json
··· 1 - { 2 - "@context": "https://doi.org/10.5063/schema/codemeta-2.0", 3 - "@type": "SoftwareSourceCode", 4 - "identifier": "osmdata", 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 - "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 - ], 11 - "codeRepository": "https://github.com/ropensci/osmdata", 12 - "issueTracker": "https://github.com/ropensci/osmdata/issues", 13 - "license": "https://spdx.org/licenses/GPL-3.0", 14 - "version": "0.3.0.9021", 15 - "programmingLanguage": { 16 - "@type": "ComputerLanguage", 17 - "name": "R", 18 - "url": "https://r-project.org" 19 - }, 20 - "runtimePlatform": "R version 4.5.1 (2025-06-13)", 21 - "provider": { 22 - "@id": "https://cran.r-project.org", 23 - "@type": "Organization", 24 - "name": "Comprehensive R Archive Network (CRAN)", 25 - "url": "https://cran.r-project.org" 26 - }, 27 - "author": [ 28 - { 29 - "@type": "Person", 30 - "givenName": "Joan", 31 - "familyName": "Maspons", 32 - "email": "joanmaspons@gmail.com", 33 - "@id": "https://orcid.org/0000-0003-2286-8727" 34 - }, 35 - { 36 - "@type": "Person", 37 - "givenName": "Mark", 38 - "familyName": "Padgham", 39 - "email": "mark.padgham@email.com" 40 - }, 41 - { 42 - "@type": "Person", 43 - "givenName": "Bob", 44 - "familyName": "Rudis" 45 - }, 46 - { 47 - "@type": "Person", 48 - "givenName": "Robin", 49 - "familyName": "Lovelace" 50 - }, 51 - { 52 - "@type": "Person", 53 - "givenName": "Maëlle", 54 - "familyName": "Salmon" 55 - } 56 - ], 57 - "contributor": [ 58 - { 59 - "@type": "Person", 60 - "givenName": "Andrew", 61 - "familyName": "Smith" 62 - }, 63 - { 64 - "@type": "Person", 65 - "givenName": "James", 66 - "familyName": "Smith" 67 - }, 68 - { 69 - "@type": "Person", 70 - "givenName": "Andrea", 71 - "familyName": "Gilardi" 72 - }, 73 - { 74 - "@type": "Person", 75 - "givenName": "Enrico", 76 - "familyName": "Spinielli" 77 - }, 78 - { 79 - "@type": "Person", 80 - "givenName": "Anthony", 81 - "familyName": "North" 82 - }, 83 - { 84 - "@type": "Person", 85 - "givenName": "Martin", 86 - "familyName": "Machyna" 87 - }, 88 - { 89 - "@type": "Person", 90 - "givenName": "Marcin", 91 - "familyName": "Kalicinski" 92 - }, 93 - { 94 - "@type": "Person", 95 - "givenName": "Eli", 96 - "familyName": "Pousson", 97 - "email": "eli.pousson@gmail.com", 98 - "@id": "https://orcid.org/0000-0001-8280-1706" 99 - } 100 - ], 101 - "copyrightHolder": [ 102 - { 103 - "@type": "Person", 104 - "givenName": "Marcin", 105 - "familyName": "Kalicinski" 106 - } 107 - ], 108 - "maintainer": [ 109 - { 110 - "@type": "Person", 111 - "givenName": "Joan", 112 - "familyName": "Maspons", 113 - "email": "joanmaspons@gmail.com", 114 - "@id": "https://orcid.org/0000-0003-2286-8727" 115 - } 116 - ], 117 - "softwareSuggestions": [ 118 - { 119 - "@type": "SoftwareApplication", 120 - "identifier": "httptest2", 121 - "name": "httptest2", 122 - "provider": { 123 - "@id": "https://cran.r-project.org", 124 - "@type": "Organization", 125 - "name": "Comprehensive R Archive Network (CRAN)", 126 - "url": "https://cran.r-project.org" 127 - }, 128 - "sameAs": "https://CRAN.R-project.org/package=httptest2" 129 - }, 130 - { 131 - "@type": "SoftwareApplication", 132 - "identifier": "jsonlite", 133 - "name": "jsonlite", 134 - "provider": { 135 - "@id": "https://cran.r-project.org", 136 - "@type": "Organization", 137 - "name": "Comprehensive R Archive Network (CRAN)", 138 - "url": "https://cran.r-project.org" 139 - }, 140 - "sameAs": "https://CRAN.R-project.org/package=jsonlite" 141 - }, 142 - { 143 - "@type": "SoftwareApplication", 144 - "identifier": "knitr", 145 - "name": "knitr", 146 - "provider": { 147 - "@id": "https://cran.r-project.org", 148 - "@type": "Organization", 149 - "name": "Comprehensive R Archive Network (CRAN)", 150 - "url": "https://cran.r-project.org" 151 - }, 152 - "sameAs": "https://CRAN.R-project.org/package=knitr" 153 - }, 154 - { 155 - "@type": "SoftwareApplication", 156 - "identifier": "markdown", 157 - "name": "markdown", 158 - "provider": { 159 - "@id": "https://cran.r-project.org", 160 - "@type": "Organization", 161 - "name": "Comprehensive R Archive Network (CRAN)", 162 - "url": "https://cran.r-project.org" 163 - }, 164 - "sameAs": "https://CRAN.R-project.org/package=markdown" 165 - }, 166 - { 167 - "@type": "SoftwareApplication", 168 - "identifier": "rmarkdown", 169 - "name": "rmarkdown", 170 - "provider": { 171 - "@id": "https://cran.r-project.org", 172 - "@type": "Organization", 173 - "name": "Comprehensive R Archive Network (CRAN)", 174 - "url": "https://cran.r-project.org" 175 - }, 176 - "sameAs": "https://CRAN.R-project.org/package=rmarkdown" 177 - }, 178 - { 179 - "@type": "SoftwareApplication", 180 - "identifier": "sf", 181 - "name": "sf", 182 - "provider": { 183 - "@id": "https://cran.r-project.org", 184 - "@type": "Organization", 185 - "name": "Comprehensive R Archive Network (CRAN)", 186 - "url": "https://cran.r-project.org" 187 - }, 188 - "sameAs": "https://CRAN.R-project.org/package=sf" 189 - }, 190 - { 191 - "@type": "SoftwareApplication", 192 - "identifier": "sp", 193 - "name": "sp", 194 - "provider": { 195 - "@id": "https://cran.r-project.org", 196 - "@type": "Organization", 197 - "name": "Comprehensive R Archive Network (CRAN)", 198 - "url": "https://cran.r-project.org" 199 - }, 200 - "sameAs": "https://CRAN.R-project.org/package=sp" 201 - }, 202 - { 203 - "@type": "SoftwareApplication", 204 - "identifier": "terra", 205 - "name": "terra", 206 - "provider": { 207 - "@id": "https://cran.r-project.org", 208 - "@type": "Organization", 209 - "name": "Comprehensive R Archive Network (CRAN)", 210 - "url": "https://cran.r-project.org" 211 - }, 212 - "sameAs": "https://CRAN.R-project.org/package=terra" 213 - }, 214 - { 215 - "@type": "SoftwareApplication", 216 - "identifier": "testthat", 217 - "name": "testthat", 218 - "provider": { 219 - "@id": "https://cran.r-project.org", 220 - "@type": "Organization", 221 - "name": "Comprehensive R Archive Network (CRAN)", 222 - "url": "https://cran.r-project.org" 223 - }, 224 - "sameAs": "https://CRAN.R-project.org/package=testthat" 225 - } 226 - ], 227 - "softwareRequirements": { 228 - "1": { 229 - "@type": "SoftwareApplication", 230 - "identifier": "R", 231 - "name": "R", 232 - "version": ">= 4.1" 233 - }, 234 - "2": { 235 - "@type": "SoftwareApplication", 236 - "identifier": "curl", 237 - "name": "curl", 238 - "provider": { 239 - "@id": "https://cran.r-project.org", 240 - "@type": "Organization", 241 - "name": "Comprehensive R Archive Network (CRAN)", 242 - "url": "https://cran.r-project.org" 243 - }, 244 - "sameAs": "https://CRAN.R-project.org/package=curl" 245 - }, 246 - "3": { 247 - "@type": "SoftwareApplication", 248 - "identifier": "httr2", 249 - "name": "httr2", 250 - "provider": { 251 - "@id": "https://cran.r-project.org", 252 - "@type": "Organization", 253 - "name": "Comprehensive R Archive Network (CRAN)", 254 - "url": "https://cran.r-project.org" 255 - }, 256 - "sameAs": "https://CRAN.R-project.org/package=httr2" 257 - }, 258 - "4": { 259 - "@type": "SoftwareApplication", 260 - "identifier": "methods", 261 - "name": "methods" 262 - }, 263 - "5": { 264 - "@type": "SoftwareApplication", 265 - "identifier": "Rcpp", 266 - "name": "Rcpp", 267 - "version": ">= 0.12.4", 268 - "provider": { 269 - "@id": "https://cran.r-project.org", 270 - "@type": "Organization", 271 - "name": "Comprehensive R Archive Network (CRAN)", 272 - "url": "https://cran.r-project.org" 273 - }, 274 - "sameAs": "https://CRAN.R-project.org/package=Rcpp" 275 - }, 276 - "6": { 277 - "@type": "SoftwareApplication", 278 - "identifier": "rvest", 279 - "name": "rvest", 280 - "provider": { 281 - "@id": "https://cran.r-project.org", 282 - "@type": "Organization", 283 - "name": "Comprehensive R Archive Network (CRAN)", 284 - "url": "https://cran.r-project.org" 285 - }, 286 - "sameAs": "https://CRAN.R-project.org/package=rvest" 287 - }, 288 - "7": { 289 - "@type": "SoftwareApplication", 290 - "identifier": "tibble", 291 - "name": "tibble", 292 - "provider": { 293 - "@id": "https://cran.r-project.org", 294 - "@type": "Organization", 295 - "name": "Comprehensive R Archive Network (CRAN)", 296 - "url": "https://cran.r-project.org" 297 - }, 298 - "sameAs": "https://CRAN.R-project.org/package=tibble" 299 - }, 300 - "8": { 301 - "@type": "SoftwareApplication", 302 - "identifier": "utils", 303 - "name": "utils" 304 - }, 305 - "9": { 306 - "@type": "SoftwareApplication", 307 - "identifier": "xml2", 308 - "name": "xml2", 309 - "provider": { 310 - "@id": "https://cran.r-project.org", 311 - "@type": "Organization", 312 - "name": "Comprehensive R Archive Network (CRAN)", 313 - "url": "https://cran.r-project.org" 314 - }, 315 - "sameAs": "https://CRAN.R-project.org/package=xml2" 316 - }, 317 - "SystemRequirements": {} 318 - }, 319 - "applicationCategory": "DataAccess", 320 - "isPartOf": "https://ropensci.org", 321 - "keywords": [ 322 - "open0street0map", 323 - "openstreetmap", 324 - "overpass0API", 325 - "OSM", 326 - "overpass-api", 327 - "r", 328 - "cpp", 329 - "rstats", 330 - "osm", 331 - "osm-data", 332 - "r-package", 333 - "peer-reviewed" 334 - ], 335 - "fileSize": "38378.699KB", 336 - "citation": [ 337 - { 338 - "@type": "ScholarlyArticle", 339 - "datePublished": "2017", 340 - "author": [ 341 - { 342 - "@type": "Organization", 343 - "name": "Mark Padgham" 344 - }, 345 - { 346 - "@type": "Organization", 347 - "name": "Bob Rudis" 348 - }, 349 - { 350 - "@type": "Organization", 351 - "name": "Robin Lovelace" 352 - }, 353 - { 354 - "@type": "Organization", 355 - "name": "Maëlle Salmon" 356 - } 357 - ], 358 - "name": "osmdata", 359 - "identifier": "10.21105/joss.00305", 360 - "url": "https://joss.theoj.org/papers/10.21105/joss.00305", 361 - "pagination": "305", 362 - "@id": "https://doi.org/10.21105/joss.00305", 363 - "sameAs": "https://doi.org/10.21105/joss.00305", 364 - "isPartOf": { 365 - "@type": "PublicationIssue", 366 - "issueNumber": "14", 367 - "datePublished": "2017", 368 - "isPartOf": { 369 - "@type": [ 370 - "PublicationVolume", 371 - "Periodical" 372 - ], 373 - "volumeNumber": "2", 374 - "name": "Journal of Open Source Software" 375 - } 376 - } 377 - } 378 - ], 379 - "releaseNotes": "https://github.com/ropensci/osmdata/blob/main/NEWS.md", 380 - "readme": "https://github.com/ropensci/osmdata/blob/main/README.md", 381 - "contIntegration": [ 382 - "https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", 383 - "https://app.codecov.io/gh/ropensci/osmdata" 384 - ], 385 - "developmentStatus": "https://www.repostatus.org/#active", 386 - "review": { 387 - "@type": "Review", 388 - "url": "https://github.com/ropensci/software-review/issues/103", 389 - "provider": "https://ropensci.org" 390 - } 391 - }