[pdal-commits] [PDAL/PDAL] b84419: Improve stage overview documentation (#1880)

GitHub noreply at github.com
Fri Mar 30 10:52:41 PDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: b844196e8b2964c18dc3abd4691e909f259464fd
      https://github.com/PDAL/PDAL/commit/b844196e8b2964c18dc3abd4691e909f259464fd
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M doc/references.rst
    M doc/stages/filters.gridprojection.rst
    M doc/stages/filters.mongus.rst
    M doc/stages/filters.movingleastsquares.rst
    M doc/stages/filters.poisson.rst
    M doc/stages/filters.rst
    M doc/stages/readers.rst
    M doc/stages/writers.bpf.rst
    M doc/stages/writers.rst
    A doc/stages/writers.sbet.rst
    M filters/ApproximateCoplanarFilter.cpp
    M filters/AssignFilter.cpp
    M filters/ClusterFilter.cpp
    M filters/ELMFilter.cpp
    M filters/EigenvaluesFilter.cpp
    M filters/EstimateRankFilter.cpp
    M filters/HAGFilter.cpp

  Log Message:
  -----------
  Improve stage overview documentation (#1880)

Convert from bulleted TOC stage listings to definition lists, whereby the
filter name and link are shown as the "term" and a brief stage description is
provided as the definition. The intent is to provide a simpler overview of our
growing list of stages.

Filters are also broken into some categories that attempt to capture what they
do to the data (like creating new dimensions, culling points, etc.).




More information about the pdal-commits mailing list