Package: reproj Type: Package Title: Coordinate System Transformations for Generic Map Data Version: 0.7.0.9001 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 . License: GPL-3 Depends: R (>= 3.2.5) Imports: proj4, crsmeta (>= 0.3.0), PROJ (>= 0.4.5), wk Suggests: testthat, covr RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) 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/ Config/pak/sysreqs: libproj-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2025-06-23 07:48:39 UTC RemoteUrl: https://github.com/hypertidy/reproj RemoteRef: HEAD RemoteSha: e538d830e8dd0783fd132cee5ce2868a7bb572d6 NeedsCompilation: no Packaged: 2026-05-25 07:44:38 UTC; root Author: Michael D. Sumner [aut, cre] (ORCID: ) Maintainer: Michael D. Sumner