Skip to content

Commit d7431d7

Browse files
authored
Add UxDataset.isel() (#1352)
* first rev * add tests * implement ds.isel * add docstring * move test_isel to core * remove isel test from test_inheritance in favor of seperate module * add isel to api * move tests into test_inheritance, reogranize tests
1 parent 34f76bd commit d7431d7

File tree

5 files changed

+390
-255
lines changed

5 files changed

+390
-255
lines changed

docs/api.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,14 @@ Constructors
176176
UxDataArray.from_xarray
177177
UxDataArray.from_healpix
178178

179+
Selection & Indexing
180+
~~~~~~~~~~~~~~~~~~~~
181+
182+
.. autosummary::
183+
:toctree: generated/
184+
185+
UxDataArray.isel
186+
179187
Grid Accessor
180188
~~~~~~~~~~~~~
181189

@@ -207,6 +215,14 @@ Grid Accessor
207215

208216
UxDataset.uxgrid
209217

218+
Selection & Indexing
219+
~~~~~~~~~~~~~~~~~~~~
220+
221+
.. autosummary::
222+
:toctree: generated/
223+
224+
UxDataset.isel
225+
210226

211227
Conversion Methods
212228
------------------

0 commit comments

Comments
 (0)