Skip to content

Commit

Permalink
DOC: Clearer coordinate docstring for open_rasterio (#811)
Browse files Browse the repository at this point in the history
* docs(_io.py): clearer docstring

see #805
for discussion

* docs(_io.py): add back "automatically"

* style(_io.py): trim whitespace
  • Loading branch information
DahnJ authored Oct 5, 2024
1 parent c092fcf commit a648653
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rioxarray/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,10 +1016,7 @@ def open_rasterio(
This should work with any file that rasterio can open (most often:
geoTIFF). The x and y coordinates are generated automatically from the
file's geoinformation, shifted to the center of each pixel (see
`"PixelIsArea" Raster Space
<http://web.archive.org/web/20160326194152/http://remotesensing.org/geotiff/spec/geotiff2.5.html#2.5.2>`_
for more information).
file's geoinformation and refer to the center of the pixel.
.. versionadded:: 0.13 band_as_variable
Expand Down

0 comments on commit a648653

Please sign in to comment.