Deltares / xugrid

Xarray and unstructured grids
https://deltares.github.io/xugrid/
MIT License
64 stars 8 forks source link

Create User Guide section on data selection #102

Closed Huite closed 1 year ago

Huite commented 1 year ago

Xugrid provides mainly the .sel method to make data selections. It can be used to extract a single point, an axis aligned line, or to clip to a bounding box via slices. Currently, there's only a short mention here: https://deltares.github.io/xugrid/examples/quick_overview.html#data-selection

Selecting multiple points can be done through sel_points, which deviates from xarray. This should be clearly documented as well.

Huite commented 1 year ago

See 2138b7781890afcb8335c2a7e5b2d68de4069738