toGeoTIFF: toGeoTIFF

Description Usage Arguments Details Examples

Description

toGeoTIFF is a tiny gdal_translate wrapper.

Usage

1
toGeoTIFF(input.path, output.path)

Arguments

input.path

Character. The raster object path to be converted.

output.path

Character. The path where it should be written.

Details

The aim is just to convert the given image into a GeoTIFF image.

It has a dependency on GDAL Tools to be installed

Examples

1
toGeoTIFF('./image.JPG', './outputimage.tif')

ahornero/rsensing documentation built on May 8, 2019, 1:37 a.m.