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

Update Readme.md #1

Open
7 of 8 tasks
EricBoix opened this issue Dec 15, 2021 · 2 comments
Open
7 of 8 tasks

Update Readme.md #1

EricBoix opened this issue Dec 15, 2021 · 2 comments
Assignees

Comments

@EricBoix
Copy link
Contributor

EricBoix commented Dec 15, 2021

  • clean up the original UD-Viz-template Readme.md page that got copied here
  • point to the computations page
  • Polish that computations page by
    • pointing to this demo
    • removing the mentions about how to display the data (this demo is here for that)
  • Within that computations directory trying adding the Dockerfile that reproduces that computation (i.e. the content of the Readme.md instructions

Concerning the deployment

@clementcolin
Copy link
Collaborator

All done except the Dockerfile, I'll try and do it once I get around the laszip problem : either found a way to download a CLI compiled version or another tool to transform .laz to .las.

@EricBoix
Copy link
Contributor Author

@clementcolin If your "laszip problem" concerns its installation, what about trying (inspiration sources : LASzip/.travis.yml and ci/script.sh) something like the following in the Dockerfile

[...]
RUN git clone https://github.com/LASzip/LASzip   && \
         cd LASzip/                                                       && \
         mkdir build                                                      && \
         cd build                                                           && \
         cmake ..                                                          && \
         make                                                               && \
         make install

The above is reported to work on a host with

  • 18.04 (bionic) (lsb_release -a)
  • g++: Ubuntu 7.5.0-3ubuntu1~18.04 (g++ --version)
  • LASzip version: 742a314dbe5c16e60f3cf90d26b5 (git log | head -1)

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