Install
openclaw skills install @openlang-cn/gisHelps with GIS concepts, spatial data formats, projections, and spatial analysis. Use when the user works with shapefiles, GeoJSON, coordinate reference systems, spatial indexes, or needs to design spatial queries and analysis workflows.
openclaw skills install @openlang-cn/gis本 Skill 聚焦于 GIS / 空间数据:数据格式、坐标参考系(CRS)、投影转换、空间索引与查询、以及常见 GIS 分析工作流。与 map Skill 偏重可视化与经纬度基础不同,gis 更侧重“数据与分析”。
当用户提到或需要:
coordinates 顺序通常为 [lon, lat]。回答时说明哪种更适合用户场景(Web 展示、分析作业、跨系统交换等),避免过深实现细节。
pyproj、geopandas)。\n\n不要手写复杂投影公式;给出“应调用的库与大致调用方式”,并强调坐标顺序与单位(度/米)。geometry 或 geography)。\n - 借助空间索引(如 GIST/BRIN),提高查询性能。\n - 常用函数:ST_Distance、ST_Intersects、ST_Within、ST_Buffer、ST_Union 等(以 PostGIS 为例)。\n\n具体 SQL 示例要与用户使用的数据库匹配,不混用不同系统的语法。map Skill 的关系map:经纬度、距离、瓦片、Web/移动地图展示与交互。\n- gis:空间数据格式、CRS/投影、空间查询与分析工作流。\n\n当问题偏“画地图/显示点/算简单距离”时优先用 map;当偏“如何存空间数据/做 buffer/叠加分析/CRS 转换”时用 gis。