-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 =
"[email protected]", 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
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/