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
FIX: Manage case where we have a pd.Dataframe instead of a gpd.GeoDataFrame in vectors.read (reading a .dbf file for instance)
FIX: Simplify decorator function of rasters.read, to better check the input types and to have a clearer function name and clearer exceptions
FIX: Simplify decorators rasters.any_raster_to_xr_ds and rasters_rio.any_raster_to_rio_ds to better check the input types and to have clearer exceptions