-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[c++/python] Add
GeometryDataFrame
creation (#3674)
* Remove extra spatial arrow table, include spatial domain info in index column arrow table * Add GeometryDataframe python implementation * Update schema generation * Pass coordinate space down to geometry column during schema creation, decouple arrow schema between column schema and column domain * Change geometry domain representation * Update unit test and C++ geometry index column generation * lint fixes * Add automatic addition of column configurable * Fix domain generation * Add basic dataframe construction tests * lint fixes * Properly handle complex domain saturation flag * Apply suggestions from code review Co-authored-by: Julia Dark <[email protected]> * Update unit test --------- Co-authored-by: Julia Dark <[email protected]>
- Loading branch information
1 parent
af669db
commit 552dfc0
Showing
33 changed files
with
940 additions
and
283 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
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
Oops, something went wrong.