gdal_warp_reproject: Warp(Reproject)

Description Usage Arguments Value Examples

Description

The gdalwarp utility is an image mosaicing, reprojection and warping utility. The program can reproject to any supported projection, and can also apply GCPs stored with the image if the image is "raw" with control information.

Usage

1
gdal_warp_reproject(input, output, crs)

Arguments

input

raster object or <chr>. Input file source or raster object type

output

tif. Input file destination

crs

<chr>. Input coordinate reference system formated as 'EPSG:xxxx'

Value

RasterLayer

Examples

1
2
3
4
5
6
7
gdal_warp_reproject(input = raster,
                    output = 'Data/Spatial/Landclass/NLCD1992/LC9240591483.tif',
                    crs = 'EPSG:4326')

gdal_warp_reproject(input = 'Data/Spatial/Landclass/NLCD1992/Original.tif',
                    output = 'Data/Spatial/Landclass/NLCD1992/Warped.tif',
                    crs = 'EPSG:4326')

smitty1788/mercatoR documentation built on May 14, 2019, 3:03 p.m.