1

I am having trouble converting an ArcGIS Online JSON output to a more standard GeoJSON format. I have tried the solution in this thread, but the answer is either deprecated or no longer working. Every other solution I've come across seems to require an ArcGIS license - there must be an open source tool for this conversion, right?

And yes, I've tried modifying the 'f' query parameter to 'geojson' to no avail. The data is from 2014, so I guess this functionality is not supported.

Vince
  • 20,017
  • 15
  • 45
  • 64
vastava
  • 125
  • 1
  • 10

1 Answers1

1

You can load ESRI JSON in QGIS, from there just resave in any format you want.
If you have the local file you can just add it as vector through the Data Source Manager,
QGIS will notice it's ESRI JSON:

enter image description here

You can also use load it straight from the server with using a query url in the Protocol: HTTP(S). cloud, etc. Source type:

enter image description here

Saving to GeoJSON from here is as simple as:

1.

enter image description here

2.

enter image description here

Dror Bogin
  • 3,475
  • 10
  • 24