Re: [gdal-dev] OGR Python API to Load Esri JSON

2019-10-24 Thread Even Rouault
On jeudi 24 octobre 2019 14:19:15 CEST Nyall Dawson wrote: > On Thu, 24 Oct 2019 at 06:10, Even Rouault wrote: > > Hi Jeremy, > > > > > Is there a OGR Python API to load Esri JSON into an OGR geometry object, > > > much like CreateGeometryFromJson? > > > > If you update to latest master, yes: >

Re: [gdal-dev] OGR Python API to Load Esri JSON

2019-10-23 Thread Nyall Dawson
On Thu, 24 Oct 2019 at 06:10, Even Rouault wrote: > > Hi Jeremy, > > > > Is there a OGR Python API to load Esri JSON into an OGR geometry object, > > much like CreateGeometryFromJson? > > If you update to latest master, yes: > https://github.com/OSGeo/gdal/commit/5dadb24e3b9a1364ad3792ca63cd931292

Re: [gdal-dev] OGR Python API to Load Esri JSON

2019-10-23 Thread Even Rouault
Hi Jeremy, > > Is there a OGR Python API to load Esri JSON into an OGR geometry object, > much like CreateGeometryFromJson? If you update to latest master, yes: https://github.com/OSGeo/gdal/commit/5dadb24e3b9a1364ad3792ca63cd9312925b8601 Even -- Spatialys - Geospatial professional services ht

[gdal-dev] OGR Python API to Load Esri JSON

2019-10-23 Thread Jeremy Palmer
Hi All, Is there a OGR Python API to load Esri JSON into an OGR geometry object, much like CreateGeometryFromJson? I’ve seen the arcgis2geojson library but wanted to avoid that dependency. Cheers, Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.or