Package: tiler 0.3.2
Matthew Leonawicz
tiler: Create Geographic and Non-Geographic Map Tiles
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' (<https://trac.osgeo.org/osgeo4w/>) as an easy way to obtain the required 'gdal' support for 'Python'.
Authors:
tiler_0.3.2.tar.gz
tiler_0.3.2.zip(r-4.5)tiler_0.3.2.zip(r-4.4)tiler_0.3.2.zip(r-4.3)
tiler_0.3.2.tgz(r-4.4-any)tiler_0.3.2.tgz(r-4.3-any)
tiler_0.3.2.tar.gz(r-4.5-noble)tiler_0.3.2.tar.gz(r-4.4-noble)
tiler_0.3.2.tgz(r-4.4-emscripten)tiler_0.3.2.tgz(r-4.3-emscripten)
tiler.pdf |tiler.html✨
tiler/json (API)
NEWS
# Install 'tiler' in R: |
install.packages('tiler', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/tiler/issues
Last updated 2 months agofrom:2f43081405 (on master). Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 10 2024 |
R-4.5-win | OK | Nov 10 2024 |
R-4.5-linux | OK | Nov 10 2024 |
R-4.4-win | OK | Nov 10 2024 |
R-4.4-mac | OK | Nov 10 2024 |
R-4.3-win | OK | Nov 10 2024 |
R-4.3-mac | OK | Nov 10 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create map tiles | tile |
Create an HTML tile preview | tile_viewer |
tiler: Create Geographic and Non-Geographic Map Tiles | tiler-package tiler |
Options | tiler_options |
tiler: Create Map Tiles from R | tiler-details |
View map tiles with Leaflet | view_tiles |