Chris Toney
Chris Toney
Intended to circle back and let you know it is on CRAN but got distracted by a couple of things. My issue is resolved, but by not using the custom...
Hi, Is this possibly related to clang-asan reporting "alloc-dealloc-mismatch (operator new vs free)" from something like: ```cpp #include "ogr_api.h" #include "ogr_core.h" // ... hBufferGeom = OGR_G_Buffer(hGeom, dist, quad_segs); // ......
Thanks! I'll try to narrow it down with regard to certain inputs and follow up on a gdalraster issue.
@math-mcshane, thank you for the comment here! It helped me solve the same problem. After using `devtools::build_manual()` many times over multiple years, it was a bit of struggle getting it...
BTW, there is possibly an issue with OpenFileGDB when adding a range domain with `psMin` or `psMax` as `nullptr`. I was making a Python reproducer when I ran into the...
Thanks for confirming and the fast reply.
@dbaston, this is minor and I wanted to attempt an edit by PR rather than open an issue. >The edit/build/review cycle for these docstrings is unfortunately rather complicated. In the...
and with `ogr.CreateRangeFieldDomainDateTime()`, passing `None` for `min` or `max` seg faults: ``` >>> domain2 = ogr.CreateRangeFieldDomainDateTime( ... "datetime_range_inf_max", ... "datetime min 2000-01-01", ... "2000-01-01T00:00:00Z", ... True, ... None, ... True)...
This is very cool! The spatial referencing you used is just for example, right, not meant as real values? Just wanted to confirm it plots correctly? ``` r library(gdalraster) #>...