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