Scripts posted recently tagged to bigfiles in Kelpi

1- 1 of 1.

XML to list of dict parsing

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 = {}
hits counter