Package: mapirosa Title: Access OS OpenData APIs From R Version: 0.1.6 Date: 2024-03-04 Authors@R: person("Fran", "Barton", , "fbarton@alwaysdata.net", role = c("aut", "cre")) Description: A package to enable accessing basemap tiles from the [OS Maps API](https://osdatahub.os.uk/docs/wmts/overview), initially. Access to other OS (Ordnance Survey) Data Hub APIs may follow. The primary motivation for this project was to find a map tile service that supplies tiles in the British National Grid (27700) CRS, unlike the usual web mapping standard CRS of 3857. The name of the package is an intentional corruption of the Spanish word mariposa 🦋. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Imports: assertthat, dplyr (>= 1.0.0), httr2, png, purrr, rlang, sf, snakecase, stringr, terra, tidyr, usethis, xml2 Suggests: janitor, osmdata, testthat (>= 3.0.0), tibble, tmap Config/testthat/edition: 3 Depends: R (>= 4.1.0) Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev git make libgit2-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://francisbarton.r-universe.dev Date/Publication: 2024-09-09 20:12:35 UTC RemoteUrl: https://github.com/francisbarton/mapirosa RemoteRef: HEAD RemoteSha: 80f0b7af7add1b8c9ea42033fc223f1fd3a0490f NeedsCompilation: no Packaged: 2026-06-12 07:45:22 UTC; root Author: Fran Barton [aut, cre] Maintainer: Fran Barton