[FEATURE] - UGRID support in Visualization module

Open
#1,727 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python

Research direction

Start by reading the visualization module entry points named in the issue: plot_map, imod.select.cross_section, imod.visualize.cross_section, and imod.visualize.pyvista. Check how each currently handles structured data and identify the UGRID dispatch or unstructured support needed. Done means the listed functions support UGRID, but the issue leaves the exact scope and acceptance tests unspecified.

Written by the indexing model from the issue text.

Description

enhancement

Is your feature request related to a problem? Please describe.

The visualization module doesn't support UGRID yet.
From the top of my head, the following functions do not support UGRID (in order of amount of effort required, from minor to major).

  • Minor: plot_map should dispatch based on type and call the .ugrid accessor if needed.
  • Moderate: imod.select.cross_section and imod.visualize.cross_section
  • Major: imod.visualize.pyvista needs unstructured support.
Dominant language
Python
Stars
41
Forks
12
Avg merge
20h 23m
Merged PRs (30d)
2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Deltares/imod-python

All issues in Deltares/imod-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.