0
from pykml import parser
from os import path
import pandas as pd

kml_file = path.join( r'file.kml')

with open(kml_file) as f:
    doc = parser.parse(f)

试图让这个在 python 和 pyKML 中工作,但它无法在行和列中解析 Qname

例如:lxml.etree.XMLSyntaxError:无法解析 QName ':anonymous',第 32447 行,第 17 列

4

0 回答 0