USDAForestService / gdalraster

R Bindings to GDAL (Geospatial Data Abstraction Library)
https://usdaforestservice.github.io/gdalraster/
Other
41 stars 7 forks source link

Update `g_is_valid()`, `g_is_empty()`, `g_name()` and `g_buffer()` to the new style geometry API #535

Closed ctoney closed 2 weeks ago

ctoney commented 2 weeks ago

The OGR GEOS wrappers now operate on input of WKB raw vector, list of WKB, or character vector of WKT strings, with return optionally as either WKB raw vector (or list of) / WKT character string (vector of).

The updated interface is being implemented incrementally. Previously, #521 for g_make_valid(). Additional PR(s) will re-implement the remaining geom ( g_*) functions to follow this interface.