Package: anglr
Type: Package
Title: Mesh Topology and Visualization for Spatial Data
Version: 0.6.0
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, rlang, RTriangle,
        scales, silicate (>= 0.4.0), sp, terrainmeshr, tibble, unjoin,
        utils, viridis,
Suggests: covr, ggplot2, graticule, knitr, purrr, rmarkdown, sfheaders,
        testthat (>= 2.1.0), trip, gibble
SystemRequirements: PROJ library, OpenGL and GLU Library
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
URL: https://github.com/hypertidy/anglr
BugReports: https://github.com/hypertidy/anglr/issues
NeedsCompilation: no
Packaged: 2020-05-13 15:42:27 UTC; michae_sum
Author: Michael D. Sumner [aut, cre],
  Miles McBain [ctb]
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2020-05-13 23:40:12 UTC
