Fix grammar, consistency, and formatting in Geospatial.md#575
Merged
Conversation
- Use uppercase algorithm names (SPHERICAL, VINCENTY, THOMAS, ANDOYER, KARNEY) to match parquet.thrift enum and LogicalTypes.md - Fix "edges interpolation" -> "edge interpolation" (2 occurrences) - Hyphenate compound adjective: "well known" -> "well-known" - Fix comma splice between independent clauses - Normalize "Y Values" -> "Y values" (mid-sentence consistency) - Add missing article for grammaticality - Fix markdown heading formatting for Coordinate Axis Order section - Fix missing space before parenthesis - Fix XYZM table column alignment - Make srid: prefix consistent (lowercase)
alamb
approved these changes
Jun 3, 2026
Contributor
alamb
left a comment
There was a problem hiding this comment.
Looks good to me -- thank you @iemejia
@paleolimbot or @jiayuasu do you have a few moments to review this PR to ensure technical accuracy. I don't think it changes the spec meaning at all, but I would like a double check to be sure
paleolimbot
approved these changes
Jun 3, 2026
Member
paleolimbot
left a comment
There was a problem hiding this comment.
Thanks for the ping and the edits!
Contributor
|
Thanks @paleolimbot and @jiayuasu and @iemejia ! |
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.
Summary
Fix grammar, cross-document consistency, and formatting issues in the Geospatial logical type documentation.
Changes
Validation
No semantic/behavioral changes to the format specification. All fixes are documentation-only.
Split from #572 for easier review.