Package: crsuggest
Type: Package
Title: Obtain Suggested Coordinate Reference System Information for
        Spatial Data
Version: 0.4
Date: 2022-07-06
Authors@R: c(person(given = "Kyle", family = "Walker", 
           email="kyle@walker-data.com", role=c("aut", "cre")))
Description: Uses data from the 'EPSG' Registry to look up suitable coordinate reference 
    system transformations for spatial datasets in R.  Returns a data frame with 'CRS' codes
    that can be used for 'CRS' transformation and mapping projects.  Please see 
    the 'EPSG' Dataset Terms of Use at <https://epsg.org/terms-of-use.html> for more information.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Imports: sf (>= 0.9), units, dplyr, purrr, mapview
Suggests: mapboxapi, tigris, tidycensus, ggplot2
RoxygenNote: 7.2.0
Depends: R (>= 3.3)
NeedsCompilation: no
Packaged: 2022-07-06 16:25:13 UTC; kyle
Author: Kyle Walker [aut, cre]
Maintainer: Kyle Walker <kyle@walker-data.com>
Repository: CRAN
Date/Publication: 2022-07-06 17:00:02 UTC
Built: R 4.2.0; ; 2023-07-11 03:00:30 UTC; unix
