Everything runs fine until its time to write the .dsf file it renames the old*.dsf.bak sometimes adds to the /tmp writes the overlay .dsf but not the tiles .dsf I get this Using Ultramarine Linux suspect this error ###### Traceback (most recent call last):
File "/usr/lib64/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/wolf/Projects/Ortho4XP/./src/O4_DSF_Utils.py", line 1082, in build_dsf
(bDEMN, bDEMS) = extract_elevation_and_bathymetry_data(tile.lat, tile.lon)
File "/home/wolf/Projects/Ortho4XP/./src/O4_DSF_Utils.py", line 436, in extract_elevation_and_bathymetry_data
bathy = numpy.minimum(bathy, safe)
ValueError: operands could not be broadcast together with shapes (65536,) (1442401,)