# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "reproj" in publications use:' type: software license: GPL-3.0-only title: 'reproj: Coordinate System Transformations for Generic Map Data' version: 0.7.0 doi: 10.32614/CRAN.package.reproj abstract: 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 . authors: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com orcid: https://orcid.org/0000-0002-2471-7511 repository: https://hypertidy.r-universe.dev repository-code: https://github.com/hypertidy/reproj commit: 18d497cb4ac52659483cabd7a8370c193d630785 url: https://hypertidy.github.io/reproj/ contact: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com orcid: https://orcid.org/0000-0002-2471-7511