Re: [gdal-dev] WFS driver bug1

2016-09-28 Thread Even Rouault
Le mercredi 28 septembre 2016 14:00:36, Odd Ragnar Lydersen a écrit : > When I'm using the WFS driver for version 1.0.0, or version 1.1.0 then I > get some error messages back from GDAL, when the service is password > protected. I have not tested this for version 2.x. > > Here is what I have found

[gdal-dev] WFS driver bug2 - MAXFEATURES not working

2016-09-28 Thread Odd Ragnar Lydersen
When I use the WFS driver (GDAL 2.1.1) for version 1.0.0 or 1.1.0, and add MAXFEATURES to the url, then I get zero features retuned, from the service. If I drop MAXFEATURES in the request-url, then I get all the features in my bounding box returned from the service. This is a password protected

[gdal-dev] WFS driver bug1

2016-09-28 Thread Odd Ragnar Lydersen
When I'm using the WFS driver for version 1.0.0, or version 1.1.0 then I get some error messages back from GDAL, when the service is password protected. I have not tested this for version 2.x. Here is what I have found out: 1) Calls to CPLHTTPFetch() from OGRWFSDataSource::HTTPFetch() is se

[gdal-dev] Python crash with gdal_array

2016-09-28 Thread Ilves Risto (MML)
Hi, Python crashes in OSGeo4W python-qgis installation, when I import gdal_array. So, just the line "from osgeo import gdal_array" causes this problem. If I do separate installation for GDAL and python, then there is no problem. I would use python-qgis installation, since then I have all the pa

[gdal-dev] Call for discussion on RFC 66: OGR random layer read/write capabilities

2016-09-28 Thread Even Rouault
Hi, This is a call for discussion on "RFC 66: OGR random layer read/write capabilities" : https://trac.osgeo.org/gdal/wiki/rfc66_randomlayerreadwrite This RFC introduces a new API to be able to iterate over vector features at dataset level, in addition to the existing capability of doing it at

[gdal-dev] RFC 65: IETF RFC7946 GeoJSON

2016-09-28 Thread Sean Gillies
Hi all, I've created a new RFC based on our list discussion. https://trac.osgeo.org/gdal/wiki/rfc65_rfc7946_geojson Thanks for your input! -- Sean Gillies ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal

Re: [gdal-dev] Multithread deadlock

2016-09-28 Thread Even Rouault
Francisco, > Bingo! I've just tested with an ENVI dataset and is failing, same issue > with a few random blocks missing in the resulting rasters. Find below a > link with the code for a simple test reproducing the issue (also included > the ENVI dataset used). Just bear in mind that sometimes may

Re: [gdal-dev] Multithread deadlock

2016-09-28 Thread Francisco Javier Calzado
Hi Even, Bingo! I've just tested with an ENVI dataset and is failing, same issue with a few random blocks missing in the resulting rasters. Find below a link with the code for a simple test reproducing the issue (also included the ENVI dataset used). Just bear in mind that sometimes may generat