xml_binary

module of dascore.io source

Module for reading data stored in xml_binary format.

This format is a directory which contains metadata as a single xml file as well as any number of binary files (raw numeric buffers) which contain information about their start time in the file name. An example directory might look like this:

data_folder metadata.xml DAS_20240530T011500_000000Z.raw DAS_20240530T011501_000000Z.raw

Classes

Name Description
XMLBinaryV1 Support for binary data format with xml metadata.

Modules

Name Description
core IO module for reading binary raw format DAS data.
utils Utilities for Binary.