You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've upgraded to PDAL 2.6.2 and Entwine 3.0.0. but still no success.
Is there any documentation for compiling from source, maybe i'm doing something wrong there?
When running the entwine with official docker image it works without issue for same point clouds. But i can't run docker within docker so i wanted to build it from source within my Dockerfile.
Just curious if you tried downloading the laz data and running entwine on it as a local file. Just to make sure the laz file itself is not an issue. The only problem I've ever encountered with entwine were issues with the laz file not entwine.
e.g.
wget https://.laz
entwine build -i .laz -o /app/geodata/tiles
Hi, I'm running entwine within my docker app and I configured Dockerfile for entwine as followed
It seems to work fine with installation but when I run the tiling within the container it exits after some time with
... 12:20 - 0% - 0 - 0 (0) M/h - 0W - 0R - 0A 12:30 - 0% - 0 - 0 (0) M/h - 0W - 0R - 0A 12:40 - 0% - 0 - 0 (0) M/h - 0W - 0R - 0A 12:50 - 0% - 0 - 0 (0) M/h - 0W - 0R - 0A 13:00 - 0% - 0 - 0 (0) M/h - 0W - 0R - 0A 13:10 - 0% - 0 - 0 (0) M/h - 0W - 0R - 0A 13:20 - 0% - 0 - 0 (0) M/h - 0W - 0R - 0A 13:30 - 0% - 0 - 0 (0) M/h - 0W - 0R - 0A Done 0 Saving Wrote 0 points. free(): invalid pointer
The tile command i use is for example
Any idea what I'm doing wrong ?
The text was updated successfully, but these errors were encountered: