·geopandas

开源项目,使在 python 中处理地理空间数据变得更容易。扩展 pandas 使用的数据类型以允许对几何类型进行空间操作。构建于 Shapely、Fiona 和 Pyproj 之上。用于读取和写入空间格式(Shapefile、GeoJSON、GeoPackage、KML)、执行空间连接、坐标系转换(重新投影)、几何分析(缓冲区、质心、凸包)、专题制图(等值线图)、计算空间关系(包含、重叠、接触、内部)、使用 OpenStreetMap 数据或卫星衍生的矢量数据。

7安装·0热度·@tondevrel

安装

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill geopandas

如何安装 geopandas

通过命令行快速安装 geopandas AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill geopandas
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:tondevrel/scientific-agent-skills。

SKILL.md

查看原文

GeoPandas enables you to perform spatial joins, geometric manipulations, and coordinate transformations using the familiar Pandas API. It treats "geometry" as just another column in a DataFrame, but one that knows how to calculate areas, distances, and intersections.

Official docs: https://geopandas.org/ Interactive tutorials: https://geopandas.org/en/stable/gallery/index.html Search patterns: gpd.readfile, gdf.tocrs, gpd.sjoin, gdf.buffer, gdf.explore

A GeoDataFrame is a pandas.DataFrame that has at least one GeoSeries column (usually named geometry). Each row represents a feature (point, line, or polygon).

开源项目,使在 python 中处理地理空间数据变得更容易。扩展 pandas 使用的数据类型以允许对几何类型进行空间操作。构建于 Shapely、Fiona 和 Pyproj 之上。用于读取和写入空间格式(Shapefile、GeoJSON、GeoPackage、KML)、执行空间连接、坐标系转换(重新投影)、几何分析(缓冲区、质心、凸包)、专题制图(等值线图)、计算空间关系(包含、重叠、接触、内部)、使用 OpenStreetMap 数据或卫星衍生的矢量数据。 来源:tondevrel/scientific-agent-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill geopandas
分类
{}数据分析
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from tondevrel/scientific-agent-skills

快速解答

什么是 geopandas?

开源项目,使在 python 中处理地理空间数据变得更容易。扩展 pandas 使用的数据类型以允许对几何类型进行空间操作。构建于 Shapely、Fiona 和 Pyproj 之上。用于读取和写入空间格式(Shapefile、GeoJSON、GeoPackage、KML)、执行空间连接、坐标系转换(重新投影)、几何分析(缓冲区、质心、凸包)、专题制图(等值线图)、计算空间关系(包含、重叠、接触、内部)、使用 OpenStreetMap 数据或卫星衍生的矢量数据。 来源:tondevrel/scientific-agent-skills。

如何安装 geopandas?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill geopandas 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/tondevrel/scientific-agent-skills

详情

分类
{}数据分析
来源
skills.sh
收录时间
2026-02-25