⬆️ Bump rasterio from 1.0.13 to 1.0.14#84
Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
Closed
⬆️ Bump rasterio from 1.0.13 to 1.0.14#84dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [rasterio](https://github.com/mapbox/rasterio) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/mapbox/rasterio/releases) - [Changelog](https://github.com/mapbox/rasterio/blob/master/CHANGES.txt) - [Commits](rasterio/rasterio@1.0.13...1.0.14) Signed-off-by: dependabot[bot] <support@dependabot.com>
Contributor
Author
|
Superseded by #88. |
weiji14
added a commit
that referenced
this pull request
Feb 11, 2019
Revert #89 to fix broken unit tests on the get_window_bounds and selective_tile functions in data_prep.ipynb. I've tracked it down to an incorrect affine output from dataset.transform. Seems to be a 'bug' introduced in rasterio version 1.0.14 (see #84), something with how the GDAL env is now set? Also smallfix to remove read_table deprecation warning in pandas 0.24 (see #89), replacing with read_csv instead.
weiji14
added a commit
that referenced
this pull request
Feb 11, 2019
Revert #90 to fix broken unit tests on the get_window_bounds and selective_tile functions in data_prep.ipynb. I've tracked it down to an incorrect affine output from dataset.transform. Seems to be a 'bug' introduced in rasterio version 1.0.14 (see #84), something with how the GDAL env is now set? Also smallfix to remove read_table deprecation warning in pandas 0.24 (see #89), replacing with read_csv instead.
weiji14
added a commit
that referenced
this pull request
Jun 4, 2019
Adjusting the bounding box positions of (some) tiles by half a pixel (roughly 500m). Fixed a poorly written unit test for the data_prep.get_window_bounds function introduced in ab0295e right before release v0.4.0, and refactored the function to make it work correctly with newer libraries. Strangely enough, after recreating the geojson tiles, the coordinate changes are only for the Operation Ice Bridge/CRESIS Basler and TO grids, and we still have exactly 2347 tiles! Specifically, we've switched from using xarray.open_rasterio to xarray.open_dataarray as xarray's rasterio backend fails to read NetCDF georeferencing information properly with rasterio >= 1.0.14 (see #84). The projection information is monkey-patched into the xarray grid using salem. Most important bit is to ensure that we go from xarray's centre-based pixel coordinate system to rasterio's corner-based pixel coordinate system (accomplished with dataset.salem.grid.corner_grid) via a manually set Affine transformation.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps rasterio from 1.0.13 to 1.0.14.
Changelog
Sourced from rasterio's changelog.
Commits
99218ccPrevent rare segfaultde28812Skip enum34 on python 3.695354deUpdate change log, authors, and version3717b12Remove numpy from conda envf934c34Change _CRS class to make WKT canonical (#1597)96b4074Simplify from_wkt implementation (#1589)9a424e4Add anonymous Env in DatasetBase.enter if needed (#1591)147a3c8Require build to pass with GDAL 2.4c1a97a6PROJOPT singulare7172a3Make 2.4.0 finalDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.