-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow overriding the grid info (#63)
* accessor method for decoding while possibly overriding the grid info * consolidate the treatment of `grid_info` * docstring for `decode` * don't modify the accessor * add a test for `decode` * expose DGGSInfo * add the rotation * Revert "add the rotation" This reverts commit df22152. * expect `level` instead of `resolution` * forward to the accessor version * sync documentation between `decode` and the accessor's `decode`
- Loading branch information
Showing
3 changed files
with
124 additions
and
11 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
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