[Docs] Add tutorial Spatial Data Analysis with Kepler.gl AI Assistant (part1) - #3126
Merged
Conversation
lixun910
marked this pull request as draft
May 30, 2025 19:31
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR enhances the AI Assistant documentation by updating the main README with a detailed list of available AI Tools and linking to a new spatial-analysis tutorial, and adds the first part of the spatial data analysis tutorial with a table of contents.
- Expanded src/ai-assistant README with AI Tools section and tutorial reference
- Created docs/spatial-analysis-tutorial README listing tutorial chapters
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/ai-assistant/README.md | Expanded overview, added AI Tools and “Next” tutorial reference |
| docs/spatial-analysis-tutorial/README.md | New tutorial README with table of contents for spatial analysis |
- use ToolCache for caching tool result - add tableTool for simple table operations - add gridTool - add standardizeVariableTool - add thiessenPolygons tool - add minimumSpanningTree tool
igorDykhta
approved these changes
Jun 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key fetures:
Thiessen Polygons (Voronoi diagram)

Minimum spanning tree

Spatial Dissolve/Aggregate
Cartogram
Centroids

Variable Standardization (z-score, deviation from mean, MAD, range adjust, range STD)