Closed Timmarh closed 5 years ago
I narrowed the problem down to one file. Seems like the file is corrupted. Cloud Compare and pdal also give errors when trying to open the file.
Interesting, thanks for the update. By the way, if the purpose of your no-op reprojection filter is simply to set an output SRS, you can use the --srs
CLI flag or srs
configuration option instead. This option is documented in the entwine build
CLI help but I just realized that it was not in the configuration docs - I've just added it here.
Perfect, thanks Connor!
I'm trying to
entwine build
a large amount (1021) of laz files. I'm using aconfig.json
:All the files are found and listed, but after the files are listed (up until 1021/1021), the building stops with:
segmentation fault (core dumped)
this is the output of gdb:
It sounds like there's a problem with writing a json (something in ept-sources?). The files are organized in separate folders. As a temporary fix I wrote a loop that builds each directory individually. This seems to work. Probably one of the files or directories contains an error somehow. Any idea why this error occurs and how to solve it?