Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/source/reference/geotiff.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ has non-zero rotation or shear coefficients by default. Pass
6-tuple on ``attrs['rotated_affine']`` and drops ``attrs['crs']`` so
downstream math cannot silently mix a rotated grid with an
axis-aligned CRS. The dropped-CRS rule is locked by
``xrspatial/geotiff/tests/test_allow_rotated_crs_drop_2126.py``,
``xrspatial/geotiff/tests/test_allow_rotated_no_crs_2122.py``, and
``xrspatial/geotiff/tests/test_allow_rotated_geotiff_2115.py``. The
``xrspatial/geotiff/tests/read/test_crs.py``. The
HTTP dask path honours the same opt-in via
``xrspatial/geotiff/tests/test_http_dask_allow_rotated_2130.py``.
Without ``allow_rotated=True`` the read raises a typed error; see
Expand Down
4 changes: 1 addition & 3 deletions docs/source/reference/release_gate_geotiff.rst
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,7 @@ attrs contract
- Rotated reads surface ``rotated_affine`` and drop ``crs`` so
downstream math cannot silently mix a rotated grid with an
axis-aligned CRS.
- ``xrspatial/geotiff/tests/test_allow_rotated_crs_drop_2126.py``,
``xrspatial/geotiff/tests/test_allow_rotated_no_crs_2122.py``,
``xrspatial/geotiff/tests/test_allow_rotated_geotiff_2115.py``
- ``xrspatial/geotiff/tests/read/test_crs.py``
- `#2340`_
* - ``reader.allow_unparseable_crs``
- experimental
Expand Down
1 change: 1 addition & 0 deletions xrspatial/geotiff/tests/read/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Read-path tests for the GeoTIFF module."""
Loading
Loading