Re: [gdal-dev] read ESRIJSON with ogr2ogr

2021-09-02 Thread Hugh Kelley
worked like a charm, thanks very much! On Thu, Sep 2, 2021 at 2:13 PM Even Rouault wrote: > Hugh, > > I've queued in https://github.com/OSGeo/gdal/pull/4418 a fix for that. > > But there's a simple workaround. Just remove the ESRIJSON: prefix in the > connection string. In that instance, the dri

Re: [gdal-dev] read ESRIJSON with ogr2ogr

2021-09-02 Thread Even Rouault
Hugh, I've queued in https://github.com/OSGeo/gdal/pull/4418 a fix for that. But there's a simple workaround. Just remove the ESRIJSON: prefix in the connection string. In that instance, the driver will be automatically detected Even Le 02/09/2021 à 19:30, Hugh Kelley a écrit : Hi all, I'

[gdal-dev] read ESRIJSON with ogr2ogr

2021-09-02 Thread Hugh Kelley
Hi all, I'd like to load some data directly from an arcgis REST feature service using ogr2ogr. The command that follows collects exactly 5000 features, which i assume is the server limit mentioned in the ESRIJSON driver documentation ogr2ogr "streets.shp" ESRIJSON:" https://services1.arcgis.com