Skip to content

Types🍋

Angles 🍋

A generic type representing angles definitions in geostatistics.

Axis 🍋

A generic type representing the axis index of a dimension, such as U=0, V=1, W=2.

Data 🍋

A generic type representing data as numpy array, list of numpy arrays, or pandas series.

GeoData 🍋

A generic type extending Data with geopandas series.

IntArray 🍋

A generic type representing integer arrays, useful for grid dimension for example.

Vector 🍋

A generic type representing vector.

Back to top