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

exec py3dtiles failed #6

Open
maleisling opened this issue Dec 29, 2021 · 1 comment
Open

exec py3dtiles failed #6

maleisling opened this issue Dec 29, 2021 · 1 comment

Comments

@maleisling
Copy link

Exec py3dtiles failed during the conversion process, how to solve the problem?
1640757812

@Tofull
Copy link
Owner

Tofull commented Jan 9, 2022

I tested py3dtiles_batcher from scratch today after many months without using it, and succeed to process my own las file.
I had to update the py3dtiles/docker_support branch to pin an old version of laspy.

The No such file or directory error seems to be related to docker volume binding. Your .las files seems absent from inside the container. Is your drive D: allowed in Docker Settings / Resources / File Sharing ?
image

Notice : You are using py3dtiles_batcher with default options, so it will use --srs_in=2959 as default. You might be interested to use another epsg code (which depends on your data context) by passing --srs_in xxx, in the command line. Example : py3dtiles_batcher.exe -v "D:\data_py3dtiles\output" "D:\data_py3dtiles\raw" --srs_in 2950

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

2 participants