Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh dataset group remove button #9589

Merged
merged 2 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/user_manual/working_with_mesh/img/mesh_source.png
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we expand the "Treat as static dataset" while at it? It is documented in the section, and we have enough space in the dialog. Also if ever you find some dataset you could "join" here, it may be nice. I think this is what the purple one is, in the old screenshot. and we could explain that the different background color indicates "inner" vs "extra" datasets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/user_manual/working_with_mesh/mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ the selected mesh, including:

* Use the |add| :guilabel:`Assign extra dataset to mesh` button to add more
selmaVH1 marked this conversation as resolved.
Show resolved Hide resolved
groups to the current mesh layer.
* Use |symbologyRemove| :guilabel:`Remove dataset from mesh` to remove additional datasets
selmaVH1 marked this conversation as resolved.
Show resolved Hide resolved
groups from the mesh layer. Note that only dataset groups not associated with the
mesh source file can be removed.
* |collapseTree| :guilabel:`Collapse all` and |expandTree| :guilabel:`Expand
all` the dataset tree, in case of embedded groups
* If you are interested in few datasets, you can uncheck the others and
Expand All @@ -231,6 +234,9 @@ the selected mesh, including:
* extract a particular date time: the dataset matching the provided time
is rendered and stay fixed during map navigation.
selmaVH1 marked this conversation as resolved.
Show resolved Hide resolved

.. note:: You can add dataset group to a mesh layer with the same name, but
selmaVH1 marked this conversation as resolved.
Show resolved Hide resolved
not from the same URI. Dataset group names are automatically renamed to
"Original Name_Number".

.. _meshsymbology:

Expand Down Expand Up @@ -1318,6 +1324,8 @@ the expression to execute.
:width: 1.5em
.. |symbology| image:: /static/common/symbology.png
:width: 2em
.. |symbologyRemove| image:: /static/common/symbologyRemove.png
:width: 1.5em
.. |system| image:: /static/common/system.png
:width: 1.5em
.. |temporal| image:: /static/common/temporal.png
Expand Down