Deltares / Deltares/imod-python
[FEATURE] - UGRID support in Visualization module
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 41
- Forks
- 12
- Avg merge
- 21h 8m
- Merged PRs (30d)
- 1
Description
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_mapshould dispatch based on type and call the.ugridaccessor if needed. - Moderate:
imod.select.cross_sectionandimod.visualize.cross_section - Major:
imod.visualize.pyvistaneeds unstructured support.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100