-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* expand xarray capabilities * update changelog * update version * fix attrs encoding * refactor feature and update docs * handle 2D dataset and invalid bounds * update example with NetCDF * check if the Y bounds are inverted and flip the image on the Y axis (#756) * check if the Y bounds are inverted and flip the image on the Y axis * Update tests/test_io_xarray.py Co-authored-by: Henry Rodman <[email protected]> * Update tests/test_io_xarray.py Co-authored-by: Henry Rodman <[email protected]> --------- Co-authored-by: Henry Rodman <[email protected]> * update changelog --------- Co-authored-by: Henry Rodman <[email protected]>
- Loading branch information
1 parent
abec151
commit d3a552e
Showing
7 changed files
with
1,585 additions
and
85 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
1,135 changes: 1,118 additions & 17 deletions
1,135
docs/src/examples/Using-rio-tiler-XarrayReader.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
"""rio-tiler.""" | ||
|
||
__version__ = "7.0.1" | ||
__version__ = "7.1.0" | ||
|
||
from . import ( # noqa | ||
colormap, | ||
|
Oops, something went wrong.