Description Usage Arguments Details Examples
toGeoTIFF
is a tiny gdal_translate
wrapper.
1 | toGeoTIFF(input.path, output.path)
|
input.path |
Character. The raster object path to be converted. |
output.path |
Character. The path where it should be written. |
The aim is just to convert the given image into a GeoTIFF image.
It has a dependency on GDAL Tools to be installed
1 | toGeoTIFF('./image.JPG', './outputimage.tif')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.