0
내 xml
파일을 구문 분석하려고하는데 작동한다고 생각하지만 좌표를 인쇄 할 때 내 콘솔 : "[]"만 가져옵니다.XML을 통해 구문 분석 네임 스페이스 (gml)
내 코드는 다음과 같습니다
는tree = ET.parse(url)
root = tree.getroot()
namespaces = {'gml': 'http://www.opengis.net/gml#'}
print(root.findall('gml:coordinates', namespaces))