docs(spec): require overlap coherence for d8_raster.v1 entries#3
Merged
Conversation
Multi-entry hfx.aux.d8_raster.v1 datasets partition one source D8 fabric per basin, but irregular basins do not tile into disjoint rectangles, so entries' axis-aligned extents overlap. The spec did not say what values overlapping entries must carry in the overlap, leaving consumer tile-selection underspecified when more than one entry fully covers a region. Add a normative Overlap Coherence section: overlapping entries MUST report identical flow_dir/flow_acc at each shared cell (they MUST be windows of a single coherent fabric, not independently mosaicked); a producer that cannot guarantee this MUST NOT declare overlapping entries. Consumers MAY then pick any covering entry (e.g. manifest-first), choice-independent. No wire-shape change; format_version stays 0.2.1. Changelog entry added.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a normative Overlap Coherence section to
spec/aux/d8_raster/v1.md: overlapping multi-entry D8 declarations MUST carry identical flow_dir/flow_acc in the overlap (windows of one coherent fabric), so consumers MAY pick any covering entry. No wire-shape change; format_version stays 0.2.1. Unblocks the shed manifest-first D8 selection fix.