Package: anglr Type: Package Title: Mesh Topology and Visualization for Spatial Data Version: 0.8.0.9004 Authors@R: c(person("Michael D.","Sumner", role = c("aut", "cre"), email ="mdsumner@gmail.com"), person("Miles", "McBain", role = c("ctb"))) Description: Gives direct access to generic 3D tools and provides a full suite of mesh-creation and 3D plotting functions. By extending the 'rgl' package conversion and visualization functions for the 'mesh3d' class a wide variety of complex spatial data can be brought into 3D scenes. These tools allow for spatial raster, polygons, and lines that are common in 'GIS' contexts to be converted into mesh forms with high flexibility and the ability to integrate disparate data types. Vector and raster data can be seamlessly combined as meshes, and surfaces can be set to have material properties based on data values or with image textures. Textures and other data combinations use projection transformations to map between coordinate systems, and objects can be easily visualized in an interactive scene at any stage. This package relies on the 'RTriangle' package for high-quality triangular meshing which is licensed restrictively under 'CC BY-NC-SA 4.0'. License: CC BY-NC-SA 4.0 Depends: R (>= 3.4.0) Imports: crsmeta (>= 0.3.0), dplyr, gridBase, magrittr, palr, png, polyclip, raster, reproj (>= 0.4.2), rgl (>= 0.107.8), rlang, RTriangle, scales, silicate (>= 0.6.1), sp, terrainmeshr, tibble, unjoin, utils, viridis, colourvalues Suggests: covr, ggplot2, graticule, knitr, purrr, rmarkdown, sfheaders, testthat (>= 2.1.0), trip, gibble Roxygen: list(markdown = TRUE) SystemRequirements: PROJ library, OpenGL and GLU Library Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.1 VignetteBuilder: knitr URL: https://github.com/hypertidy/anglr BugReports: https://github.com/hypertidy/anglr/issues Config/pak/sysreqs: cmake libfreetype6-dev libgdal-dev gdal-bin libgeos-dev libglu1-mesa-dev make texlive libpng-dev libuv1-dev libgl1-mesa-dev libproj-dev libsqlite3-dev zlib1g-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-01-08 23:40:29 UTC RemoteUrl: https://github.com/hypertidy/anglr RemoteRef: HEAD RemoteSha: 563063d175f07d92745141ed6c6775fd93c13234 NeedsCompilation: no Packaged: 2026-06-18 08:07:07 UTC; root Author: Michael D. Sumner [aut, cre], Miles McBain [ctb] Maintainer: Michael D. Sumner