Re: [gdal-dev] Motion: promote GDAL 3.2.3 RC1

2021-05-01 Thread Jeff McKenna
On 2021-04-30 6:54 a.m., Even Rouault wrote: Hi, Not sure if anyone has given this a try, but anyway: Motion: Adopt GDAL 3.2.3 RC1 as final 3.2.3 release Starting with my +1 Even +1 (no issues testing 3.2.3-RC1 here on Windows) -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, Ma

Re: [gdal-dev] Reading binary data from FileGDB

2021-05-01 Thread Paul Harwood
That said ... I managed to create a working version of the bindings that provide a method on Feature : byte[] GetFieldAsBinary(int id) You can see this in this fork https://github.com/runette/gdal/tree/binary Of course this is not even ready to be a PR, let alone being submitted, reviewed, merg