mdio-python icon indicating copy to clipboard operation
mdio-python copied to clipboard

Cloud native, scalable storage engine for various types of energy data.

Results 73 mdio-python issues
Sort by recently updated
recently updated
newest added

The newly added rechunking functionality needs tests

good first issue
testing

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....

enhancement
good first issue

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...

good first issue
help wanted

@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...

testing

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...

documentation
enhancement

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...

enhancement
ci

Add the following capability: mdio cp -i input_file -o output_file

enhancement

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...

enhancement

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 ```...

enhancement