Package: tiler
Title: Create Geographic and Non-Geographic Map Tiles
Version: 0.3.3
Authors@R: c(
person("Matthew", "Leonawicz", email = "rpkgs@pm.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771")),
person("Alex M", "Chubaty", email = "achubaty@for-cast.ca", role = "ctb", comment = c(ORCID = "0000-0001-7146-8135"))
)
Description: Creates geographic map tiles from geospatial map files or
non-geographic map tiles from simple image files. This package
provides a tile generator function for creating map tile sets
for use with packages such as 'leaflet'. In addition to
generating map tiles based on a common raster layer source, it
also handles the non-geographic edge case, producing map tiles
from arbitrary images. These map tiles, which have a
non-geographic, simple coordinate reference system (CRS), can
also be used with 'leaflet' when applying the simple CRS
option. Map tiles can be created from an input file with any of
the following extensions: tif, grd and nc for spatial maps and
png, jpg and bmp for basic images. This package requires
'Python' and the 'gdal' library for 'Python'. 'Windows' users
are recommended to install 'OSGeo4W'
() as an easy way to obtain
the required 'gdal' support for 'Python'.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/tiler/,
https://github.com/ropensci/tiler
BugReports: https://github.com/ropensci/tiler/issues
Imports: png, raster, sp
Suggests: bmp, jpeg, knitr, leaflet, parallel, rmarkdown, sf, testthat,
webshot
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Python (>= 2.7), python-gdal library (For Windows,
gdal installed via OSGeo4W
recommended) clipboard
Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libpng-dev
libproj-dev python3 libsqlite3-dev
Repository: https://ropensci.r-universe.dev
Date/Publication: 2025-12-02 18:46:09 UTC
RemoteUrl: https://github.com/ropensci/tiler
RemoteRef: master
RemoteSha: c4f970fc39f2cd8baa858fd6022dc1f068461a76
NeedsCompilation: no
Packaged: 2026-07-01 08:26:53 UTC; root
Author: Matthew Leonawicz [aut, cre] (ORCID:
),
Alex M Chubaty [ctb] (ORCID: )
Maintainer: Matthew Leonawicz