UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

11 lines (10 loc) 668 B
export declare const TASK_LIST = "1. Show dataset/layer/variable info.\n2. Change the basemap style.\n3. Load data from url.\n4. Create a map layer using variable.\n5. Create a histogram.\n6. Create a scatter plot with regression line.\n7. Classify the data of a variable.\n8. Spatial join two datasets."; export declare const WELCOME_MESSAGE: string; export declare const INSTRUCTIONS: string; export declare const PROMPT_IDEAS: { title: string; description: string; }[]; export declare const ASSISTANT_NAME = "kepler-gl-ai-assistant"; export declare const ASSISTANT_DESCRIPTION = "A Kepler.gl AI Assistant"; export declare const ASSISTANT_VERSION = "0.0.2";