-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Feat] Kepler-Jupyter 0.3.4 with kepler v3 #2565
Conversation
✅ Deploy Preview for keplergl2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Xun Li <lixun910@gmail.com>
Signed-off-by: Xun Li <lixun910@gmail.com>
Signed-off-by: Xun Li <lixun910@gmail.com>
Signed-off-by: Xun Li <lixun910@gmail.com>
@ibgreen @heshan0131 Can you help to take a look at this PR? With this PR, we can create a pre-release keplergl python package v0.3.4alpha0, so users can test it out. The use_arrow feature needs to be tested using larger data. |
Signed-off-by: Xun Li <lixun910@gmail.com>
Signed-off-by: Xun Li <lixun910@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lixun910 Amazing work.
IF it is not too much work, I think it could be good to separarate this into two PRs, one for 3.0 upgrade and one for arrow support.
The python package is often the hardest part of kepler.gl to maintain (as most contributors are JS experts) so having the version upgrade changes separated in a PT would make for a great reference,
Summary:
use_arrow=True
(default is False) to allow load and render data faster using GeoArrow:e.g.
or
Task: