the function 'get_generic_s2_raster' gives an error when this is run
File ".../dhdt/dhdt/generic/handler_sentinel2.py", line 268, in get_generic_s2_raster
geom_merged = shapely.unary_union(geom_utm, grid_size=0.001)
AttributeError: module 'shapely' has no attribute 'unary_union'
the function 'get_generic_s2_raster' gives an error when this is run
File ".../dhdt/dhdt/generic/handler_sentinel2.py", line 268, in get_generic_s2_raster geom_merged = shapely.unary_union(geom_utm, grid_size=0.001) AttributeError: module 'shapely' has no attribute 'unary_union'
Any idea what could have gone wrong @rogerkuou ?