OGRSpatialReference srs2;
> srs2.importFromEPSG(32631);
> auto poCT = OGRCreateCoordinateTransformation(&srs1, &srs2);
> for(int i = 0; i < 5 * 1000 * 1000; ++i)
> {
> double dfX = 49;
> double dfY = 2;
> poCT->Transfor
Hello everyone!
Please let me know if you would have preferred to discuss this on Github.
I have run into a problem with the use of pthread_atfork() in ogr_proj_p.cpp. I
have since seen that the code has been disabled for macOS in 3.8 in response to
https://github.com/OSGeo/gdal/issues/8497, an
Hallo!
> On 23. Nov 2023, at 18:12, Javier Jimenez Shaw via gdal-dev
> wrote:
>
> My colleague (I have only Linux) will give more info.
I am that colleague.
>
> On Thu, 23 Nov 2023 at 16:25, Even Rouault wrote:
>
>>>
>>> I thought that it was enough disabling GDAL_USE_EXTERNAL_LIBS (we ar