GO-Eratosthenes / dhdt

Extracting topography from mountain glaciers, through the use of shadow casted by surrounding mountains.
https://dhdt.readthedocs.io
Apache License 2.0
7 stars 1 forks source link

error in MGRS union #78

Closed dicaearchus closed 1 year ago

dicaearchus commented 1 year ago

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 ?

dicaearchus commented 1 year ago

adjusted the environment.yml, as at least version 2 is needed in order to work