Package: reproj
Type: Package
Title: Coordinate System Transformations for Generic Map Data
Version: 0.7.0
Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email =
    "mdsumner@gmail.com", comment=c(ORCID = "0000-0002-2471-7511"))
Description: Transform coordinates from a specified source to a specified 
 target map projection. This uses the 'PROJ' library directly, by wrapping the 
 'PROJ' package which leverages 'libproj', otherwise the 'proj4' package. The 'reproj()' 
 function is generic, methods may be added to remove the need for an explicit 
 source definition. If 'proj4' is in use 'reproj()' handles the requirement for 
 conversion of angular units where necessary. This is for use primarily to 
 transform generic data formats and direct leverage of the underlying
 'PROJ' library. (There are transformations that aren't possible with 'PROJ' and
 that are provided by the 'GDAL' library, a limitation which users of this 
 package should be aware of.) The 'PROJ' library is available at 
 <https://proj.org/>.  
License: GPL-3
Depends: R (>= 3.2.5)
Imports: proj4, crsmeta (>= 0.3.0), PROJ (>= 0.4.5)
Suggests: testthat, covr
RoxygenNote: 7.3.1
Encoding: UTF-8
SystemRequirements: PROJ (>= 4.4.6)
BugReports: https://github.com/hypertidy/reproj/issues
URL: https://github.com/hypertidy/reproj,
        https://hypertidy.github.io/reproj/
NeedsCompilation: no
Packaged: 2024-06-11 04:39:27 UTC; mdsumner
Author: Michael D. Sumner [aut, cre] (<https://orcid.org/0000-0002-2471-7511>)
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2024-06-11 06:30:02 UTC
Built: R 4.6.0; ; 2025-07-18 05:53:13 UTC; unix
