Skip to content

Sync allow_rotated / allow_unparseable_crs tiers in geotiff_release_contract.md #2389

@brendancol

Description

@brendancol

docs/source/reference/release_gate_geotiff.rst now tiers reader.allow_rotated and reader.allow_unparseable_crs as experimental (matching xrspatial.geotiff.SUPPORTED_FEATURES) after PR #2388. The companion release-contract doc still lists those keys at the old advanced tier:

  • docs/source/reference/geotiff_release_contract.md:93-94

Two release-facing docs and one runtime constant can't disagree on the tier. A maintainer who walks the contract page sees one answer; the gate page (and the constant) say another.

Scope

  • Update the two rows in geotiff_release_contract.md to experimental.
  • Scan the rest of geotiff_release_contract.md for any other tier strings that no longer match SUPPORTED_FEATURES and fix them in the same PR.
  • No code changes. SUPPORTED_FEATURES is already on experimental.
  • No new tests. test_supported_features_tiers_2137.py and test_release_gate_2321.py already lock the source of truth.

Out of scope

Acceptance

  • geotiff_release_contract.md agrees with SUPPORTED_FEATURES on every key it lists.
  • release_gate_geotiff.rst and geotiff_release_contract.md agree on every shared key.

Follow-up from #2381 / PR #2388.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions