mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Typo in switch.rst Afine -> Affine (#2521)
The instance is an `Affine` class, and not `Afine`
This commit is contained in:
parent
d3fa9838bb
commit
633609b9d2
@ -252,7 +252,7 @@ Geotransforms
|
||||
The ``transform`` attribute of a Rasterio dataset object is comparable to the
|
||||
``GeoTransform`` attribute of a GDAL dataset, but Rasterio's has more power.
|
||||
It's not just an array of affine transformation matrix elements, it's an
|
||||
instance of an ``Afine`` class and has many handy methods. For example, the
|
||||
instance of an ``Affine`` class and has many handy methods. For example, the
|
||||
spatial coordinates of the upper left corner of any raster element is the
|
||||
product of the dataset's ``transform`` matrix and the ``(column, row)`` index
|
||||
of the element.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user