TGSAI / segy

The Ultimate Python SEG-Y I/O with Cloud Support and Schemas
Apache License 2.0
6 stars 3 forks source link

Decouple Decoding #36

Open tasansal opened 8 months ago

tasansal commented 8 months ago

The decoding of values from raw bytes in indexers need to be separated.

tasansal commented 8 months ago

Related to #5

ta-hill commented 7 months ago

Is this issue closed by #5?

tasansal commented 7 months ago

No, decoding is still a part of Indexers. That needs to be decoupled.