Re: [gdal-dev] Throwing exceptions in GDAL Error Handler

2021-12-06 Thread Simon Eves
OK, thanks for confirming. On Sat, Dec 4, 2021 at 3:59 PM Even Rouault wrote: > You shouldn't throw C++ exceptions, as this is a callback of the C API. > This will cause all sort of issues, most of the time memory leaks, etc. > Le 05/12/2021 à 00:49, Simon Eves a écrit : > > We have a custom Err

Re: [gdal-dev] Custom geometric transformation

2021-12-06 Thread Denis Rykov
Thanks, it was very helpful! Also I found that some transformations can be expressed via the CoordinateOperation property (*-ct *parameter for gdalwarp). But I do agree that having a way to specify a custom transformer seems very appealing! On Sun, Dec 5, 2021 at 6:08 PM Even Rouault wrote: > D