Re: [gdal-dev] ogr2ogr Too many recursion levels in expression

2020-04-07 Thread Luca Delucchi
On Fri, 27 Mar 2020 at 13:17, Even Rouault wrote: > > Luca, > Hi Even, > > NUTS_NAME IN ('Nordburgenland', 'Waldviertel', ... ) > this is working, thanks > > > I've also submitted a fix so that those many OR can be supported: > > https://github.com/OSGeo/gdal/pull/2355 > thanks! > > Even > -

Re: [gdal-dev] question about the upgrade of xerces and expat

2020-04-07 Thread Even Rouault
Maja, > is there in plan to upgrade to new versions of xerces (3.2.2) and expat > (2.2.9) libraries soon? GDAL 3.0.4 version contains, for example, expat > version 2.0.1 and in the meantime various changes and security fixes > happened (link to the release notes: GDAL, as a source distribution, d

[gdal-dev] question about the upgrade of xerces and expat

2020-04-07 Thread Miljak, Maja AVL/HR
Hi, is there in plan to upgrade to new versions of xerces (3.2.2) and expat (2.2.9) libraries soon? GDAL 3.0.4 version contains, for example, expat version 2.0.1 and in the meantime various changes and security fixes happened (link to the release notes: https://libexpat.github.io/

Re: [gdal-dev] Failure to fetch covid-19 data from JHU ArcGIS instance

2020-04-07 Thread Francesco Bartoli
Thanks Even, I’ll skip them as well in the OGR provider for pygeoapi. Thanks, Francesco Il 7 apr 2020, 12:29 +0200, Even Rouault , ha scritto: > On mardi 7 avril 2020 11:19:56 CEST Francesco Bartoli wrote: > > Hello devs, > > > > while the command line is working properly: > > > > ogrinfo -ro -al

Re: [gdal-dev] Failure to fetch covid-19 data from JHU ArcGIS instance

2020-04-07 Thread Even Rouault
On mardi 7 avril 2020 11:19:56 CEST Francesco Bartoli wrote: > Hello devs, > > while the command line is working properly: > > ogrinfo -ro -al > "ESRIJSON:https://services1.arcgis.com/0MSEUqKaxRlEPj5g/arcgis/rest/service > s/ncov_cases/FeatureServer/2/query?where=objectid+%3D+objectid&f=json&outF

[gdal-dev] Failure to fetch covid-19 data from JHU ArcGIS instance

2020-04-07 Thread Francesco Bartoli
Hello devs, while the command line is working properly: ogrinfo -ro -al "ESRIJSON:https://services1.arcgis.com/0MSEUqKaxRlEPj5g/arcgis/rest/services/ncov_cases/FeatureServer/2/query?where=objectid+%3D+objectid&f=json&outFields=*"; this python script below unexpectedly fails: from osgeo import