Skip to content

module writeRaster


function writeRaster

1
writeRaster(arr, image, filename=None, filepath=None, n=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.


Last update: 2023-06-25