to python xml parsing bigfiles by garaolaza
from lxml import etree coords = etree.parse("/path/to/your/xml/file").getroot() coords_list = [] for coord in coords: this = {}