-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor getting and generating bounds (#84)
- Update AxisAccessor to CoordsAccessor - Add cf_xarray package to access mapping system of names to CF convention Add ability to generate time bounds
- Loading branch information
1 parent
87c5920
commit 6b811fa
Showing
8 changed files
with
386 additions
and
563 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 |
---|---|---|
|
@@ -113,3 +113,6 @@ ENV/ | |
|
||
# Anaconda | ||
conda-build/ | ||
|
||
# Ad-hoc QA | ||
qa/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ API Reference | |
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
xcdat.axis | ||
xcdat.coord | ||
xcdat.log | ||
xcdat.utils |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.