Package: spbabel
Type: Package
Version: 0.6.0
Title: Convert Spatial Data Using Tidy Tables
Description: Tools to convert from specific formats to more general forms of 
    spatial data. Using tables to store the actual entities present in spatial
    data provides flexibility, and the functions here deliberately 
    minimize the level of interpretation applied, leaving that for specific 
    applications. Includes support for simple features,  round-trip for 'Spatial' classes and long-form 
    tables, analogous to 'ggplot2::fortify'. There is also a more 'normal form' representation
    that decomposes simple features and their kin to tables of objects, parts, and unique coordinates. 
Authors@R: c(person("Michael D.","Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com"))
URL: https://mdsumner.github.io/spbabel/
BugReports: https://github.com/mdsumner/spbabel/issues
Depends: R (>= 3.2.3)
Imports: dplyr, methods, sp, tibble, rlang, pkgconfig
Suggests: testthat, ggplot2, raster, sf, rmarkdown, covr, trip, viridis
LazyData: yes
License: GPL-3
RoxygenNote: 7.2.3
Encoding: UTF-8
ByteCompile: TRUE
NeedsCompilation: no
Packaged: 2023-03-12 09:59:11 UTC; mdsumner
Author: Michael D. Sumner [aut, cre]
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-12 10:20:11 UTC
Built: R 4.3.0; ; 2023-04-06 19:16:50 UTC; unix
