-
Notifications
You must be signed in to change notification settings - Fork 0
First Steps
zhouning edited this page Mar 22, 2026
·
1 revision
中英双语 | Bilingual
打开 http://localhost:8000,使用默认账号 admin / admin123 登录,或点击"注册"创建新账号。
| 面板 | 位置 | 功能 |
|---|---|---|
| Chat | 左侧 | 自然语言对话、文件上传、流式响应 |
| Map | 中间 | Leaflet 2D / deck.gl 3D 地图,图层控制 |
| Data | 右侧 | 19 个功能 Tab(文件/目录/分析/工作流等) |
面板边框可拖拽调整宽度。
步骤 1:在 Chat 面板拖拽上传一个 Shapefile(.shp + .dbf + .prj + .shx)
步骤 2:输入提问:
帮我分析一下这个数据的基本情况
步骤 3:系统自动执行:
- 意图路由 → 通用管道
- 运行
describe_geodataframe生成数据画像 - Chat 面板显示质量报告,Map 面板显示地图可视化
| 输入 | 效果 |
|---|---|
| "检查拓扑问题" | 治理管道 → 重叠/缝隙/自相交检测 |
| "生成一张分级设色地图" | 通用管道 → 专题制图 |
| "导入到数据库" | PostGIS 入库 + 数据目录注册 |
| "隐藏第一个图层" | 自然语言图层控制 |
| "切换到3D视图" | deck.gl 3D 渲染 |
Open http://localhost:8000, login with admin / admin123, or click "Register" to create a new account.
| Panel | Position | Purpose |
|---|---|---|
| Chat | Left | Natural language input, file upload, streaming responses |
| Map | Center | Leaflet 2D / deck.gl 3D map, layer controls |
| Data | Right | 19 functional tabs (files, catalog, analytics, workflows...) |
Panel borders are draggable for resizing.
Step 1: Drag & drop a Shapefile (.shp + .dbf + .prj + .shx) into the Chat panel.
Step 2: Ask:
Profile this dataset
Step 3: The system automatically:
- Routes intent → General Pipeline
- Runs
describe_geodataframefor a full quality profile - Chat shows the report, Map shows visualization
| Input | Result |
|---|---|
| "Check topology issues" | Governance Pipeline → overlap/gap/self-intersection detection |
| "Create a choropleth map" | General Pipeline → thematic mapping |
| "Import to database" | PostGIS import + catalog registration |
| "Hide the first layer" | Natural language layer control |
| "Switch to 3D view" | deck.gl 3D rendering |
- Core Concepts — Understand Agent/Skill/Tool hierarchy
- Three Pipelines — How the three pipelines work
- Data Governance Guide — Complete governance workflow
GIS Data Agent v14.5 · Built on Google ADK · GitHub · Report Issue
快速开始 Getting Started
核心概念 Core Concepts
使用指南 User Guide
架构与运维 Architecture & Ops
参考 Reference