Re: [gdal-dev] Problems when mixing https calls

2013-05-21 Thread Even Rouault
Selon Ari Jolma ari.jo...@gmail.com: Even, Another strange thing with GDAL WFS driver. Earlier it did not try to access the HEAD of a XXX.resolved.gml and now it does: Here's an excerpt from my server logs. These calls are created by GDAL, the first is a good GetFeature call, which gets

Re: [gdal-dev] Problems when mixing https calls

2013-05-21 Thread Ari Jolma
On 05/21/2013 10:57 AM, Even Rouault wrote: Selon Ari Jolma ari.jo...@gmail.com: Even, Another strange thing with GDAL WFS driver. Earlier it did not try to access the HEAD of a XXX.resolved.gml and now it does: Here's an excerpt from my server logs. These calls are created by GDAL, the

Re: [gdal-dev] Problems when mixing https calls

2013-05-21 Thread Even Rouault
Selon Ari Jolma ari.jo...@gmail.com: On 05/21/2013 10:57 AM, Even Rouault wrote: Selon Ari Jolma ari.jo...@gmail.com: Even, Another strange thing with GDAL WFS driver. Earlier it did not try to access the HEAD of a XXX.resolved.gml and now it does: Here's an excerpt from my

Re: [gdal-dev] Problems when mixing https calls

2013-05-21 Thread Ari Jolma
On 05/21/2013 11:38 AM, Even Rouault wrote: Yes, that's the likely cause and using wfs as the namespace should fix it. Perhaps the detection of WFS documents could be made more robust, but in the above case, I'm not sure that GML documents emitted by default by OGR are valid WFS documents that

Re: [gdal-dev] Problems when mixing https calls

2013-05-21 Thread Ari Jolma
(sorry, gdal-dev was accidentally dropped) On 05/21/2013 12:59 PM, Even Rouault wrote: Selon Ari Jolma ari.jo...@gmail.com: On 05/21/2013 11:38 AM, Even Rouault wrote: Yes, that's the likely cause and using wfs as the namespace should fix it. Perhaps the detection of WFS documents could be

Re: [gdal-dev] multiple access to a file

2013-05-21 Thread Jose Gomez-Dans
Hi Frank, On 21 May 2013 00:02, Frank Warmerdam warmer...@pobox.com wrote: If you write a small part of an image, GDAL is likely to read a larger area, update that and write it back. If other programs happen to try and update the same larger area at the same time some data is likely to be

Re: [gdal-dev] multiple access to a file

2013-05-21 Thread Etienne Tourigny
On Tue, May 21, 2013 at 7:30 AM, Jose Gomez-Dans jgomezd...@gmail.comwrote: Hi Frank, On 21 May 2013 00:02, Frank Warmerdam warmer...@pobox.com wrote: If you write a small part of an image, GDAL is likely to read a larger area, update that and write it back. If other programs happen to

Re: [gdal-dev] [PostGis-raster] Unnecessary Extent SQL query on GetCoverage request

2013-05-21 Thread Jorge Arevalo
Hello Jean-François, I now it's late to answer this question. Sorry for that. You couldn't avoid that query because was raised by the GDAL PostGIS Raster driver. I'm working on some improvements right now, and that's one of the improvements actually made. I suggest you to get the last code from