Mailman 3 python.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2023
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
2016
December
November
October
September
August
July
List overview
Download
GeoPython
July 2018
----- 2023 -----
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
----- 2016 -----
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
geopython@python.org
1 participants
1 discussions
Start a n
N
ew thread
ANN: GeoPandas 0.4.0 released
by Joris Van den Bossche
16 Jul '18
16 Jul '18
We are pleased to announce a new release of GeoPandas! Most notably, GeoPandas 0.4.0 improves the overlay functionality (much better performance, and fixed behaviour for certain cases). This can possibly change results you obtained before, but likely more correct now. But given this change, please test and feedback welcome! Further, there is a long list of other new features and bug fixes, see below. GeoPandas can be installed with conda from the conda-forge channel (conda install -c conda-forge geopandas) or with pip assuming the dependencies are available for your platform (pip install geopandas). Please report any issues, or request new features via our GitHub repository:
https://github.com/geopandas/geopandas/issues
*What is it?* GeoPandas is an open source project to make working with geospatial data in python easier. GeoPandas combines the capabilities of pandas and shapely, providing geospatial operations in pandas and a high-level interface to multiple shapely geometries. GeoPandas enables you to easily do operations in python that would otherwise require a spatial database such as PostGIS. Documentation can be found here:
http://geopandas.org/
<
http://geopandas.readthedocs.io/en/stable/
> *What's new?* Improvements: - Improved overlay function (better performance, several incorrect behaviours fixed) (#429 <
https://github.com/geopandas/geopandas/pull/429
> ) - Pass keywords to control legend behavior (legend_kwds) to plot (#434 <
https://github.com/geopandas/geopandas/pull/434
>) - Add basic support for reading remote datasets in read_file (#531 <
https://github.com/geopandas/geopandas/pull/531
>) - Pass kwargs for buffer operation on GeoSeries (#535 <
https://github.com/geopandas/geopandas/pull/535
>) - Expose all geopy services as options in geocoding (#550 <
https://github.com/geopandas/geopandas/pull/550
>) - Faster write speeds to GeoPackage (#605 <
https://github.com/geopandas/geopandas/pull/605
>) - Permit read_file filtering with a bounding box from a GeoDataFrame ( #613 <
https://github.com/geopandas/geopandas/pull/613
>) - Set CRS on GeoDataFrame returned by read_postgis (#627 <
https://github.com/geopandas/geopandas/pull/627
>) - Permit setting markersize for Point GeoSeries plots with column values (#633 <
https://github.com/geopandas/geopandas/pull/633
>) - Started an example gallery (#463 <
https://github.com/geopandas/geopandas/pull/463
>, #690 <
https://github.com/geopandas/geopandas/pull/690
>, #717 <
https://github.com/geopandas/geopandas/pull/717
>) - Support for plotting MultiPoints (#683 <
https://github.com/geopandas/geopandas/pull/683
>) - Testing functionalty (e.g. assert_geodataframe_equal) is now publicly exposed (#707 <
https://github.com/geopandas/geopandas/pull/707
>) - Add explode method to GeoDataFrame (similar to the GeoSeries method) ( #671 <
https://github.com/geopandas/geopandas/pull/671
>) - Set equal aspect on active axis on multi-axis figures (#718 <
https://github.com/geopandas/geopandas/pull/718
>) - Pass array of values to column argument in plot (#770 <
https://github.com/geopandas/geopandas/pull/770
>) Bug fixes : - Ensure that colorbars are plotted on the correct axis (#523 <
https://github.com/geopandas/geopandas/pull/523
>) - Handle plotting empty GeoDataFrame (#571 <
https://github.com/geopandas/geopandas/pull/571
>) - Save z-dimension when writing files (#652 <
https://github.com/geopandas/geopandas/pull/652
>) - Handle reading empty shapefiles (#653 <
https://github.com/geopandas/geopandas/pull/653
>) - Correct dtype for empty result of spatial operations (#685 <
https://github.com/geopandas/geopandas/issues/685
>) - Fix empty sjoin handling for pandas>=0.23 (#762 <
https://github.com/geopandas/geopandas/pull/762
>) *Acknowledgments* Thanks to everyone who contributed to this release! A total of 26 people contributed to this release. People with a "+" by their names contributed a patch for the first time. * Aleksey Bilogur * Andrew Feierman + * Benjamin Root + * Chris Holdgraf * Christopher Ren + * Dani Arribas-Bel * Dmitri Lebedev + * Edward Betts + * Elliott Sales de Andrade + * Fabien Maussion + * Filipe + * François Leblanc + * Geir Arne Hjelle + * James McBride * Joris Van den Bossche * Joshua Wilson + * Levi John Wolf + * Ramiro Gómez + * Robert Gieseke + * Rutger Hofste + * Tim Tröndle * balmandhunter + * mrahim + * pinto531 + * robochat + * Ömer Özak + -- The GeoPandas developers >
1
0
0
0
Results per page:
10
25
50
100
200