v0.10.0 #184
banesullivan
announced in
Announcements
v0.10.0
#184
Replies: 2 comments 3 replies
-
Excited to see all these improvements! The support for custom colormaps will be missed. |
Beta Was this translation helpful? Give feedback.
2 replies
-
cc @vincentsarago, you might be pleased to see I made the switch to rio-tiler. I'd love to get your take on this and my usage of rio-tiler in Further, I'm curious how you see localtileserver and rio-viz coexisting in the Jupyter world? My impression is rio-viz is mostly targeted as a standalone web app that could be used in Jupyter, is that right? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
This release marks a significant re-implementation of localtileserver. The backing tiler has been changed from large-image to rio-tiler. The overall result is improved performance, simplified dependencies, improved compatibility with the rasterio ecosystem, and many bug/quirk fixes like #172, #159, #147
This release unfortunately has many breaking changes and some loss of features. The breaking changes are mostly around API renaming and some methods changing to properties. Otherwise, I stripped out features that are just better handled upstream or not needed here.
This may be a painful upgrade considering how much has changed. Highlights:
band
is nowindexes
to follow rio-tiler's implementation (deprecation warning is issued in parts of the API)cmap
is nowcolormap
(deprecation warning is issued in parts of the API)palette
is nowcolormap
rasterio
dataset is now via the.dataset
propertymetadata()
method is now ametadata
propertyFor those looking for more details, I recommend checking out the diff specifically for the test directory to see what has changed in #183
This discussion was created from the release v0.10.0rc2.
Beta Was this translation helpful? Give feedback.
All reactions