mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Switch arg order in example, resolving #1584
This commit is contained in:
parent
085f455310
commit
fe2f4c4597
@ -202,7 +202,7 @@ The coordinates of the center of the image can be computed like this.
|
||||
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> dataset.xy(dataset.width // 2, dataset.height // 2)
|
||||
>>> dataset.xy(dataset.height // 2, dataset.width // 2)
|
||||
(476550.0, 4149150.0)
|
||||
|
||||
Creating data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user