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

Sparsity check override #284

Closed cable34 closed 1 year ago

cable34 commented 1 year ago

Sometimes users need ability to run very sparse grids.

Disable the sparity check/warning with extra option.

In some cases, there can be duplicate 0s in a segy that cause an error/warning to be displayed and the mdio ingestion fails. Can provide user with a waring but still ingest the segy to mdio.

tasansal commented 1 year ago

This should ideally be done via an environment variable, for whoever implements it.

markspec commented 1 year ago

@cable34 @tasansal, How about MDIO_IGNORE_CHECKS=True?