Json – How to read Coordinates of a polygon from a text file which are encoded as [[x,y], [x1,y1], ….[xn,yn]] in python
I have text file coordinates.txt, which has data in the below format. I want to read coordinates in each line into python object list of list of float. Each of the bounds will have only 5 lat,long pairs. {"id": "1b2e1366-9ac7-4220-8dc2-c333d3da6e42",…