BooleanField

Boolean values associated with each point across a two-dimensional (x, y) extent. A boolean field identifies areas for which some condition is met and provides a means of identifying areas to be included in or excluded from analysis.

Examples of boolean fields include:

  • Areas where the elevation is greater than or equal to 200m.

  • Cloud masks (areas obscured by clouds).

  • Areas where the land classification is "urban".

  • Areas where the probability that an observer has a direct line of sight is greater than 50%.

Since

300.0.0

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The geographic extent of the boolean field. An extent may be empty, indicating that there is no data across the two-dimensional space. This may occur when performing operations on two spatial fields that do not intersect.

Functions

Link copied to clipboard
suspend fun exportToFiles(outputDirectory: String, filenamesPrefix: String): Result<List<String>>

Export the BooleanField to files in geoTIFF format. This enables a BooleanField to be saved, persisted, and shared.