TGSAI / mdio-python

Cloud native, scalable storage engine for various types of energy data.
https://mdio.dev/
Apache License 2.0
32 stars 11 forks source link

Parsing local and cloud SEG-Y files with new I/O library #381

Closed tasansal closed 2 months ago

tasansal commented 5 months ago

This is a significant overhaul of MDIO by replacing segyio with our own segy parser. There are minor breaking changes.

SEG-Y Docs, SEG-Y Repo

⚠️ BREAKING ⚠️

  • The segy_to_mdio endianness parameter is gone and will be inferred from the file.
  • The output format can no longer be changed. Whatever was on the input now is on the output.
  • Many dependencies require newer versions (may not be an issue).
ℹ️ Import/Export Version Matrix ℹ️ MDIO Version File Version < 0.8.0 File Version >= 0.8.0
< 0.8.0
>= 0.8.0

There are some new capabilities: