Resample

Command line (1)

The Resample operation can be directly executed by typing one of the following expressions on the command line of the Main window:

  

OUTMAP

=

MapResample(InputMapName, Georeference, NearestNeighbour| BiLinear| BiCubic)

OUTMAP

=

MapResample(InputMapName, Georeference, NearestNeighbour| BiLinear| BiCubic, Patch| NoPatch)

where:

OUTMAP

is the name of your output raster map.

MapResample

is the command to start the Resample operation.

InputMapName

is the name of your input raster map.

Georeference

is the name of an existing target georeference that should be used for the output raster map.

NearestNeighbour

is the parameter to assign output values from the nearest pixels in the intput map.

BiLinear

is the parameter to calculate new values by a bilinear interpolation.

BiCubic

is the parameter to calculate new values by a bicubic interpolation.

Patch

is an optional parameter to have the operation first patch the input raster map, then resample it and finally unpatch it. This is the default behaviour.

NoPatch

is an optional parameter to have the operation directly resample the input raster map without patching. This will take less disk space but will usually take more time.

 

Tip: To use this operation on all raster maps in a map list, see Resample : command line (2).

When the definition symbol = is used, a dependent output map is created; when the assignment symbol := is used, the dependency link is immediately broken after the output map has been calculated.

See also: