Skip to content

Commit ecc78c7

Browse files
committed
antimeridian merge shape bugfix
1 parent 4ad333f commit ecc78c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dem_handler/dem/cop_glo30.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def get_cop30_dem_for_bounds(
267267
output_path=save_path,
268268
)
269269

270-
return dem_array, dem_profile, eastern_output[2] + western_output[2]
270+
return dem_array[0], dem_profile, eastern_output[2] + western_output[2]
271271

272272
else:
273273
# Adjust bounds at high latitude if requested

0 commit comments

Comments
 (0)