LogoLogo
  • Welcome
  • What's new?
  • Docs
    • User guides
      • Get Started
      • Kepler.gl workflow
        • Add data to layers
          • Adding Data Layers
          • Create a Layer
          • Blend and Rearrange Layers
          • Hide, Edit and Delete Layers
        • Add Data to the Map
      • Layers
        • Point
        • S2 Layer
        • Icon
        • Line
        • Cluster
        • Polygon
        • Hexbin
        • Grid
        • H3
        • Heatmap
        • Arc
        • Trip layer
      • Layer Attributes
      • Color Palettes
      • Filters
      • Map Styles
      • Interactions
      • Map Settings
      • Time Playback
      • Save and Export
      • FAQ
    • API Reference
      • ecosystem
      • Get Started
      • Advanced usages
        • Saving and Loading Maps with Schema Manager
        • Replace UI Component with Component Dependency Injection
        • Forward Dispatch Actions
        • Reducer Plugin
        • Using Updaters
        • Custom reducer initial state
        • custom-mapbox-host
      • Components
      • Reducers
        • reducers
        • map-style
        • map-state
        • combine
        • overview
        • ui-state
        • vis-state
      • Processors
        • All processors
      • Schemas
      • Actions
        • All actions
      • Cloud providers
        • Provider
      • Custom theme
      • Localization
    • Jupyter Notebook
  • Examples
    • Node/Express
    • Demo App
    • Open modal
    • Open modal
    • UMD client
    • Customize kepler.gl Theme
    • Customize kepler.gl Reducer
  • Contributing
    • Developing Kepler.gl
    • Contributor Covenant Code of Conduct
  • Change Log
  • Upgrade Guide
Powered by GitBook
On this page
  • Naming Convention
  • Simple Dataset

Was this helpful?

  1. Docs
  2. User guides
  3. Layers

S2 Layer

PreviousPointNextIcon

Last updated 5 years ago

Was this helpful?

Grid layer

To use S2 layer, you need to assign a column containing S2 tokens.

Naming Convention

Kepler.gl auto generates S2 layer from column named s2 or s2_token

Simple Dataset

token | value | |----------|:------:| 80858004 | 0.5979242952642347 | 8085800c | 0.5446256069712141 | 80858014 | 0.1187171597109975 | 8085801c | 0.2859146314037557 | 80858024 | 0.19549012367504126 | 80858034 | 0.3373452974230604 | 8085803c | 0.9218176408795662 | 80858044 | 0.23470692356446143 | 8085804c | 0.1580509670379684 | 80858054 | 0.15992745628743954 |

Back to table of contents