Re: [gdal-dev] Removing Trac wiki content

2024-09-19 Thread Norman Barker via gdal-dev
Thanks Even, I didn't realize that. On Thu, Sep 19, 2024 at 5:26 PM Even Rouault wrote: > > Le 20/09/2024 à 00:25, Norman Barker via gdal-dev a écrit : > > +1 The old RFCs were useful but as you can get them from the wayback > machine that is fine. > > They are all at https://gdal.org/en/latest

Re: [gdal-dev] Removing Trac wiki content

2024-09-19 Thread Even Rouault via gdal-dev
Le 20/09/2024 à 00:25, Norman Barker via gdal-dev a écrit : +1 The old RFCs were useful but as you can get them from the wayback machine that is fine. They are all at https://gdal.org/en/latest/development/rfc/index.html too, aren't they? -- http://www.spatialys.com My software is free, but

Re: [gdal-dev] Removing Trac wiki content

2024-09-19 Thread Norman Barker via gdal-dev
+1 The old RFCs were useful but as you can get them from the wayback machine that is fine. On Thu, Sep 19, 2024 at 4:35 PM Daniel Baston via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > +1 > > Dan > > On Thu, Sep 19, 2024 at 3:34 PM Javier Jimenez Shaw via gdal-dev > wrote: > > > > I agree > >

Re: [gdal-dev] Removing Trac wiki content

2024-09-19 Thread Daniel Baston via gdal-dev
+1 Dan On Thu, Sep 19, 2024 at 3:34 PM Javier Jimenez Shaw via gdal-dev wrote: > > I agree > > On Thu, 19 Sept 2024, 20:35 Even Rouault via gdal-dev, > wrote: >> >> Hi, >> >> I suggest we complete remove the content from >> https://trac.osgeo.org/gdal/wiki. At this point, it is totally outdate

Re: [gdal-dev] Motion: approve RFC 101 "Raster dataset read-only thread-safety"

2024-09-19 Thread Even Rouault via gdal-dev
Motion passed with +1 from PSC members KurtS, JukkaR, JavierJS and me. Le 11/09/2024 à 21:26, Even Rouault via gdal-dev a écrit : Hi, I move to approve RFC 101 "Raster dataset read-only thread-safety": https://github.com/OSGeo/gdal/pull/10676 Starting with my +1, The candidate implementatio

Re: [gdal-dev] Removing Trac wiki content

2024-09-19 Thread Javier Jimenez Shaw via gdal-dev
I agree On Thu, 19 Sept 2024, 20:35 Even Rouault via gdal-dev, < gdal-dev@lists.osgeo.org> wrote: > Hi, > > I suggest we complete remove the content from > https://trac.osgeo.org/gdal/wiki. At this point, it is totally outdated > compared to gdal.org and useless for most people, and potentially >

[gdal-dev] Removing Trac wiki content

2024-09-19 Thread Even Rouault via gdal-dev
Hi, I suggest we complete remove the content from https://trac.osgeo.org/gdal/wiki. At this point, it is totally outdated compared to gdal.org and useless for most people, and potentially causing confusion if someone reaches it. People who would need to access those outdated docs for their ou

Re: [gdal-dev] WMS supported SRS

2024-09-19 Thread Even Rouault via gdal-dev
Le 19/09/2024 à 15:59, Michał Kowalczuk via gdal-dev a écrit : Hi, After re-thinking this topic, I also came to conclusion that using BoundingBox tags will not be a satisfactory solution for GDAL users. Maybe it will better than current, but still poor... In my opinion the most flexible soluti

Re: [gdal-dev] WMS supported SRS

2024-09-19 Thread Michał Kowalczuk via gdal-dev
Hi, After re-thinking this topic, I also came to conclusion that using BoundingBox tags will not be a satisfactory solution for GDAL users. Maybe it will better than current, but still poor... In my opinion the most flexible solution is to provide a list of supported SRSs by a server, just like in

Re: [gdal-dev] Call to GDALDestroy results in occasional core dump, GDAL 3.4.2

2024-09-19 Thread Even Rouault via gdal-dev
If your program uses threads, and you don't make sure to wait for their termination before calling GDALDestroy, this could explain memory corruption if they use GDAL TLS, while GDALDestroy() is cleaning the TLS structures. I'll stop random guessing here. And you can just get rid of the GDALDes