Chris Toney
Chris Toney
This issue is for potential discussion of bindings to the GDAL/OGR Vector API. A draft vector interface is described at: https://usdaforestservice.github.io/gdalraster/articles/gdalvector-draft.html A prototype with partial implementation is in the `gdalvector`...
A vignette for GDAL Virtual File Systems could provide example code as templates for several use cases and scenarios. It should cover: - basic idea and overview - /vsi*/ for...
Using modules with an `RCPP_EXPOSED_CLASS` that has a `.finalizer` function, a compiler warning is emitted: ``` vsifile.cpp:367:15: required from here /usr/local/lib/R/site-library/Rcpp/include/Rcpp/module/class.h:466:42: warning: deleting object of polymorphic class type ‘Rcpp::CppFinalizer’ which...
If input to `plot_raster()` is a `GDALRaster` object for a raster with a complex data type (e.g., CFloat32): ```r plot_raster(ds) #> Error in min(x, na.rm = TRUE) : invalid 'type'...
### What is the bug? `ogr.CreateRangeFieldDomain()` is documented at https://gdal.org/en/latest/api/python/vector_api.html#osgeo.ogr.CreateRangeFieldDomain with: >**min** (_float_, _optional_) -- Minimum value (can be `None`). >... >**max** (_float_, _optional_) -- Maximum value (can be `None`)....
### What is the bug? A point exactly on the surface of a DEM is never visible with `GDALIsLineOfSightVisible()`, even if viewed from a point directly above. Is this the...
With R 4.5.0 on Windows 11, and `gdalraster` >= 2.2.1 built with RTools 4.5 release 6691, the GDAL CLI global algorithm registry does not report any algorithm names, and none...
CRAN checks for "Additional issues" with MKL currently run on Fedora 42. Some checks that fail on CRAN do not fail using RHub. Is it possible to update MKL to...