-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.75 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.75 KB
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
45
Package: geoarrowWidget
Title: Attach '(Geo)Arrow' and/or '(Geo)Parquet' Data to a Widget
Version: 0.1.0.9003
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
role = c("cre", "aut"),
email = "tim.appelhans@gmail.com",
comment = c(ORCID = "0000-0002-9824-2707")),
person("RConsortium",
role = "fnd",
comment = c("https://r-consortium.org/", ROR = "01z833950")))
Maintainer: Tim Appelhans <tim.appelhans@gmail.com>
Description: Provides functions and necessary 'JavaScript' bindings to quickly
transfer spatial data from R memory or remote URLs to the browser for use in
interactive 'HTML' widgets created with the 'htmlwidgets' R package.
Leverages 'GeoArrow' (<https://geoarrow.org/>) data representation for data
stored in local R memory which is generally faster than traditional 'GeoJSON'
by minimising the amount of copy, serialization and deserialization steps
necessary for the data transfer. Furthermore, provides functionality
and 'JavaScript' bindings to consume 'GeoParquet' (<https://geoparquet.org/>)
files from remote URLs in the browser.
License: MIT + file LICENSE
Imports:
htmltools,
htmlwidgets,
listviewer,
nanoarrow
Suggests:
geoarrow,
quarto,
tinytest,
wk
VignetteBuilder:
quarto
Encoding: UTF-8
Roxygen: list(
packages = "roxut",
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "roxut::tests_roclet"))
RoxygenNote: 7.3.3
URL: https://github.com/r-spatial/geoarrowWidget, https://r-spatial.github.io/geoarrowWidget/
BugReports: https://github.com/r-spatial/geoarrowWidget/issues
SystemRequirements: Quarto command line tool
(<https://github.com/quarto-dev/quarto-cli>).