-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.48 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
33
34
35
36
37
38
39
40
41
42
43
44
Package: geoarrow
Title: Extension Types for Spatial Data for Use with 'Arrow'
Version: 0.2.1.9000
Authors@R:
c(
person(given = "Dewey",
family = "Dunnington",
role = c("aut", "cre"),
email = "dewey@dunnington.ca",
comment = c(ORCID = "0000-0002-9415-4582")),
person(given = "Anthony",
family = "North",
email = "anthony.jl.north@gmail.com",
role = c("ctb")),
person("Apache Software Foundation", email = "dev@arrow.apache.org", role = c("cph")),
person("Ulf", "Adams", role = "cph"),
person("Daniel", "Lemire", role = "cph"),
person("Joao Paulo", "Magalhaes", role = "cph")
)
Description: Provides extension types and conversions to between R-native
object types and 'Arrow' columnar types. This includes integration among
the 'arrow', 'nanoarrow', 'sf', and 'wk' packages such that spatial
metadata is preserved wherever possible. Extension type implementations
ensure first-class geometry data type support in the 'arrow' and 'nanoarrow'
packages.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
nanoarrow (>= 0.5.0),
wk (>= 0.9.0)
LinkingTo:
wk
Config/testthat/edition: 3
URL: https://geoarrow.org/geoarrow-r/, https://github.com/geoarrow/geoarrow-r
BugReports: https://github.com/geoarrow/geoarrow-r/issues
Depends:
R (>= 3.6.0)
Suggests:
arrow,
R6,
sf,
testthat (>= 3.0.0)