Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 428 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 428 Bytes

Raster-Collection

This package is designed to manage raster timeseries in R. It will wrap functions of the package raster and utilizes rgdal in order to overcome issues with raster package, i.e. loading too much information of the raster data sets into memory when operating on small subsets of particular raster timeseries.

Install

devtools::install_github(repo="flahn/raster-collection", refs="master")