write_StarsStack: This function writes a stars object into a raster file

View source: R/Lib_ImageProcess.R

write_StarsStackR Documentation

This function writes a stars object into a raster file

Description

This function writes a stars object into a raster file

Usage

write_StarsStack(StarsObj, dsn, BandNames = NULL, datatype = "Float32")

Arguments

StarsObj

list. stars object containing raster data. Can be produced with function Crop_n_resample_S2

dsn

character. path where to store the image produced

BandNames

character. vector of band names to be assigned to the raster

datatype

character. should be Int16 or Float64 for example

Value

None


jbferet/biodivMapR documentation built on May 1, 2024, 4:34 a.m.