I am trying to read in a json FeatureCollection Python (2.7), add some properties, and write it back out to a json file (or string).
I can read the file, and modify the properties, but I end up with 2 nested FeatureCollection objects:
{ "type": "FeatureCollection", "features": { "type"...