-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Inverse Face Indices to Subsetted Grids (#1122)
* Initial Work * Addressed review comments * Updated doc string * Added inverse_indices support for data arrays and cross sections * Added ability to choose which inverse_indices to store, stores as ds * updated grid, doc strings, api, test cases * fixed leftover variables * Fixed failing tests * Update grid.py * New naming convention, fixed spelling errors * Updated subsetting notebook * Fixed precommit * Added is_subset property * Update uxarray/grid/grid.py Co-authored-by: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com> * Added doc string, updated test case * Update grid.py --------- Co-authored-by: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com>
- Loading branch information
1 parent
c568d6b
commit 0e45eda
Showing
10 changed files
with
304 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ Indexing | |
:toctree: generated/ | ||
|
||
Grid.isel | ||
Grid.inverse_indices | ||
|
||
Dimensions | ||
~~~~~~~~~~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.