TGSAI / mdio-python

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

Configure GridSparsityCheck threshold #348

Closed markspec closed 8 months ago

markspec commented 8 months ago

A request has been made for the threshold for the GridTraceSparsityError to be configurable. This makes sense for some types of pre-stack data (such as land and OBN).

Current configuration throws an error when the proposed grid is 10 time the number of segy traces.

@tasansal, what is you preferred implementation for this? Command-line or environment variable?

markspec commented 8 months ago

Note: @tasansal and I have agreed on setting an environment variable MDIO_GRID_SPARSITY_RATIO as the configuration for this.