obspy.io.xseed.core

Integration with ObsPy’s core classes.

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

_internal_is_resp

_is_resp

Check if a file at the specified location appears to be a RESP file.

_is_seed

Determine if the file is (dataless) SEED file.

_is_xseed

Determine if the file is an XML-SEED file.

_parse_to_inventory_object

Parses a Parser object to an obspy.core.inventory.inventory.Inventory object.

_read_resp

Read resp files to an ObsPy inventory object

_read_seed

Read dataless SEED files to an ObsPy inventory object

_read_xseed

Read XML-SEED files to an ObsPy inventory object