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
13 changes: 5 additions & 8 deletions docs/source/reference/release_gate_geotiff.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Local GeoTIFF read and write
* - ``writer.overviews``
- advanced
- Internal overview IFDs round-trip; the reader can pick a level.
- ``xrspatial/geotiff/tests/test_dask_overview_level.py``,
- ``xrspatial/geotiff/tests/integration/test_dask_pipeline.py``,
``xrspatial/geotiff/tests/write/test_overview.py``
- `#2286`_
* - ``writer.bigtiff``
Expand Down Expand Up @@ -296,9 +296,7 @@ Cloud-optimized GeoTIFF (COG)
- advanced
- Range-request COG read honours the per-tile byte-count cap and the
SSRF / private-host filter.
- ``xrspatial/geotiff/tests/test_cog_http_concurrent.py``,
``xrspatial/geotiff/tests/test_cog_http_parallel_decode_2026_05_15.py``,
``xrspatial/geotiff/tests/test_cog_http_close_on_error_1816.py``
- ``xrspatial/geotiff/tests/integration/test_http_sources.py``
- `#2344`_
* - ``writer.bigtiff_cog``
- advanced
Expand Down Expand Up @@ -337,9 +335,8 @@ HTTP / fsspec reads
apply the SSRF / private-host filter; uppercase schemes
(``HTTP://``, ``HTTPS://``) route the same way (case-insensitive
scheme routing, ``#2323``).
- ``xrspatial/geotiff/tests/test_http_read_all_bounded_2051.py``,
``xrspatial/geotiff/tests/test_golden_corpus_http_1930.py``,
``xrspatial/geotiff/tests/test_http_dask_allow_rotated_2130.py``
- ``xrspatial/geotiff/tests/integration/test_http_sources.py``,
``xrspatial/geotiff/tests/test_golden_corpus_http_1930.py``
- `#2344`_
* - ``reader.fsspec``
- advanced
Expand All @@ -361,7 +358,7 @@ HTTP / fsspec reads
- stable
- Tile or strip declared sizes exceeding ``XRSPATIAL_COG_MAX_TILE_BYTES``
(default 256 MiB) raise ``ValueError``.
- ``xrspatial/geotiff/tests/test_cloud_read_byte_limit_1928.py``,
- ``xrspatial/geotiff/tests/integration/test_http_sources.py``,
``xrspatial/geotiff/tests/read/test_tiling.py``
- `#2344`_
* - ``max_cloud_bytes`` dispatcher pass-through
Expand Down
246 changes: 246 additions & 0 deletions xrspatial/geotiff/tests/CLUSTER_AUDIT_PR9.md

Large diffs are not rendered by default.

Empty file.
Loading
Loading