You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now first vectorize the msk=2 or msk=3 cells into a line, before we plot the boundaries in the plot basemap. This doesn't work for unstructred grids (future work), and seems a bit too complex in general for very simple functionality.
We could convert the msk=2 cells to "dots", so no conversion to linestrings is needed
We could consider plotting the raster/unstructred mask, but only the boundary cells, replacing the normal active domain (msk=1) with nans.
Use case
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Kind of request
Changing existing functionality
Enhancement Description
We now first vectorize the msk=2 or msk=3 cells into a line, before we plot the boundaries in the plot basemap. This doesn't work for unstructred grids (future work), and seems a bit too complex in general for very simple functionality.
Use case
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: