TGSAI / mdio-python

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

Shot data ingestion on latest version is missing shot/cable/channel IDS #462

Open tasansal opened 2 weeks ago

tasansal commented 2 weeks ago

For a specific non-public SEG-Y (5397_3DSRME), the ingestion is missing shot, cable, and channel for: [6838, 10, 7223]. There could be more missing. May be related to TGSAI/segy.

The issue happens on 0.8 with the new SEG-Y library refactor. It was ok with 0.7+.

{
    'segy_path': ...,
    'mdio_path_or_buffer': ...,
    'index_names': ('shot_point', 'cable', 'channel'),
    'index_bytes': (17, 137, 13),
    'index_types': ('int32', 'int16', 'int32'),
    'chunksize': [8, 2, 128, 1024],
    'grid_overrides': {'AutoChannelWrap': True}
}