USDAForestService / gdalraster

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

Add `return_obj` argument in `ogr_ds_create()` and `ogr_layer_create()` #512

Closed ctoney closed 3 weeks ago

ctoney commented 3 weeks ago

TRUE to return a writable GDALVector object on the created layer.

Done previously for raster in #464.