摘要:
Today I ran across a situation where I needed to programmatically remove specific elements from a KML file. I was already using Python's ElementTree library for my KML processing, so I attempted to use ElementTree's remove() method. The remove() method can only removesubelements, requiring a 阅读全文
posted @ 2014-01-02 11:00
一个人的天空@
阅读(497)
评论(0)
推荐(0)