0

I have a .json with multiple geometry types within it.

It's actually 'open' data: link to data

Any tips on converting to a shapefile or similar? Do I have to break the JSON file into different files, one per geometry type?

I'm open to Python or similar.

http://ogre.adc4gis.com/ fails - not sure why.

The ESRI tool: JSON To Features won't work, probably because it has multiple geometry types.

nmtoken
  • 13,355
  • 5
  • 38
  • 87
badgerseatfrogs
  • 429
  • 3
  • 16

1 Answers1

0

I found this answer which points to OGR2OGR, that's if it's GEOJSON.

Alternatively you could try python'ing it into WKT then using OGR2OGR.

Eric
  • 343
  • 1
  • 2
  • 9