Getting Started
Understanding marEx
Advanced Usage
API Reference
specify_grid()
marEx.detect
marEx.track
marEx.plotX
marEx.helper
Set the global grid specification that will be used by all plotters.
grid_type (str | None) – str, either ‘gridded’ or ‘unstructured’. If specified, this will be used as the primary method to determine grid type.
fpath_tgrid (str | Path | None) – Path to the triangulation grid file
fpath_ckdtree (str | Path | None) – Path to the pre-computed KDTree indices directory
None