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

Improve plotting #7

Open
astrojuanlu opened this issue Apr 19, 2018 · 3 comments
Open

Improve plotting #7

astrojuanlu opened this issue Apr 19, 2018 · 3 comments
Labels
feature-request New feature or request

Comments

@astrojuanlu
Copy link
Contributor

At the moment, default plotting is using a simple Folium map which has bad performance, and more complex .plot using ipyleaflet is still limiting the maximum number of features:

https://github.com/satellogic/telluric/blob/master/telluric/collections.py#L179-L183

We have to re-evaluate if this is needed.

Also, mapboxgl-jupyter just released a new version with Choropleth support:

https://github.com/mapbox/mapboxgl-jupyter/releases/tag/0.6.0

It still does not support all geometry types (mapbox/mapboxgl-jupyter#4) but it's in a better shape than two months ago.

@astrojuanlu astrojuanlu added the feature-request New feature or request label May 7, 2018
@astrojuanlu
Copy link
Contributor Author

astrojuanlu commented May 15, 2018

mapboxgl-jupyter already supports most geometry types (see again mapbox/mapboxgl-jupyter#4 and new docs https://mapbox-mapboxgl-jupyter.readthedocs-hosted.com/)

Some pending, interesting issues or additions:

@astrojuanlu
Copy link
Contributor Author

mapboxgl-jupyter now supports all the geometry types we need, but the rest of the issues remain.

@astrojuanlu
Copy link
Contributor Author

ipyleaflet now supports custom projections and a fit_bounds method jupyter-widgets/ipyleaflet#737 (comment)

On the other hand, matboxgl-jupyter looks rather abandoned and none of the issues I highlighted has been fixed. mapbox-gl-js is still active though.

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

No branches or pull requests

1 participant