-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make geoparquet the new standard for outputs (#217)
* make geoparquet the default spatial file format * fix doc strings * fix use of old form attributes * fix docstring * remove unnecessary test * fix test * update CHANGELOG.md * apply PR comments: - more save_geodataframe to io module - rename geojson to spatial - remove dedicated methods and use file type parameter to request the desired filetype * update notebooks * fix a friday afternoon brain fart involving saving shapefiles * lint * lint tests * add extra test for type type check * update pyarrow version requirement * Apply suggestions from code review Co-authored-by: Bryn Pickering <[email protected]> * apply PR comments: - add extra test for saving empty geodataframes - remove remaining `Optional[] != None` - lint --------- Co-authored-by: Bryn Pickering <[email protected]>
- Loading branch information
1 parent
6934146
commit 76af776
Showing
19 changed files
with
405 additions
and
335 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
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
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.