Learn R Programming

gdalraster (version 1.11.1)

has_geos: 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()

Arguments

Value

Logical. TRUE if GEOS is available, otherwise FALSE.

Examples

Run this code
has_geos()

Run the code above in your browser using DataLab