Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VisibleDeprecationWarning #61

Closed
perrygeo opened this issue Apr 26, 2016 · 3 comments
Closed

VisibleDeprecationWarning #61

perrygeo opened this issue Apr 26, 2016 · 3 comments

Comments

@perrygeo
Copy link
Contributor

perrygeo commented Apr 26, 2016

Occurring recently for me and @dnomadb

/Users/mperry/work/pxm/venv/lib/python2.7/site-packages/nodata/blob.py:46: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  img = srcs[0].read(boundless=True, window=padWindow)

doesn't seem to cause problems currently

@dnomadb
Copy link
Contributor

dnomadb commented Apr 26, 2016

@perrygeo It appears to be related to boundless reads: rasterio/rasterio#678

@perrygeo
Copy link
Contributor Author

solved in rasterio: rasterio/rasterio#680

@dnomadb
Copy link
Contributor

dnomadb commented Apr 27, 2016

💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants