Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation (0.9.0)
»
ObsPy Library Reference
»
Classes & Functions
»
obspy.station.stationxml
»
obspy.station.stationxml.write_StationXML
¶
write_StationXML
(
inventory
,
file_or_file_object
,
validate=False
,
**kwargs
)
[source]
¶
Writes an inventory object to a buffer.
Parameters:
inventory
(
Inventory
)
The inventory instance to be written.
file_or_file_object
The file or file-like object to be written to.
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation (0.9.0)
»
ObsPy Library Reference
»
Classes & Functions
»
obspy.station.stationxml
»