mdio-python
mdio-python copied to clipboard
Cloud native, scalable storage engine for various types of energy data.
The newly added rechunking functionality needs tests
It would be nice to have geometry abstractions for standard interface and custom / geometry specific exception handling. This has the following pros: 1. Common interface for coordinate conversions. 2....
Currently, `MDIOReader` and `MDIOWriter` prints the Python object. It would be useful to have a nice printable representation. ```python class InfoReporter: def __init__(self, obj): self.obj = obj def __repr__(self): items...
@markspec When you have a chance, can you please write some tests for #248: 1. Test amplitudes, or their statistics (after ingestion) match expected values for random slices 2. Test...
Hey guys Nice work with SEG-Y loader! At our team, we use our own library to interact with SEG-Y data, so I've decided to give a try to MDIO and...
OBN will potentially be read as ingested as 6D: - receiver line - receiver point with line - receiver component (e.g. hydrophone, vertical component etc) - shot line - shot...
Add the following capability: mdio cp -i input_file -o output_file
We have a use case where we need multiple chunking schemes for the same file. It needs to take a list of strings with different chunking patterns (`access_pattern` keyword) instead...
Is there a way to avoid compression (Blosc) when we run segy_to_mdio? Will this work: In src/mdio/segy/blocked_io.py ``` 85 elif lossless is None: 86 trace_compressor = header_compressor = None ```...