Skip to content

Package for preparing raster data for either modeling in R or viewing in GIS software.

Notifications You must be signed in to change notification settings

ethanplunkett/rasterPrep

Repository files navigation

rasterPrep

rasterPrep prepares raster data for analysis or modeling within R; and (after modeling) prepares output raster data for viewing in GIS software.

To support modeling this package has tools for creating a series of aligned TIFF files from raster and vector data.

A separate set of tools converts raster files into TIFF files optimized for viewing with stand alone GIS software by adding overviews, tiling, compression, VATs, stats, histograms, and/or embedded color tables. These tools will be especially useful when working with large datasets that may load very slowly or require additional processing in GIS software prior to viewing unless these extra components are provided.

This package calls GDAL Utilities bundled with the sf package and no longer requires them to be installed independently of R.

Installation

Use the code below to install rasterPrep from github.

devtools::install_github("ethanplunkett/rasterPrep")

Example

See the vignette for example usage.

About

Package for preparing raster data for either modeling in R or viewing in GIS software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages