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

Support viewing of large data sets in Keppler.gl GeoView #88

Open
koettert opened this issue Dec 9, 2022 · 4 comments
Open

Support viewing of large data sets in Keppler.gl GeoView #88

koettert opened this issue Dec 9, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@koettert
Copy link
Contributor

koettert commented Dec 9, 2022

If a user wants to open a larger data set it takes a long time until the view is properly loaded without much (no) progress indication. See also this forum post.
We should investigate if it would be faster to first write a file (e.g. GeoJSON) to the local disc and then having the view load the data from the file rather than packing the data into the html file itself.

https://docs.kepler.gl/docs/user-guides/b-kepler-gl-workflow/a-add-data-to-the-map

@koettert koettert added the enhancement New feature or request label Dec 9, 2022
@koettert koettert added this to the Release 1.1 milestone Dec 9, 2022
@wybert
Copy link
Contributor

wybert commented Dec 16, 2022

@koettert I think it's not supported via Kepler.gl python API. The way to make it work is probably to use Python to generate a Geojson file etc. somewhere and use kepler.gl.js to load it through ajax.

@koettert
Copy link
Contributor Author

https://docs.kepler.gl/docs/user-guides/b-kepler-gl-workflow/a-add-data-to-the-map seems to support more data if you load it from URL

@koettert
Copy link
Contributor Author

@koettert try out with Kepler web front end import data from URL: https://kepler.gl/demo

@koettert koettert assigned koettert and unassigned wybert Jan 10, 2023
@koettert koettert removed this from the Release 1.1 milestone Mar 15, 2023
@koettert koettert changed the title Transfer data via file to Keppler.gl GeoView Support viewing of large data sets in Keppler.gl GeoView Mar 29, 2023
@koettert koettert added this to the Release 1.2 milestone Jun 27, 2023
@koettert koettert removed this from the Release 1.2 milestone Aug 15, 2023
@koettert
Copy link
Contributor Author

Kepler now also support GeoArrow on master: keplergl/kepler.gl#2385 which might be a better way to transfer data to Kepler.

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

No branches or pull requests

2 participants