deploy: be7d506c06a509dc96237f57d0ff3c9beeb81370

This commit is contained in:
pblottiere 2025-07-14 20:02:22 +00:00
parent dfc88c171e
commit b346b1b64c
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ organization:
.. code-block:: bash
$ wget https://github.com/PDAL/data/raw/master/liblas/LAS12_Sample_withRGB_Quick_Terrain_Modeler_fixed.laz -P /tmp
$ wget https://github.com/PDAL/data/blob/main/liblas/LAS12_Sample_withRGB_Quick_Terrain_Modeler_fixed.laz -P /tmp
Thanks to the ``pdal info`` command, we can obtain some information on the dataset:

File diff suppressed because one or more lines are too long

View File

@ -145,7 +145,7 @@ documentation is available <a class="reference external" href="https://hub.docke
<h2>Run PDAL pipeline<a class="headerlink" href="#run-pdal-pipeline" title="Link to this heading"></a></h2>
<p>For the need of the tutorial, we can download sample data from the <a class="reference external" href="https://github.com/PDAL">PDAL</a>
organization:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/PDAL/data/raw/master/liblas/LAS12_Sample_withRGB_Quick_Terrain_Modeler_fixed.laz<span class="w"> </span>-P<span class="w"> </span>/tmp
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/PDAL/data/blob/main/liblas/LAS12_Sample_withRGB_Quick_Terrain_Modeler_fixed.laz<span class="w"> </span>-P<span class="w"> </span>/tmp
</pre></div>
</div>
<p>Thanks to the <code class="docutils literal notranslate"><span class="pre">pdal</span> <span class="pre">info</span></code> command, we can obtain some information on the dataset:</p>