forked from pool/python-geopandas
- Update to 0.13.2 * Fix a regression in reading from local file URIs (file://..) using geopandas.read_file (#2948). * Fix a regression in reading from URLs using geopandas.read_file (#2908). This restores the behaviour to download all data up-front before passing it to the underlying engine (fiona or pyogrio), except if the server supports partial requests (to support reading a subset of a large file). - Relese 0.13 ## New methods: * Added sample_points method to sample random points from Polygon or LineString geometries (#2860). * New hilbert_distance() method that calculates the distance along a Hilbert curve for each geometry in a GeoSeries/GeoDataFrame (#2297). * Support for sorting geometries (for example, using sort_values()) based on the distance along the Hilbert curve (#2070). * Added get_coordinates() method from shapely to GeoSeries/GeoDataframe (#2624). * Added minimum_bounding_circle() method from shapely to GeoSeries/GeoDataframe (#2621). * Added minimum_bounding_radius() as GeoSeries method (#2827). ## Other new features and improvements: * The Parquet and Feather IO functions now support the latest 1.0.0-beta.1 version of the GeoParquet specification (<geoparquet.org>) (#2663). * Added support to fill missing values in GeoSeries.fillna via another GeoSeries (#2535). * Support specifying min_zoom and max_zoom inside the map_kwds OBS-URL: https://build.opensuse.org/request/show/1094721 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=5
Description
No description provided
Languages
RPM Spec
100%