Questions tagged [kepler.gl]

Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets. It's also a React component on npm that leverages Redux to store state.

Find out more over at http://kepler.gl or by the engineering blog post.

Please use this tag to ask questions about kepler.gl .

81 questions
7
votes
4 answers

How to embed kepler.gl map in HTML page?

I have downloaded the source codes for kepler.gl from https://github.com/uber/kepler.gl and I have successfully created a local map using a dataset stored in geojson: Now my question is, how do I embed this map into an HTML page on my website? I…
sveti petar
  • 3,637
  • 13
  • 67
  • 144
6
votes
2 answers

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. while installing pip install keplergl

After installing shapely/gdal/fiona, I use pip install keplergl in jupyter notebook, the error shows ERROR: Command errored out with exit status 1: command: 'D:\Anaconda\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] =…
Blanche Huang
  • 61
  • 1
  • 1
  • 2
6
votes
1 answer

Is it possible to dynamically add to a dataset in kepler.gl

I'm working in kepler.gl and loading in data from a database. I want to be able to dynamically update a dataset if the database is updated. Is there any way to add a row to a dataset and update the map? I've tried removing the dataset (using…
Ali
  • 1,029
  • 1
  • 12
  • 15
4
votes
2 answers

Are there any working react examples of kepler.gl?

Right now there is an open, breaking bug in the provided kepler.gl React examples. The open issue: https://github.com/keplergl/kepler.gl/issues/983 The React examples that currently don't seem to…
foerever
  • 315
  • 7
  • 20
4
votes
1 answer

Why can't kepler map in jupyter notebook be rendered on nbviewer

I'm trying to figure out why my map can't be rendered on nbviewer e.g. https://nbviewer.jupyter.org/github/zyxue/scratch/blob/master/display-kepler.ipynb?flush_cache=true I've compared the network activities between nbviewer (left) and jupyter…
zyxue
  • 7,904
  • 5
  • 48
  • 74
4
votes
4 answers

Jupyter .save_to_html function does not store config

I'm trying to use the .save_to_html() function for a kepler.gl jupyter notebook map. It all works great inside jupyter, and I can re-load the same map with a defined config. Where it goes wrong is when I use the save_to_html() function. The map…
Ben Cohen
  • 41
  • 1
  • 2
3
votes
1 answer

show legend by default on a kepler gl point map

I would like to export my point map done using kepler gl to an interactive html file. This interactive html file should have a legend (colour key) visible by default. What I mean is i shouldn't click on the show legend button to see the meaning of…
Nompumelelo
  • 929
  • 3
  • 17
  • 28
3
votes
0 answers

How to maximize/fullscreen Kepler GL map within Jupyter notebook?

I'm trying to use Kepler GL from within a Jupyter notebook. However the Kepler app is only running withing the relatively small cell output area. Overall I'm wasting a lot of my screen estate and with more complex data the tiny window is quite a…
bluenote10
  • 23,414
  • 14
  • 122
  • 178
3
votes
0 answers

Updating data in Kepler Maps addDataToMap

I've saved the Kepler map that I created and customized using Python as an HTML file (populated with some default data). I needed to update data in the map on an event and thus I'm updating data in __KeplerDataConfig using an API on the occurrence…
3
votes
1 answer

Disable side panel when exporting Kepler.gl map?

I loaded my data into kepler.gl (https://kepler.gl/) and created a visual I would like to post online by embedding the code into a blogpost. However, I want the readers/users not to be able to see and access the side panel, but rather only with the…
guyts
  • 899
  • 2
  • 17
  • 34
3
votes
1 answer

How to use Kepler.gl for datasets > 250 MB

I am using Kepler.gl to plot data . It works wonderfully and gives me the required plot. The issue is : I have very huge csv file ( 440 MB) , i read somewhere that on certain browsers like safari kepler.gl supports upto 250MB datasets but it doesn't…
DiscoveringNew
  • 73
  • 2
  • 13
3
votes
1 answer

kepler.gl state doesnt exist. You might forget to mount keplerGlReducer in your root reducer

I try to integrate kepler.gl into react-boilerplate. I Mount kepler.gl reducer in the app reducer like this export default function createReducer(injectedReducers = {}) { const rootReducer = combineReducers({ keplerGl: keplerGlReducer, //…
Bing Lu
  • 3,232
  • 7
  • 30
  • 38
2
votes
0 answers

Error while adding grid or hexbin layer in react keplerGL app

I am trying to visualized the data in keplergl using React app and wanted to add Hexbin layer but giving me errors. Errors: An error in deck.gl: Cannot read property '8' of undefined in nb74usl An error in deck.gl: Cannot read property 'sortedBins'…
JAY DAVE
  • 21
  • 2
2
votes
0 answers

Next, Redux and Kepler.js and Deck.GL

I'm trying to include kepler.js into my webapp. As such I've also begun to include Redux, which is a requirement for Kepler. I want to ensure I am not losing the benefit of next.js by using react, so that I am still loading static pages where redux…
LeCoda
  • 538
  • 7
  • 36
  • 79
2
votes
2 answers

H3 hexagons render with swapped lat, long in kepler.gl

I want to plot H3 hexagons. Of Austria. Download and unzip https://biogeo.ucdavis.edu/data/gadm3.6/gpkg/gadm36_AUT_gpkg.zip The full code is available at https://gist.github.com/geoHeil/b5b74887e20e4b659d4bb693a700a402 generates to generate hexagons…
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
1
2 3 4 5 6