You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore index when concatenating multiple responses in json2geodf to ensure indices are unique
Add a new function, called coords_list, for converting/validating input coordinates of any type to a list of tuple, i.e., [(x1, y1), (x2, y2), ...].
Make xd_write_crs function public.
In xarray_geomask if the input geometry is very small return at least one pixel.
Add a new function, called multi2poly, for converting a MultiPolygon to a Polygon in a GeoDataFrame. This function tries to convert MultiPolygon to Polygon by first checking if MultiPolygon can be directly converted using their exterior boundaries. If not, will try to remove those small sub-Polygon that their area is less than 1% of the total area of the MultiPolygon. If this fails, the original MultiPolygon will be returned.
Breaking Changes
Bump the minimum required version of shapely to 2.0, and use its new API.
Internal Changes
Sync all minor versions of HyRiver packages to 0.14.0.