Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not support files merged by lastools "lasmerge" #66

Open
kurtjcu opened this issue Dec 30, 2018 · 3 comments
Open

does not support files merged by lastools "lasmerge" #66

kurtjcu opened this issue Dec 30, 2018 · 3 comments

Comments

@kurtjcu
Copy link

kurtjcu commented Dec 30, 2018

does not support files merged by lastools "lasmerge"

@abellgithub
Copy link

Please provide a sample or more detail about the problem you're seeing.

@maphew
Copy link

maphew commented Dec 13, 2019

I came to report the same problem, but in building a reproduceable-for-someone-else test suite discovered that after thinning the source LAS files the problem went away. For my data at least, it looks like somewhere between a few MB and 850mb plas.io stops being able to load the file.

Original problem:

pdal merge pt000001.las pt000002.las ... -o thisplace_raw.laz

38 source files totalling 5.97 GB, yields 851 MB .laz file. Fed to plas.io this file generates "Error: failed to load file".

No longer a problem:

for %a in (pt*.las) do pdal translate %a -o %~na.laz --filters.sample.radius=10 ^
pdal merge pt000001.laz pt000002.laz ... -o issue-066.laz

Merged file is just 3.7 MB and plas.io has no problem with it. I'm stepping through smaller sample sizes to see if I can find the fail point but it's taking a long time.

I'm using pdal 2.0.1 (git-version: Release) installed with Miniconda on Win10 x64.

@mhw-at-yg
Copy link

whups, just noticed OP is for lastools not pdal. Should I move my stuff to a new issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants