module writeRaster
¶
function writeRaster
¶
1 |
|
This algorithm allows to save array images to raster format (.tif).
Parameters:
-
arr
: Array object with 2d (rows and cols) or 3d (rows, cols, bands). -
image
: Optical images. It must be read by rasterio.open(). -
filename
: The image name to be saved. -
filepath
: The path which the image will be stored. -
n
: Number of images to be saved.
Return: A raster in your filepath.
This file was automatically generated via lazydocs.