Hello everyone, I am new to OSM and pogramming in python i used the module Overpass to Query OSM information from python like the following image: And the answer that i get is this one:
I would like to know how i can save the id and the tags from the Query in a file ? Thank you for all the help Francisco Costa |
Your question is essentially about parsing JSON with python and thus better suited at http://stackoverflow.com. Except for the fact that you can find tons of examples for parsing JSON with python :)