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

Add the possibility to take a folder in input #2

Open
JulienPercheron opened this issue Sep 29, 2023 · 0 comments
Open

Add the possibility to take a folder in input #2

JulienPercheron opened this issue Sep 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JulienPercheron
Copy link
Contributor

JulienPercheron commented Sep 29, 2023

Currently, the app only takes a single las/laz file in input, thus making it tedious to work with multiple files.

The app could benefit from the option of giving it a folder in input. The process would then be applied to all the las/laz files inside that folder.

Note: currently the output filename cannot be given. Only the output folder name can be specified (because the output is constituted by a bunch of files that we need to regroup by means of a folder (the ouput one). This means that when iterating on the files of some input folder one needs the export folder must also be changed in order for the multiple runs to NOT overwrite their results. Hence solving this issue is a bit more complicated than looping on the input files

Moreover, the Docker image (and its documentation) would need to be changed too in order to support the specification of an input folder.

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

No branches or pull requests

1 participant