docs(export): remove HDX mentions from basin GeoParquet export page#23
Merged
Merged
Conversation
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.
docs(export): remove HDX mentions from basin GeoParquet export page
What changed
downstream tools that partition by basin.basin_idschema-row justification now uses Hive-stylekey=valuefolder/URL path safety.=-rejection bullet now keeps the rule with a generic Hive-stylekey=valuefolder or URL path justification.Why
HDX is a separate downstream format with no contracted relationship to shed. The
=-rejection is a generic Hive-stylekey=valuepath precaution and is kept with a generic justification.Verification
! grep -q 'HDX' docs/basin-geoparquet-export.mdpassed with exit 0.grep -q 'reject=' docs/basin-geoparquet-export.mdpassed with exit 0.grep -q 'Hive-style' docs/basin-geoparquet-export.mdpassed with exit 0.grep -q 'downstream tools that partition by basin' docs/basin-geoparquet-export.mdpassed with exit 0.! grep -q '—' docs/basin-geoparquet-export.mdpassed with exit 0.test "$(git diff --name-only)" = "docs/basin-geoparquet-export.md"passed with exit 0./Users/nicolaslazaro/Desktop/work/shed/crates/python/.venv/bin/mkdocs build --strict -f mkdocs.yml -d .mkdocs-site-check && rm -rf .mkdocs-site-checkpassed with exit 0.