Re: [gdal-dev] How to convert GeoJson to EsriJson

2020-01-21 Thread Mateusz Loskot
Well, the driver says no and I'm not aware of any workarounds to make it say yes or make GeoJSON driver output yhr ESRIJSON. GDAL 2.3 extracted read-only ESRIJSON driver from read-write GeoJSON driver. Mateusz Loskot, mate...@loskot.net (Sent from mobile, may suffer from top-posting) On Tue, 21

Re: [gdal-dev] How to convert GeoJson to EsriJson

2020-01-21 Thread Lucas Caixeta Lucas GT4W
Thank you Mateus!! you asnwer was very enlightening. So, problaby it is not possible to do this parse right? is there a way to get a esri type geojson? Best regards. Mateusz Loskot escreveu no dia terça, 21/01/2020 à(s) 18:37: > On Tue, 21 Jan 2020 at 21:29, Lucas Caixeta Lucas GT4W < > lucasc

Re: [gdal-dev] How to convert GeoJson to EsriJson

2020-01-21 Thread Mateusz Loskot
On Tue, 21 Jan 2020 at 21:29, Lucas Caixeta Lucas GT4W < lucascaixeta.g...@gmail.com> wrote: > > I tried to convert geojson to esrijson either but got an error > this message, ESRIJSON driver does not support data source creation. > > -- > $ ogr2ogr -f ESRIJSON file_output.json cities.json >

[gdal-dev] How to convert GeoJson to EsriJson

2020-01-21 Thread Lucas Caixeta Lucas GT4W
Hi, good evening! I'm new on the use ofo org2org, trying to learn the library. I couldn't find any info about it on google so I decide to ask it here. I'm trying to convert a shape file into a esri json. I was able to convert the shapefile to geojson, but was not able to convert the same file to e