io
Modules for reading and writing fiber data.
Functions
| Name | Description |
|---|---|
| read | Read a fiber file. |
| scan | Scan a potential patch source, return a list of PatchAttrs. |
| scan_to_df | Scan a path, return a dataframe of contents. |
| write | Write a Patch or Spool to disk. |
Classes
| Name | Description |
|---|---|
| FiberIO | An interface which adds support for a given filer format. |
| PatchFileSummary | The necessary attributes for indexing a fiber file. |
| PatchIO | A namespace for class methods. |
Modules
| Name | Description |
|---|---|
| core | Base functionality for reading, writing, determining file formats, and scanning |
| xml_binary | Module for reading data stored in xml_binary format. |
| sintela_binary | Sintela binary reader. |
| indexer | An HDF5-based indexer for local file systems. |
| silixah5 | IO support for Silixa HDF5 files. |
| segy | SEGY format support module. |
| terra15 | Module for reading and writing data recorded by Terra15 DAS interrogators. |
| h5simple | Support for generic H5 files. |
| wav | Module for writing wave files to disk. |
| sentek | Module for reading DAS data recorded by Sentek interrogator |
| gdr | Support for the Geothermal Data Repository (gdr) h5 format. |
| neubrex | Support for Neubrex H5 DSS/DTS files. |
| febus | Support for Febus format. |
| tdms | Module for reading and writing TDMS fiber data recorded by Silixa. |
| dashdf5 | Basic support for DAS-HDF5 a subset of CF (climate and forcasting). |
| ap_sensing | IO support for AP sensing interrogators. |
| prodml | Support for prodML format. |
| pickle | A module for reading and writing pickle format. |
| optodas | Support for OptoDAS format. |
| dasdae | Support for the DASDAE format. |
| rsf | RSF format support module. |