deckglgeoarrow
0.0.2Use 'GeoArrow' to Add 'Deck.gl' Layers to a 'maplibregl'/'mapboxgl' Map
Overview
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.
Install
Health
- OK2026-07-077 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- 100%
- Documented parameters
- 100%
- Return-value docs
- 100%
- References docs
- 0%
Downloads
Repository
Stars over time
Forks over time
Issues over time
PRs over time
Commits over time
Repository practices
3 development-tooling and community-health practices detected across 3 families in the upstream repository
Checks run against github.com/r-spatial/deckglgeoarrow on 2026-07-19.
Dependencies
Nothing depends on this yet.
Code & Tests
- Cyclomatic complexity
- 1.0 median / 7 max
- Test cases
- 41 / 0.00 per code line
- System requirements
- 1 external
Test coverage
Line coverage
52%
Expression
49.7%
Tests / Examples
52.1% / – ex
Functions
34 9 exported
Complexity
2 avg / 7 max
Call network
34 nodes / 64 edges
Call graph
Open call graph →Lowest coverage
34 functions| Function | Cyclo | Coverage |
|---|---|---|
| generateDeckglLayerId exp | 2 | 0% |
| addGeoArrowPathLayer.mapboxgl | 1 | 0% |
| addGeoArrowPointCloudLayer | 1 | 0% |
| addGeoArrowPointCloudLayer.mapboxgl | 1 | 0% |
| addGeoArrowPointCloudLayer.maplibregl | 1 | 0% |
| addGeoArrowPointCloudLayer_default | 7 | 0% |
People & History
1 release. R releases are shown for context.
- 0.0.2Latest2026-07-06 · current release
- RR 4.6.0 released · 2026-04-24
Package metadata
- First published
- 2026-07-06
- Total releases
- 1 / 1 yrs
- License
- MIT + file LICENSE OSI
- Minimum R
- ≥ 4.1.0
- Download size
- not tracked yet
- Installed size
- not tracked yet
- With dependencies
- not tracked yet