-
Notifications
You must be signed in to change notification settings - Fork 18
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
Replace Stamen tiles + fix other deprecations #330
base: master
Are you sure you want to change the base?
Conversation
Hi, @AmitAronovitch !! |
Hi @matiasg , yes that would be great :-) Note however that releasing a new version of telluric still requires some work. This is because the dependencies (mainly My branch fixes some issues, but there are some failing tests which I am not sure what to do with (it seems to be some regression test related to fixup of rounding issues at the edges of windows. It breaks because |
Thanks for sharing @AmitAronovitch , i'll take a look asap |
Hi @enomis-dev , Adding some info regarding the failing test (there might be some more...) The failing test is This test seems to be a regression test, that @drnextgis had added after fixing some issue (probably gaps that used to happen at the edges of tiles). The comment refers to #311. I do not know if running with newer rasterio will re-introduce the original problem of #311 or not, because the test does not test it directly (it uses dummy rasters, and only compares window sizes - not checking effects at the edges of tiled rasters, which I believe the original problem was).
And here are some details from the debugger:
first case in crop:
second case:
|
Resolves #329
This PR is for making telluric work with more up-to-date versions python and packages.
Changes included so far:
CartoDB
refernce maps instead ofStamen
(which are not available any more - see folium #1803pkg_resources
(not required for Python>=3.7)