Skip to main content
  • 7,238 Posts
  • 26,620 Replies
7238 Posts
How to tranform json results into shapefile?

  In the following snippet (which has been reduced in length from the above file) are the results from a web api. I need to create a point for every coordinate pair and add the relevant attribute data to the point table. I am having problems due to the ID of each feature e.g. "535412" which envelopes the other attributes. How can I manipulate the json file to be able to write a shapefile with the attributes as fields?{        "Results": [            "535412": {                "Standortbescheinigungsnummer": "021296",                "PostalischeAdresse": "Gstraße 8, 35560 Musterort",                "Standortbescheinigungsdokumente": {                    "AktuellsteStandortbescheinigungsdokumente": {                        "STOB": "15ba5116-be92-4c61-8a72-22d605b70f",                        "TD": "e3452231-0f4f-4d10-8b38-40386acd1a"                    }

Badge Winners

Show all badges

Community Stats

32,448
Posts
123,298
Replies
40,601
Members