has_geos: Is GEOS available?

View source: R/RcppExports.R

has_geosR Documentation

Is GEOS available?

Description

has_geos() returns a logical value indicating whether GDAL was built against the GEOS library. GDAL built with GEOS is a system requirement as of gdalraster 1.10.0, so this function will always return TRUE (may be removed in a future version).

Usage

has_geos()

Value

Logical. TRUE if GEOS is available, otherwise FALSE.

Examples

has_geos()

gdalraster documentation built on April 4, 2025, 4:38 a.m.