Package: deckglgeoarrow 0.0.2.9000
deckglgeoarrow: Use 'GeoArrow' to Add 'Deck.gl' Layers to a 'maplibregl'/'mapboxgl' Map
Leverages the high-performance 'GeoArrow' memory layout to render potentially very large 'Deck.gl' data layers on a 'maplibregl'/'mapboxgl' map created with R package 'mapgl'. The heavy lifting is done on the 'JavaScript' side in the browser using 'deck.gl-geoarrow' (<https://github.com/geoarrow/deck.gl-geoarrow/>). Currently provides functions for adding Scatterplot (points), Path (lines) and Polygon (polygons) layers. Has support for data classes from R packages 'wk' and 'sf'. In addition, convenience functions for styling data, tooltips and popups, as well as layer management are provided. Furthermore, remotely hosted 'GeoParquet' and 'GeoArrow' files can be visualised directly in the browser, without the need to first read them into R memory. Only the styling instructions are prepared by the user in R and are then transferred to and applied in the browser as the data arrives.
Authors:
deckglgeoarrow_0.0.2.9000.tar.gz
deckglgeoarrow_0.0.2.9000.zip(r-4.7)deckglgeoarrow_0.0.2.9000.zip(r-4.6)deckglgeoarrow_0.0.2.9000.zip(r-4.5)
deckglgeoarrow_0.0.2.9000.tgz(r-4.6-any)deckglgeoarrow_0.0.2.9000.tgz(r-4.5-any)
deckglgeoarrow_0.0.2.9000.tar.gz(r-4.7-any)deckglgeoarrow_0.0.2.9000.tar.gz(r-4.6-any)
deckglgeoarrow_0.0.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
deckglgeoarrow/json (API)
| # Install 'deckglgeoarrow' in R: |
| install.packages('deckglgeoarrow', repos = c('https://r-spatial.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-spatial/deckglgeoarrow/issues
Pkgdown/docs site:https://r-spatial.github.io
Last updated from:be3175822d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 221 | ||
| linux-release-x86_64 | OK | 141 | ||
| macos-release-arm64 | OK | 119 | ||
| macos-oldrel-arm64 | OK | 170 | ||
| windows-devel | OK | 118 | ||
| windows-release | OK | 117 | ||
| windows-oldrel | OK | 104 | ||
| wasm-release | OK | 143 |
Exports:addGeoArrowPathLayeraddGeoArrowPolygonLayeraddGeoArrowScatterplotLayerdataAccessorsextJSLibsgenerateDeckglLayerIdpopupOptionsrenderOptionstooltipOptions
Dependencies:base64encbslibcachemclicommonmarkdigestevaluatefastmapfontawesomefsgeoarrowgeoarrowWidgetgluehighrhtmltoolshtmlwidgetshttpuvjquerylibjsonliteknitrlaterlifecyclelistviewermagrittrmemoisemimenanoarrowotelpromisesR6rappdirsRcpprlangrmarkdownsassshinysourcetoolstinytexwithrwkxfunxtableyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add Deck.gl PathLayer to a 'mapgl::maplibre()' or 'mapgl::mapboxgl()' map using blazing fast 'nanoarrow::write_nanoarrow()' data transfer. | addGeoArrowPathLayer |
| Add Deck.gl PolygonLayer to a 'mapgl::maplibre()' or 'mapgl::mapboxgl()' map using blazing fast 'nanoarrow::write_nanoarrow()' data transfer. | addGeoArrowPolygonLayer |
| Add Deck.gl ScatterplotLayer to a 'mapgl::maplibre()' or 'mapgl::mapboxgl()' map using blazing fast 'nanoarrow::write_nanoarrow()' data transfer. | addGeoArrowScatterplotLayer |
| Deck.gl data accessors | dataAccessors |
| Names and versions of external JavaScript libraries. | extJSLibs |
| Generate proper internal layer IDs | generateDeckglLayerId |
| Options for popups and tooltips | popupOptions tooltipOptions |
| Deck.gl render options | renderOptions |
