Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 766 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 766 Bytes

cloudymapr

The goal of cloudymapr is to provide cloud-oriented mapping functionality for R. In particular, it aims to provide a leaflet-like interactive map that works better with modern cloud-oriented file formats (COGs and similar), and makes use of recent developments in GDAL for fast data access and rendering.

Everything is entirely experimental at this stage.

Installation

You can install the development version of cloudymapr from GitHub with:

# install.packages("remotes")
remotes::install_github("AustralianAntarcticDivision/cloudymapr")

Demo

Try:

library(cloudymapr)
vl_demo()