- Decompress 2D SGZ files back to SEG-Y - segyio emulation now mirrors `segyfile.attributes()` functionality - Tested and running on MacOS as well as Windows and Linux
0.2.4
Not secure
- Begin support for 2D SEG-Y: - Compression to SGZ - Reading compressed 2D SGZ files: - Usual functionality for: trace, header, samples, bin, & text - Additional function: read_subplane() - CLI support for sgy2sgz
0.2.3
Not secure
- Read full traceheader arrays with `SgzReader.get_tracefield_values()` - Add `min_sample_id` & `max_sample_id` as optional parameters to `SgzReader.get_trace()` - Add `seismic-sfp.tools.dt()` - Minor bugfixes
0.2.2
Not secure
- Enable usage of SGZ files as xarray backends (alpha) - Enable reading of SGZ files from Azure blob storage (alpha) - Improve handling of unstructured SEG-Y files - Trace/header indexing of SGZ file follows original SEG-Y - Conversion using reduce_iops=True is warning, not error. - Implement `__str__()` and `__repr__()` for SgzReader - Ignore warnings from pyZGY
0.2.2.rc1
- xarray backend (alpha) - Working with Azure blobs (very alpha) - Ignore warnings from pyZGY
0.2.1
Not secure
Fixes issue in v0.2.0 where optional dependencies weren't.