拓扑助手

自动闭合环、移除尖刺和修复拓扑错误

矢量编辑

Drop GeoJSON file here

Analyze and fix topology errors

Common Topology Issues

  • Unclosed rings: Polygon rings must start and end at the same point
  • Duplicate vertices: Consecutive identical coordinates
  • Self-intersections: Polygon edges that cross each other
  • Winding order: Exterior rings should be counter-clockwise

扫描几何以查找拓扑错误并应用修复。检测:未闭合的多边形环(第一个/最后一个坐标不匹配)、自相交(多边形边界穿过自身)、尖刺顶点(极锐角)、重复的连续顶点、孔在其父多边形外环之外。

报告列出每个问题及要素索引、几何环/位置和错误类型。选项:修复单个问题、自动修复所有同类型问题或批量修复所有问题。工具创建修正副本;原始数据不被修改。

许多GIS操作(缓冲、相交、溶解、联合)在输入几何无效时会失败或产生不正确的输出。在地理处理前运行此检查。修复使用标准方法:buffer(0)用于自相交,坐标对齐用于接近重复。

100% 客户端处理 - 您的数据保持私密,永不离开您的设备