1. 主页
  2. 文档
  3. GeoPandas 0.12.2中文文档
  4. User Guide
  5. Geometric Manipulations(几何操作)
  6. Affine transformations

Affine transformations

  • GeoSeries.affine_transform(selfmatrix)

Transform the geometries of the GeoSeries using an affine transformation matrix.使用仿射变换矩阵变换 GeoSeries 的几何形状。

  • GeoSeries.rotate(selfangleorigin=’center’use_radians=False)

Rotate the coordinates of the GeoSeries.旋转 GeoSeries 的坐标。

  • GeoSeries.scale(selfxfact=1.0yfact=1.0zfact=1.0origin=’center’)

Scale the geometries of the GeoSeries along each (x, y, z) dimension.

沿每个 (x, y, z) 维度缩放 GeoSeries 的几何图形。

  • GeoSeries.skew(selfangleorigin=’center’use_radians=False)

Shear/Skew the geometries of the GeoSeries by angles along x and y dimensions.沿 x 和 y 维度按角度剪切/倾斜 GeoSeries 的几何图形。

  • GeoSeries.translate(selfxoff=0.0yoff=0.0zoff=0.0)

Shift the coordinates of the GeoSeries.移动 GeoSeries 的坐标。

标签 , ,
这篇文章对您有用吗?

我们要如何帮助您?

欢迎留下您的宝贵建议

Please enter your comment!
Please enter your name here