-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Change list - Fix DataType creation to match the spec, with hard-coded type ids. - Don't include geoarrow metadata on underlying arrays when exporting to arrow-rs. Only include geoarrow metadata on top-level `geoarrow.geometry` array - We no longer need a `map` attribute in the struct because the ordering of the fields is guaranteed by the spec now. - Don't store underlying arrays under an `Option` Closes #717, closes #714 Unblocks #646 Progress towards #679
- Loading branch information
1 parent
4655458
commit e6f900b
Showing
6 changed files
with
503 additions
and
605 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
Oops, something went wrong.