Package: plainview Title: Plot Raster Images Interactively on a Plain HTML Canvas Version: 0.2.2 Authors@R: c(person(given = "Tim", family = "Appelhans", role = c("cre", "aut"), email = "tim.appelhans@gmail.com"), person(given = "Stefan", family = "Woellauer", role = "aut", email = "stephan.woellauer@geo.uni-marburg.de")) Maintainer: Tim Appelhans Description: Provides methods for plotting potentially large (raster) images interactively on a plain HTML canvas. In contrast to package 'mapview' data are plotted without background map, but data can be projected to any spatial coordinate reference system. Supports plotting of classes 'RasterLayer', 'RasterStack', 'RasterBrick' (from package 'raster') as well as 'png' files located on disk. Interactivity includes zooming, panning, and mouse location information. In case of multi-layer 'RasterStacks' or 'RasterBricks', RGB image plots are created (similar to 'raster::plotRGB' - but interactive). License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 2.10), methods Imports: htmltools, htmlwidgets, lattice, png, raster, viridisLite Suggests: shiny, sf, sp LazyData: true RoxygenNote: 7.3.2 URL: https://r-spatial.github.io/plainview/, https://github.com/r-spatial/plainview BugReports: https://github.com/r-spatial/plainview/issues Config/pak/sysreqs: cmake libgdal-dev gdal-bin libgeos-dev make libpng-dev libuv1-dev libproj-dev libsqlite3-dev Repository: https://r-spatial.r-universe.dev Date/Publication: 2025-08-19 09:32:55 UTC RemoteUrl: https://github.com/r-spatial/plainview RemoteRef: HEAD RemoteSha: 0aec56fbd9a63413e98608d2d90459003f72081c NeedsCompilation: no Packaged: 2026-07-15 05:29:18 UTC; root Author: Tim Appelhans [cre, aut], Stefan Woellauer [aut]