Hi Team,
I have setup ODM 0.4 in ubuntu 16.04 which was working fine. Recently i updated python-gdal package which comes now Gdal-2.2.2.
After update gdal i am getting error in odm-dem generation step and it happens for all projects.
[DEBUG] running pdal pipeline -i /tmp/tmpDf1Dfo.json > /dev/null 2>&1
Traceback (most recent call last):
File “/mnt/odm/odm-v0.4/run.py”, line 47, in
plasm.execute(niter=1)
File “/mnt/odm/odm-v0.4/scripts/odm_dem.py”, line 108, in process
verbose=args.verbose
File “/mnt/odm/odm-v0.4/opendm/dem/commands.py”, line 32, in create_dems
radius=rad, outdir=outdir, suffix=suffix, resolution=resolution, **kwargs))
File “/mnt/odm/odm-v0.4/opendm/dem/commands.py”, line 82, in create_dem
pdal.run_pipeline(json, verbose=verbose)
File “/mnt/odm/odm-v0.4/opendm/dem/pdal.py”, line 222, in run_pipeline
out = system.run(’ ‘.join(cmd) + ’ > /dev/null 2>&1’)
File “/mnt/odm/odm-v0.4/opendm/system.py”, line 34, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 139
Can [DEBUG] running pdal pipeline -i /tmp/tmpDf1Dfo.json > /dev/null 2>&1
Traceback (most recent call last):
File “/mnt/odm/odm-v0.4/run.py”, line 47, in
plasm.execute(niter=1)
File “/mnt/odm/odm-v0.4/scripts/odm_dem.py”, line 108, in process
verbose=args.verbose
File “/mnt/odm/odm-v0.4/opendm/dem/commands.py”, line 32, in create_dems
radius=rad, outdir=outdir, suffix=suffix, resolution=resolution, **kwargs))
File “/mnt/odm/odm-v0.4/opendm/dem/commands.py”, line 82, in create_dem
pdal.run_pipeline(json, verbose=verbose)
File “/mnt/odm/odm-v0.4/opendm/dem/pdal.py”, line 222, in run_pipeline
out = system.run(’ ‘.join(cmd) + ’ > /dev/null 2>&1’)
File “/mnt/odm/odm-v0.4/opendm/system.py”, line 34, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 139
If anyone knows how to resolve this issue please guide me.