Closed Huite closed 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
.sel
Selecting multiple points can be done through sel_points, which deviates from xarray. This should be clearly documented as well.
sel_points
See 2138b7781890afcb8335c2a7e5b2d68de4069738
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-selectionSelecting multiple points can be done through
sel_points
, which deviates from xarray. This should be clearly documented as well.