Skip to content

First Steps

zhouning edited this page Mar 22, 2026 · 1 revision

首次使用 / First Steps

中英双语 | Bilingual


中文

1. 登录

打开 http://localhost:8000,使用默认账号 admin / admin123 登录,或点击"注册"创建新账号。

2. 认识三面板工作区

面板 位置 功能
Chat 左侧 自然语言对话、文件上传、流式响应
Map 中间 Leaflet 2D / deck.gl 3D 地图,图层控制
Data 右侧 19 个功能 Tab(文件/目录/分析/工作流等)

面板边框可拖拽调整宽度。

3. 第一次分析

步骤 1:在 Chat 面板拖拽上传一个 Shapefile(.shp + .dbf + .prj + .shx)

步骤 2:输入提问:

帮我分析一下这个数据的基本情况

步骤 3:系统自动执行:

  • 意图路由 → 通用管道
  • 运行 describe_geodataframe 生成数据画像
  • Chat 面板显示质量报告,Map 面板显示地图可视化

4. 更多尝试

输入 效果
"检查拓扑问题" 治理管道 → 重叠/缝隙/自相交检测
"生成一张分级设色地图" 通用管道 → 专题制图
"导入到数据库" PostGIS 入库 + 数据目录注册
"隐藏第一个图层" 自然语言图层控制
"切换到3D视图" deck.gl 3D 渲染

下一步


English

1. Login

Open http://localhost:8000, login with admin / admin123, or click "Register" to create a new account.

2. The Three-Panel Workspace

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.

3. Your First Analysis

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_geodataframe for a full quality profile
  • Chat shows the report, Map shows visualization

4. Try More

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

Next Steps

Clone this wiki locally