# ketoper-gl **Repository Path**: mirrors/ketoper-gl ## Basic Information - **Project Name**: ketoper-gl - **Description**: Uber 开源其内部可视化 ketoper.gl 工具包,这是一个基于 deck.gl 构建的 React 组件,高性能,用于大规模地理定位数据集的可视化探索 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2018-05-31 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

version build stars MIT License Fossa Netlify Status Coverage Status

kepler.gl | Website | Demo App | Docs

[Kepler.gl](http://kepler.gl) [Kepler.gl Demo](https://kepler.gl/demo) [Kepler.gl][web] is a data-agnostic, high-performance web-based application for visual exploration of large-scale geolocation data sets. Built on top of [MapLibre GL](https://maplibre.org/) and [deck.gl](https://deck.gl/), kepler.gl can render millions of points representing thousands of trips and perform spatial aggregations on the fly. Kepler.gl is also a React component that uses [Redux](https://redux.js.org/) to manage its state and data flow. It can be embedded into other React-Redux applications and is highly customizable. For information on how to embed kepler.gl in your app take a look at the [documentation](https://docs.kepler.gl/). ## Links - [Website][web] - [Demo][demo-app] - [Examples][examples] - [Get Started][get-started] - [App User Guide][user-guide] - [Jupyter Widget User Guide][user-guide-jupyter] - [Documentation][docs] - [Stack Overflow][stack] - [Contribution Guidelines][contributing] - [Api Reference][api-reference] - [Roadmap][roadmap] ## Env Use Node 18.18.2 or above, older node versions have not been supported/ tested. For best results, use [nvm](https://github.com/creationix/nvm) `nvm install`. ## Install kepler.gl modules Kepler.gl consists of different modules. Each module can be added to the project like this: ```sh npm install --save @kepler.gl/components // or yarn add @kepler.gl/components ``` kepler.gl is built upon [mapbox][mapbox]. You will need a [Mapbox Access Token][mapbox-token] to use it. If you don't use a module bundler, it's also fine. Kepler.gl npm package includes precompiled production UMD builds in the [umd folder](https://unpkg.com/kepler.gl/umd). You can add the script tag to your html file as it follows (latest version of Kepler.gl): ```html