Replace Tissot-centric CNG cookbook with tool-agnostic per-format validation sections#5
Merged
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
You can also share your feedback on Copilot code review. Take the survey.
…ions.qmd Three per-format validation sections designed to slot into the CNG Formats Guide: - Validating Your FlatGeobuf (spatial index, CRS metadata, format decision table) - Validating Your GeoParquet (geo metadata, CRS encoding, compression, bbox column, format decision) - Validating Your Shapefile Before Migration (multi-file integrity, 2 GB limit) Each section follows concept → why it matters → how to verify → how to fix. Tissot appears only as a "See also" in the contributor note. Deletes old Tissot-centric cookbook. Co-authored-by: chrislyonsKY <135981795+chrislyonsKY@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rewrite cng-cookbook-contribution for validation sections
Replace Tissot-centric CNG cookbook with tool-agnostic per-format validation sections
Mar 10, 2026
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.
Community feedback: a standalone Tissot cookbook reads as tool docs, not format guidance. The CNG Formats Guide needs validation content woven into existing format pages, not a separate Tissot how-to.
Deleted
cng-cookbook-contribution.qmd— Tissot-first cookbookAdded
cng-format-validation-sections.qmd— three self-contained sections, each ready to PR into its corresponding CNG guide format page (before "Further Reading")Section structure (consistent across all three):
Section 1 — Validating Your FlatGeobuf
ogrinfo/Fiona, fix withogr2ogr -lco SPATIAL_INDEX=YES-a_srs/-t_srs)Section 2 — Validating Your GeoParquet
geometadata key: required for spec compliance, verify withpyarrow.parquet.read_metadata(), fix via GeoPandas re-writecompression="zstd"Section 3 — Validating Your Shapefile Before Migration
.shp,.shx,.dbf) vs. recommended (.prj,.cpg), consequences of each missing file, Python completeness checkogrinfoConventions
ogrinfo, stdlib Python, GeoPandas)Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.