I have a large ESRI json (which I got from a request at an ESRI Rest API) that I need to convert to some sort of vector file, preferably a Shapefile.
It seems there are ways of doing this using ArcPy, but I do not own an ArcGIS license. Is there a way to work around this or is ArcGIS the only way to do it?
1.- The ESRI json driver seems to be available only on GDAL 2.3 but the latest released version is 2.1, if I'm correct. How could I use an unreleased version? (I'm using MacOS)
2.- You stated that in released versions of GDAL, ESRI json files are read with the GeoJSON driver. I tried doing that in R (with the "rgdal" package function "readOGR()") which has the GeoJSON driver, but I'm still unable to read the file.
Any suggestions?
Thanks!
– Daniel Villarroel Torrez Nov 17 '17 at 19:38