Package: pmtiles 0.1.2
pmtiles: R Interface to PMTiles
Provides R bindings to the PMTiles command-line interface for working with PMTiles archives. PMTiles is a single-file archive format for tiled data that enables efficient cloud-native storage and retrieval of map tiles. This package wraps the go-pmtiles CLI to provide functions for inspecting, extracting, converting, and serving PMTiles archives.
Authors:
pmtiles_0.1.2.tar.gz
pmtiles_0.1.2.zip(r-4.7)pmtiles_0.1.2.zip(r-4.6)pmtiles_0.1.2.zip(r-4.5)
pmtiles_0.1.2.tgz(r-4.6-any)pmtiles_0.1.2.tgz(r-4.5-any)
pmtiles_0.1.2.tar.gz(r-4.7-any)pmtiles_0.1.2.tar.gz(r-4.6-any)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
pmtiles/json (API)
| # Install 'pmtiles' in R: |
| install.packages('pmtiles', repos = c('https://walkerke.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/walkerke/pmtiles/issues
Last updated from:6755385814. Checks:7 WARNING, 1 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 185 | ||
| source / vignettes | OK | 279 | ||
| linux-release-x86_64 | WARNING | 189 | ||
| macos-release-arm64 | WARNING | 162 | ||
| macos-oldrel-arm64 | WARNING | 118 | ||
| windows-devel | WARNING | 144 | ||
| windows-release | WARNING | 139 | ||
| windows-oldrel | WARNING | 122 | ||
| wasm-release | FAIL | 148 |
Exports:pm_clusterpm_convertpm_createpm_editpm_extractpm_layerpm_servepm_serve_zxypm_showpm_stop_serverpm_tilepm_uploadpm_verifypm_versionpm_view
Dependencies:clifastmaphttpuvjsonlitelaterlifecyclemagrittrotelprocessxpromisespsR6Rcpprlangstringi
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Cluster a PMTiles archive | pm_cluster |
| Convert MBTiles to PMTiles | pm_convert |
| Create PMTiles or MBTiles from GeoJSON with tippecanoe | pm_create |
| Edit PMTiles archive header or metadata | pm_edit |
| Extract a subset from a PMTiles archive | pm_extract |
| Define a layer for multi-layer PMTiles creation | pm_layer |
| Serve PMTiles files via local HTTP server with CORS | pm_serve |
| Serve PMTiles as Z/X/Y tile endpoints | pm_serve_zxy |
| Show PMTiles archive information | pm_show |
| Stop a background PMTiles server | pm_stop_server |
| Extract a single tile from a PMTiles archive | pm_tile |
| Upload PMTiles archive to cloud storage | pm_upload |
| Verify PMTiles archive structure | pm_verify |
| Get PMTiles CLI version | pm_version |
| Quick viewer for PMTiles archives | pm_view |
