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
ENH: Add a vectors.write function to automatically detect the driver from the filename (and add the KML driver if needed)
ENH: Add shapely 2.0 functions in ci.assert_geom_xxx to handle more cases (2D/3D vectors, geomtry written in another way)
FIX: Use our own function for setting the nodata instead of using rioxarray's in rasters.crop
FIX: Fix GeoPandas FutureWarning in explode: Currently, index_parts defaults to True, but in the future, it will default to False to be consistent with Pandas.