util.write.colors {RGeostats}R Documentation

Generate colorscale text file for Geotiff generation

Description

Build a colorscale text file used by Geotiff generation of db.write.format

Usage

util.write.colors(filename="geotiff.colors.txt", valmin=NA, valmax=NA,
                  colors=rg.colors(), na.value=-99999999999)

Arguments

filename

Colorscale file name

valmin,valmax

Range of the values to be displayed using this colorscale

colors

Colorscale colors

na.value

Value for undefined values

Value

The file name


[Package RGeostats version 14.0.10 Index]