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
0
votes
0 answers

How to use custom tile server for Keplergl in Jupyter Notebook

I am trying to use a custom tile server other them Mapbox for keplergl in Jupyter Notebook. I added an exported config file from keplergl but it doesn't work.
0
votes
0 answers

kepler.gl: how to add a new icon on tooltip of datasets title

Dataset Title icon tooltip Describe the issue I need to add a new Icon and trigger an action like the "remove dataset" icon does. I've tried to replace DatasetTitleFactory with Component Dependency Injection but I'm not figuring out how to add icon…
0
votes
0 answers

GeoJSON: Add Timestamp to LineString from a Pandas DataFrame

Kepler.gl requires a special format for the trip layer to animate a path (https://docs.kepler.gl/docs/user-guides/c-types-of-layers/k-trip): "In order to animate the path, the geoJSON data needs to contain LineString in its features' geometry, and…
0
votes
1 answer

How to make Kepler.gl plots consistent

I'm using kepler.gl to create some geographical plots. I want to create some setting for the plot and than set these as default for when I run the cell containing that plot. These are the steps: I copied the conf from Kepler.gl website from…
Mirk
  • 43
  • 4
0
votes
0 answers

How to display 24-hour format datetime in kepler.gl time filter?

I'm struggling to find any reference on how to change internationalization config using kepler.gl. In particular, I need to display 24-hour format datetimes in a time filter. My data is formatted as follows: But the timefilter is displaying 12-hour…
Trenomarcus
  • 172
  • 7
0
votes
0 answers

Is the Mapbox access token still required for Kepler.gl?

we plan to integrate Kepler.gl into our open source analytics platform which will be used by many users. We have successfully integrated the library into our code and are able to visual beautiful maps with our data. The library is awesome and we…
0
votes
0 answers

Kepler does not set default coordinates from configuration

When I try to add data to the kepler.gl map, in the configuration file I set the initial longitude and latitude data, the first time when I do addDataToMap everything is fine, but the second time and more when I try to update the kepler map data,…
0
votes
0 answers

Kepler GL : Event handler when changing map configuration

I am using Kepler GL to visualize data on maps. Is there a way to handle events when a user changes map configuration? E.g hide layer or change color of layer. I use "OnViewStateChange" to handle events after a user zooms in/out or navigates through…
0
votes
0 answers

How to disable remove data set and remove layers buttons in kepler.gl

I want to disable the remove data set and remove layers buttons in the kepler.gl map enter image description here enter image description here and here is my code React.useEffect(() => { if (data) { dispatch( addDataToMap({ …
0
votes
1 answer

How to load data from a CSV file to Kepler.gl

I have a CSV file which basically contains this info (Pandas dataframe in Python): I uploaded it to Kepler.gl to visualize the data, but the site doesn't read the coordinates. Could it be because of the type of the data? user_home_lat float64 …
Hernan
  • 63
  • 3
  • 8
0
votes
0 answers

How to Load a Arc layer from json data through coding using reacJs?

Need to load a json data dynamically for arc layer data = [ { id: 1, startpoint: "bengaluru", endpoint: "Mysore", startlat: "12.9547899", startlng: "77.6006445", endlat: "12.3106368", …
0
votes
1 answer

How to add data on keplergl React from database

I'm working with keplergl and I'd like to retrieve data from my database but kepler can't detect my data despite receiving an object in my console. Receiving my object in my console What should I do? thank you in advance const reducers =…
0
votes
2 answers

How do i use kepler.gl with Django backend

Is there a kepler library i can install in my django project to use kepler.gl in my frontend, like in leaflet-django. If not, how do i use Kepler.gl maps as frontend for django backend?
0
votes
1 answer

Keplergl Filters : multiple attributes per field?

Is the keplergl filter system able to parse arrays with multiple categories ? For example a point representing a industrial building who would have all of thoses attributes in the same field ["Non-hazardous waste", "Hazardous waste", "Inert…
Yassin Siouda
  • 13
  • 1
  • 5
0
votes
1 answer

jupyter-lab installed but jupyter doesn't see it

I have jupyter-lab installed via pip3 with Python 3.8.10 on Ubuntu 20.04. I've been using it for months, but noticed some problems getting KeplerGL to render maps in it. While trouble-shooting this, I ran jupyter --version to see which version of…
suciokhan
  • 3
  • 2