Skip to content

Index

subsurfaceio.config

Global configuration.

Attributes:

Name Type Description
STRING_DTYPE StringDType[object]

Controls how string values are represented in numpy arrays.

STRING_DTYPE_NA object

Object used to represent null values in string arrays.

STRING_DTYPE module-attribute

STRING_DTYPE: StringDType[object] = np.dtypes.StringDType(
    na_object=STRING_DTYPE_NA
)

Controls how string values are represented in numpy arrays.

STRING_DTYPE_NA module-attribute

STRING_DTYPE_NA: object = None

Object used to represent null values in string arrays.