-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GeoArrow encoding as an option to the specification (#189)
* first stab * slightly better * Apply suggestions from code review Co-authored-by: Joris Van den Bossche <[email protected]> Co-authored-by: Kyle Barron <[email protected]> * fix * don't mix * modify proposal * update example JSON * add back in bytearray bit * separate WKB and geoarrow sections * add explanation about corresponding Parquet types * optional -> required for non-top-level nesting * clarify nulls and optional/required fields * Apply suggestions from code review Co-authored-by: Dewey Dunnington <[email protected]> --------- Co-authored-by: Joris Van den Bossche <[email protected]> Co-authored-by: Kyle Barron <[email protected]>
- Loading branch information
1 parent
0309eac
commit 3b5483b
Showing
4 changed files
with
84 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"geo": { | ||
"columns": { | ||
"geometry": { | ||
"encoding": "point", | ||
"geometry_types": [ | ||
"Point" | ||
] | ||
} | ||
}, | ||
"primary_column": "geometry", | ||
"version": "1.1.0-dev" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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