-
Notifications
You must be signed in to change notification settings - Fork 1
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
Slow Tile Loading #1135
Comments
Things to check:
Note:
|
COGs seems ok - there is a known quirk around the custom projection slowing, but unless that changed in the recent update I don't see how that would cause this.
|
Here's the notebook https://github.com/lauraduncanson/icesat2_boreal/blob/master/notebooks/Review_maps.ipynb which uses lot of functions from https://github.com/lauraduncanson/icesat2_boreal/blob/master/lib/maplib_folium.py to build the maps. |
5-6 seconds seems to be the fastest speed possible with this particular tile set that has a custom WKT defined CRS. If speed is important we can consider alternate methods of storing the data for visualization once a dataset is ready to move beyond initial results into something for distribution. This could include:
|
It doesn't explain the change in performance, but these tifs are |
Describe the bug
@lduncanson @pahbs are reporting that visualizations using MAAP titiler seem to be much slower than a couple of months ago
To Reproduce
Load up the map in this notebook.
https://notebooksharing.space/view/68349c623d52dea574975392ac86b9772c2f375f7883d33bf8a4865b9b9e6f46#displayOptions=hide-inputs
Expected behavior
Faster tile loading
Additional context
@pahbs can you provide the full source code for the notebook and embedded functions so we can more easily debug?
The text was updated successfully, but these errors were encountered: