obspy.io.ndk.core

NDK file support for ObsPy

The format is an ASCII format but will internally handled by unicode routines.

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.

_get_resource_id

Helper function to create consistent resource ids.

_is_ndk

Checks that a file is actually an NDK file.

_parse_date_time

Function taking a tuple of date and time string from an NDK file and converting it to an UTCDateTime object.

_read_lines

_read_ndk

Reads an NDK file to a Catalog object.

Exceptions

ObsPyNDKException

Base Exception class for this module.

ObsPyNDKWarning

Base warning for this module.