Skip to content

Commit

Permalink
Updated Converter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tars4815 committed Dec 20, 2022
1 parent fc3bfd6 commit 6c65879
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 1 deletion.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/pages/potree.doctree
Binary file not shown.
23 changes: 23 additions & 0 deletions docs/_build/html/_sources/pages/potree.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Download and extract the PotreeConverter files for Windwos from this link: https
.. image:: img/potree-converter-installing.PNG
:align: center
:alt: Potree Converter Release installer page


Be sure that the PotreeConverter.exe is present inside the unzipped folder.

Expand All @@ -67,6 +68,28 @@ Be sure that the PotreeConverter.exe is present inside the unzipped folder.
.. note:: For making easier the conversion process, it is suggested to copy and paste in the unzipped PotreeConverter folder the pointcloud to be converted in a .las/.laz format.

*For Windows users:*

For starting the conversion, you can write "cmd" in File Explorer Address Bar and press enter. The cmd shell will be opened having as referenced directory the PotreeConverter folder.
In order to trigger the conversion, modify the following code according to your needs and then paste it in the cmd shell:

..
add a code block
.. code-block::
.\PotreeConverter.exe pointcloud.las -o output -p index
"""""""""""""""""""""""""""""""""""""""""""""""

Where:

* *PotreeConverter.exe* specify the executable file for the convertion;
* *pointcloud.las* select the point cloud (las or laz) to be converter. This format is valid in case the point cloud file is located in the same folder of the converter exe. Otherwise it is necessary to specify the complete path of the file;
* *output* is the name of the directory where to save the converted point cloud. In this case too, if the target folder is outside the converter one, it is necessary to specify the entire path.
* *index* is the default name to be given to the output file.


Publications
++++++++++++

Expand Down
14 changes: 14 additions & 0 deletions docs/_build/html/pages/potree.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ <h3>Getting started<a class="headerlink" href="#id1" title="Permalink to this he
<p class="admonition-title">Note</p>
<p>For making easier the conversion process, it is suggested to copy and paste in the unzipped PotreeConverter folder the pointcloud to be converted in a .las/.laz format.</p>
</div>
<p><em>For Windows users:</em></p>
<p>For starting the conversion, you can write “cmd” in File Explorer Address Bar and press enter. The cmd shell will be opened having as referenced directory the PotreeConverter folder.
In order to trigger the conversion, modify the following code according to your needs and then paste it in the cmd shell:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">.</span>\<span class="n">PotreeConverter</span><span class="o">.</span><span class="n">exe</span> <span class="n">pointcloud</span><span class="o">.</span><span class="n">las</span> <span class="o">-</span><span class="n">o</span> <span class="n">output</span> <span class="o">-</span><span class="n">p</span> <span class="n">index</span>
</pre></div>
</div>
<hr class="docutils" />
<p>Where:</p>
<ul class="simple">
<li><p><em>PotreeConverter.exe</em> specify the executable file for the convertion;</p></li>
<li><p><em>pointcloud.las</em> select the point cloud (las or laz) to be converter. This format is valid in case the point cloud file is located in the same folder of the converter exe. Otherwise it is necessary to specify the complete path of the file;</p></li>
<li><p><em>output</em> is the name of the directory where to save the converted point cloud. In this case too, if the target folder is outside the converter one, it is necessary to specify the entire path.</p></li>
<li><p><em>index</em> is the default name to be given to the output file.</p></li>
</ul>
</section>
<section id="publications">
<h3>Publications<a class="headerlink" href="#publications" title="Permalink to this heading"></a></h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions docs/pages/potree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Download and extract the PotreeConverter files for Windwos from this link: https
.. image:: img/potree-converter-installing.PNG
:align: center
:alt: Potree Converter Release installer page


Be sure that the PotreeConverter.exe is present inside the unzipped folder.

Expand All @@ -67,6 +68,28 @@ Be sure that the PotreeConverter.exe is present inside the unzipped folder.
.. note:: For making easier the conversion process, it is suggested to copy and paste in the unzipped PotreeConverter folder the pointcloud to be converted in a .las/.laz format.

*For Windows users:*

For starting the conversion, you can write "cmd" in File Explorer Address Bar and press enter. The cmd shell will be opened having as referenced directory the PotreeConverter folder.
In order to trigger the conversion, modify the following code according to your needs and then paste it in the cmd shell:

..
add a code block
.. code-block::
.\PotreeConverter.exe pointcloud.las -o output -p index
"""""""""""""""""""""""""""""""""""""""""""""""

Where:

* *PotreeConverter.exe* specify the executable file for the convertion;
* *pointcloud.las* select the point cloud (las or laz) to be converter. This format is valid in case the point cloud file is located in the same folder of the converter exe. Otherwise it is necessary to specify the complete path of the file;
* *output* is the name of the directory where to save the converted point cloud. In this case too, if the target folder is outside the converter one, it is necessary to specify the entire path.
* *index* is the default name to be given to the output file.


Publications
++++++++++++

Expand Down

0 comments on commit 6c65879

Please sign in to comment.