Skip to content

Commit

Permalink
2.1 doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 21, 2020
1 parent 5f9bdc9 commit 68c1a91
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ The entire website is available as a single PDF at http://pdal.io/PDAL.pdf
News
--------------------------------------------------------------------------------

**08-23-2018**
**03-21-2020**
................................................................................

PDAL 2.0.1 has been released. You can :ref:`download <download>` the source
PDAL 2.1.0 has been released. You can :ref:`download <download>` the source
code or follow the :ref:`quickstart <quickstart>` to get going in a
hurry with Conda.

Expand Down
2 changes: 1 addition & 1 deletion doc/stages/filters.hag.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
filters.hag
===============================================================================

.. note::
.. warning::

The HAG filter is deprecated and has been replaced by :ref:`filters.hag_nn`,
:ref:`filters.hag_dem` and :ref:`filters.hag_delaunay`. Please use
Expand Down
6 changes: 5 additions & 1 deletion doc/stages/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ invalidate an existing KD-tree.
Compute pointwise height above ground estimate. Requires points to be
classified as ground/non-ground prior to estimating.

:ref:`filters.hag_delaunay`
Compute pointwise height above ground using triangulation. Requires points to
classified as ground/non-ground prior to estimating.

:ref:`filters.hag_dem`
Compute pointwise height above GDAL-readable DEM raster.

Expand Down Expand Up @@ -246,7 +250,7 @@ the input. These filters will invalidate an existing KD-tree.
:ref:`filters.dem`
Remove points that are in a raster cell but have a value far from the
value of the raster.

:ref:`filters.farthestpointsampling`
The Farthest Point Sampling Filter adds points from the input to the output
PointView one at a time by selecting the point from the input cloud that is
Expand Down
1 change: 1 addition & 0 deletions doc/stages/readers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ like :ref:`readers.oci`, or a network service like :ref:`readers.ept`.
readers.faux
readers.gdal
readers.geowave
readers.hdf
readers.i3s
readers.ilvis2
readers.las
Expand Down

0 comments on commit 68c1a91

Please sign in to comment.