Skip to content

Commit

Permalink
Remove filters.hag. (#3176)
Browse files Browse the repository at this point in the history
* Remove filters.hag.

* Replaced old HAG filter doc.
  • Loading branch information
abellgithub committed Jul 16, 2020
1 parent 06dc4cc commit a12f775
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 388 deletions.
2 changes: 1 addition & 1 deletion doc/pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ code at `hag.py`_.

.. seealso::

:ref:`filters.hag` describes using a specific filter to do
:ref:`filters.hag_nn` describes using a specific filter to do
this job in more detail.

.. code-block:: json
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 @@ -5,7 +5,7 @@ filters.hag

.. warning::

The HAG filter is deprecated and has been replaced by :ref:`filters.hag_nn`,
The HAG filter has been eliminated was replaced by :ref:`filters.hag_nn`,
:ref:`filters.hag_dem` and :ref:`filters.hag_delaunay`. Please use
the new filter
that matches your needs as this filter will be removed in a future release.
Expand Down
2 changes: 1 addition & 1 deletion doc/stages/filters.head.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Compute height above ground and extract the ten highest points.
"type":"filters.smrf"
},
{
"type":"filters.hag"
"type":"filters.hag_nn"
},
{
"type":"filters.sort",
Expand Down
5 changes: 0 additions & 5 deletions doc/stages/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,10 @@ Height Above Ground
:glob:
:hidden:

filters.hag
filters.hag_delaunay
filters.hag_dem
filters.hag_nn

:ref:`filters.hag`
Deprecated. Use :ref:`filters.hag_delaunay`, :ref:`filters.hag_dem`, or
:ref:`filters.hag_nn`.

:ref:`filters.hag_delaunay`
Compute pointwise height above ground using triangulation. Requires points to
classified as ground/non-ground prior to estimating.
Expand Down
2 changes: 1 addition & 1 deletion doc/workshop/capstone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Given the following pipeline for fetching the data, complete the rest of the tas
* Thin it by 1.0 meter spacing using :ref:`filters.sample` (See :ref:`workshop-thinning`)
* Filter out noise using :ref:`filters.outlier` (See :ref:`workshop-denoising`)
* Classify ground points using :ref:`filters.smrf` (See :ref:`workshop-ground`)
* Compute height above ground using :ref:`filters.hag`
* Compute height above ground using :ref:`filters.hag_nn`
* Generate a digital terrain model (DTM) using :ref:`writers.gdal` (See :ref:`workshop-dtm`)
* Generate a average vegetative height model using :ref:`writers.gdal`

Expand Down
2 changes: 1 addition & 1 deletion doc/workshop/slides/source/pdal_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Filters (cont)
================================================================================

* :ref:`Ground classification<filters.smrf>`
* :ref:`Normalized heights <filters.hag>`
* :ref:`Normalized heights <filters.hag_nn>`
* :ref:`Sorting <filters.sort>`
* :ref:`Spatial curve sorting <filters.mortonorder>`
* :ref:`Noise filtering <filters.outlier>`
Expand Down
307 changes: 0 additions & 307 deletions filters/HAGFilter.cpp

This file was deleted.

0 comments on commit a12f775

Please sign in to comment.