forked from pool/python-geopandas
* GeoPandas will use Shapely 2.0 by default instead of PyGEOS when both Shapely >= 2.0 and PyGEOS are installed. PyGEOS will continue to be used by default when PyGEOS is installed alongside Shapely < 2.0. Support for PyGEOS and Shapely < 2.0 will be removed in GeoPandas 1.0. (#2999) ## API changes: * seed keyword in sample_points is deprecated. Use rng instead. (#2913). ## New methods: * Added concave_hull method from shapely to GeoSeries/GeoDataframe (#2903). * Added delaunay_triangles method from shapely to GeoSeries/GeoDataframe (#2907). * Added extract_unique_points method from shapely to GeoSeries/GeoDataframe (#2915). * Added frechet_distance() method from shapely to GeoSeries/GeoDataframe (#2929). * Added hausdorff_distance method from shapely to GeoSeries/GeoDataframe (#2909). * Added minimum_rotated_rectangle method from shapely to GeoSeries/GeoDataframe (#2541). * Added offset_curve method from shapely to GeoSeries/GeoDataframe (#2902). * Added remove_repeated_points method from shapely to GeoSeries/GeoDataframe (#2940). * Added reverse method from shapely to GeoSeries/GeoDataframe (#2988). * Added segmentize method from shapely to GeoSeries/GeoDataFrame (#2910). OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=7
Description
No description provided
Languages
RPM Spec
100%