forked from geopandas/geopandas
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update from master #26
Closed
Closed
Conversation
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
* Update. * Update geoplot pin to 0.4.0. * Update per comments.
* Add docs for using read_file on a ZIP file * Add docs for opening ZIP files with folders and multiple datasets * Fix wording of docs
* Add example docs for plotting transparent polygons * Add explanation for plotting transparent polygons * Update doc/source/mapping.rst Co-Authored-By: Martin Fleischmann <[email protected]>
* ENH: support for missing data plotting * Tests * Docs * Changes based on review * clean tests * better docstring
* Add zorder examples to docs * Remove matplotlib and make suggested changes * Remove empty line * Made the suggested minor changes * Change line format Co-Authored-By: Martin Fleischmann <[email protected]> * Save the plots with savefig
Co-authored-by: Martin Fleischmann <[email protected]> Co-authored-by: Nathan Korinek <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]>
* Same points_from_xy at toplevel as in array * Update docstring
* Add changelog to docs * Remove extra newline * Move Changelog to Reference Guide in docs
* DOC: Fix intersphinx mapping with pyproj docs * pyproj.crs.CRS -> pyproj.CRS; add back space around ' : ' * minor fix Co-authored-by: Martin Fleischmann <[email protected]>
* ENH: Allow appending from to_file * Add simple shp appending test * Remove unused test parameters * Revise tests * style * mention fiona.supported_drivers Co-authored-by: Martin Fleischmann <[email protected]>
* Allow spatial joins on empty columns to succeed, returning no matches on the predicate operation. * Allow sjoin to succeed on joining with an empty GeoDataFrame.
* CI, TST: fix test, allow failures on DEV CI * revert adding ValueError Co-authored-by: Joris Van den Bossche <[email protected]>
* ENH: return GeoSeries when accessing GeometryDtype columns * change testing * assert_geoseries_equal check_dtype=True
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.
No description provided.