Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 RESP 文件转换为库存 xml 格式以删除程序中的响应文件。
我制作了如下代码,但我不确定它是否正确。
inv='/home/RESP/RESP.NP.YOO..HHZ' inv=read_inventory(inv) inv.write("NP.YOO..HHZ.xml', format="stationxml", validate=True)
您能否让我知道这是否是正确的方法,或者还有另一种从 RESP 转换为 XML 的方法?