Finally got gdal to Out-Of-Space on Lightning! This is a surprise.
Options: cog: true, crop: 0, debug: true, dem-gapfill-steps: 4, dem-resolution: 1, dsm: true, feature-type: hahog, matcher-neighbors: 0, mesh-size: 300000, min-num-features: 64000, orthophoto-resolution: 1, pc-ept: true, pc-filter: 0, pc-geometric: true, pc-quality: high, use-3dmesh: true, verbose: true
Cell Tower Survey:
[INFO] running gdalbuildvrt -input_file_list "/var/www/data/392f6e1a-f11e-4043-83ab-6e3773d52666/odm_dem/tiles_list.txt" "/var/www/data/392f6e1a-f11e-4043-83ab-6e3773d52666/odm_dem/tiles.vrt"
0...10...20...30...40...50...60...70...80...90...100 - done.
[INFO] running gdal_translate -co NUM_THREADS=8 -co BIGTIFF=IF_SAFER --config GDAL_CACHEMAX 46.55% "/var/www/data/392f6e1a-f11e-4043-83ab-6e3773d52666/odm_dem/tiles.vrt" "/var/www/data/392f6e1a-f11e-4043-83ab-6e3773d52666/odm_dem/tiles.tmp.tif"
ERROR 3: /var/www/data/392f6e1a-f11e-4043-83ab-6e3773d52666/odm_dem/tiles.tmp.tif: Free disk space available is 21652918272 bytes, whereas 42121714104 are at least necessary. You can disable this check by defining the CHECK_DISK_FREE_SPACE configuration option to FALSE.
Input file size is 99669, 105654
===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 1
Traceback (most recent call last):
File "/code/stages/odm_app.py", line 94, in execute
self.first_stage.run()
File "/code/opendm/types.py", line 340, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 340, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 340, in run
self.next_stage.run(outputs)
[Previous line repeated 6 more times]
File "/code/opendm/types.py", line 321, in run
self.process(self.args, outputs)
File "/code/stages/odm_dem.py", line 97, in process
commands.create_dem(
File "/code/opendm/dem/commands.py", line 221, in create_dem
run('gdal_translate '
File "/code/opendm/system.py", line 106, in run
raise SubprocessException("Child returned {}".format(retcode), retcode)
opendm.system.SubprocessException: Child returned 1
===== Done, human-readable information to follow... =====
[ERROR] Uh oh! Processing stopped because of strange values in the reconstruction. This is often a sign that the input data has some issues or the software cannot deal with it. Have you followed best practices for data acquisition? See https://docs.opendronemap.org/flying.html