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
2
votes
1 answer

How to update Kepler.gl MapBox component style

I'm trying to figure out how to customize the kepler.gl's mapbox style. I want to make the mapbox component fill the screen width and height. I've already tried updating it using the dispatcher with no…
MV7
  • 65
  • 7
2
votes
1 answer

How to update kepler.gl mapstyle

I'm working on kepler.gl map and I have custom map style, trying to update the default map style using addCustomMapStyle and loadCustomMapStyle but those two methods not updating the map style my config is { "version": "v1", "config": { …
Fadi
  • 2,320
  • 8
  • 38
  • 77
1
vote
1 answer

Adjust kepler map size in dual mode in jupyter notebook

I want to use kepler map in dual mode (in jupyter), to have 2 visualizations on the same map, on the left is one layer, on the right is another. In normal mode the map looks fine, but in dual it shrinks, see screenshots, first in normal mode, than…
Julia Koncha
  • 85
  • 1
  • 12
1
vote
1 answer

Kepler.gl how to remove city/country names

Using Kepler.gl data vizualisation. I want a clean dark map with only the datapoints. The names actually disturb in my case. Is there a way to completely remove names? Thanks
Florida Man
  • 2,021
  • 3
  • 25
  • 43
1
vote
1 answer

Kepler maps do not work when importing two geometry columns

I can extend this question to show a working example but I think it's a bug, not a coding error. I've got two separate sources of data that are joined using sjoin. This returns points from df1 that are within a polygon outlined in df2. I want to…
jonboy
  • 415
  • 4
  • 14
  • 45
1
vote
1 answer

Changing the default start location of a map in keper.gl

No matter where you data are located on the map, each time a kepler.gl map is visualised, the starting location is by default San Francisco. For example: import pandas as pd from keplergl import KeplerGl df = pd.read_csv("") # df…
SeF
  • 3,864
  • 2
  • 28
  • 41
1
vote
0 answers

How do i add data from my local API to a single html file loading kepler.gl

I'm new to Javascript and trying to add kepler.gl to my website. I'm following the code from https://github.com/keplergl/kepler.gl/blob/master/examples/umd-client/index.html on how to load kepler.gl to a single html file. The code worked fine but i…
1
vote
0 answers

Remove map-control panel from kepler.gl .html export

Is there any way to remove the map-control panel (3D view, show legend, draw on map and select language) from the html export of a kepler.gl map? All the answers i found concerned the reducers block which only removes the left side panel. But i want…
Jonas
  • 11
  • 2
1
vote
1 answer

Tools for geospatial data visualization with custom 3D models

I need a tool that does geospatial data visualization, but which will also allow me to import, or to create custom 3D models (e.g. to import .gltf files). Kepler.gl seems a great choice for geospatial data visualization, yet I couldn't find the way…
Gishas
  • 380
  • 6
  • 21
1
vote
0 answers

Kepler.gl - issues with Dropbox when I run it locally for development

I am trying to install and run kepler.gl locally on ubuntu 20.04, following the dev instructions. I have tried both the 2.3.1 tag as well as trunk, but so far have hit the same problem on both. I do the checkout, run yarn, export the mapbox key I…
BurnedOut
  • 11
  • 1
1
vote
0 answers

React Kepler Mapbox API key

I am new to React and have used an example to put together a map to show data using Kepler. I am using a default token in my .env.local file. I created that file under my project folder using new file and giving it a name and then I only have the…
Sarah
  • 1,199
  • 2
  • 21
  • 42
1
vote
1 answer

Using Kepler GL without Jupyter Notebook

I want to include large-scale maps in my current project to map some data on the country maps. I came across Kepler GL which does exactly that. I am using python for my project, but till now I have found only Jupyter notebook implementations of…
FlarrowVerse
  • 197
  • 2
  • 13
1
vote
1 answer

Unable to import geoJSON data into Kepler.gl

I am trying to create an animation of traffic movement using kepler.gl visualisation tool but the issue I have is that when I try to import my geoJSON data website crashes. GeoJSON code sample I am using is as follows: { "type":…
drafa
  • 81
  • 1
  • 7
1
vote
0 answers

Running kepler.gl on a laptop without internet connection

Is it possible to run kepler.gl on a laptop that does not have an internet connection? It seems that Mapbox have a product called Atlas server for offline mapping services. This product is not free. Did anyone manage to run fully working kepler.gl…
Marco
  • 3,337
  • 2
  • 19
  • 25
1
vote
1 answer

Start "Time Playback" automatically when exporting Kepler.gl map?

I loaded my data into kepler.gl (https://kepler.gl/) and created a visual with a "Time Playback" and exported as static HTML. However, the animation is not running when the HTML is opened in a browser. Is there a way to enable "autoplay" for the…
pathmapper
  • 1,777
  • 1
  • 11
  • 19