Skip to content

Commit

Permalink
update slides for foss4gna
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed May 17, 2018
1 parent d92a509 commit 813f437
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 29 deletions.
24 changes: 6 additions & 18 deletions doc/workshop/slides/source/introduction.rst
Expand Up @@ -8,10 +8,6 @@ Order of business
* PDF http://pdal.io/PDAL.pdf
* Links everywhere

Guinea Pigs
================================================================================

.. image:: ./img/guinea.gif

Goals
================================================================================
Expand All @@ -27,8 +23,7 @@ Who are we
================================================================================

* Howard Butler
* Connor Manning
* Rick Brown
* Michael Smith


Howard Butler
Expand All @@ -41,20 +36,13 @@ Howard Butler

.. _`Hobu, Inc.`: http://hobu.co

Connor Manning
Michael Smith
================================================================================

* Works @ `Hobu, Inc.`_
* Develops Entwine https://entwine.io
* Develops Greyhound http://greyhound.io
* Tweets @ http://twitter.com/csmannin

Rick Brown
================================================================================

* Works here!
* LiDAR data processing and management
* Entwine with Connor Manning
* Physical Research Scientist, USACE CRREL
* Develops open source GIS and LiDAR software
* Commits over 15 years
* Tweets @ http://twitter.com/michael_smith

Next
================================================================================
Expand Down
76 changes: 76 additions & 0 deletions doc/workshop/slides/source/rasterization.rst
@@ -0,0 +1,76 @@
.. _rasterization:

Rasterizing Attributes
================================================================================


.. include:: ../../includes/substitutions.rst



Purpose:
* Utilize :ref:`readers.greyhound`
* Interpolate data (Intensity, Classification)
* Use `gdaldem`_ to apply color ramps
* Explore :ref:`writers.gdal` options


:ref:`Rasterization Workshop Materials <pdal:workshop-rasterize>`

.. _`gdaldem`: http://www.gdal.org/gdaldem.html



:ref:`readers.greyhound`
================================================================================

.. literalinclude:: ../../exercises/analysis/rasterize/classification.json


:ref:`pdal pipeline <pdal:pipeline>`
================================================================================

.. literalinclude:: ../../exercises/analysis/rasterize/classify-command.txt


Yuck
================================================================================

.. image:: ../../images/rasterization-denmark-no-ramp.png
:scale: 200%


Color Ramp
================================================================================

.. literalinclude:: ../../exercises/analysis/rasterize/ramp.txt


`gdaldem`_
================================================================================

.. literalinclude:: ../../exercises/analysis/rasterize/gdaldem-run-command.txt

Better
================================================================================

.. image:: ../../images/rasterization-colored-classification.png
:scale: 200%

Intensity
================================================================================

.. literalinclude:: ../../exercises/analysis/rasterize/intensity-run-command.txt
:linenos:

Intensity Image
================================================================================

.. image:: ../../images/rasterization-colored-intensity.png
:scale: 200%


Home
================================================================================
:ref:`Home <home>`

27 changes: 16 additions & 11 deletions doc/workshop/slides/source/software.rst
Expand Up @@ -5,24 +5,22 @@ Software installation

.. include:: ../../includes/substitutions.rst

(Done for you already)
1. :ref:`workshop-osgeo4w`
* Install PDAL via OSGeo4W64

.. 1. :ref:`Docker <docker>`
* Run PDAL and GDAL command line applications
.. 2. :ref:`QGIS<qgis>`
2. :ref:`QGIS<qgis>`
* Visualize vector and raster data

.. 3. `QT Reader`_
3. `QT Reader`_
* Visualize point cloud data

.. 4. `Fugro Viewer`_
4. `Fugro Viewer`_
* Visualize point cloud data

.. 5. http://plas.io
5. http://plas.io
* Visualize point cloud data

.. 6. `CloudCompare`_
6. `CloudCompare`_
* Visualize point cloud data

.. _`QT Reader`: http://appliedimagery.com/download/
Expand All @@ -32,13 +30,20 @@ Software installation
Data installation
================================================================================

1. Copy entire contents:
1. Copy entire contents of USB or data download:

::

C:\Users\Howard\PDAL
C:\Users\hobu\PDAL

::

https://s3.amazonaws.com/pdal/workshop/PDAL.zip

Path Substitution
================================================================================

My username is ``hobu``, yours probably isn't.

Next
================================================================================
Expand Down

0 comments on commit 813f437

Please sign in to comment.