Skip to content

Commit

Permalink
more doc work
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 19, 2012
1 parent 2807990 commit d9660e9
Show file tree
Hide file tree
Showing 17 changed files with 331 additions and 55 deletions.
46 changes: 13 additions & 33 deletions doc/apps/cmdline.txt
@@ -1,8 +1,8 @@
.. _apps_cmdline:
.. _apps:

=========================
******************************************************************************
Apps
=========================
******************************************************************************

PDAL will contain a number of command line applications that are built on
top of the PDAL libraries. This Note lists those apps.
Expand All @@ -11,7 +11,7 @@ This should be fleshed out to list the (major) options for each of the apps.


App Commonality
===============
------------------------------------------------------------------------------

The following notes apply to all apps:

Expand All @@ -26,15 +26,21 @@ The following notes apply to all apps:
* describe common switches: --version, --help, --verbose

pc2pc
=====
------------------------------------------------------------------------------

Converts from one file format to another, optionally with some (relatively
simple) filtering or processing.


.. _pdal_test:

pdal_test
------------------------------------------------------------------------------

some text

pcinfo
======
------------------------------------------------------------------------------

Dumps information about a point cloud file, such as:

Expand All @@ -56,7 +62,7 @@ XML or similar, where it makes sense to do so.


pcpipeline
==========
------------------------------------------------------------------------------

[tbd]

Expand All @@ -71,29 +77,3 @@ should work under Unix too.



pcindex
=======

(future)

Creates a serialized spatial index for a point cloud. First pass at this
is to repurpose liblas::Index which supports serialization.



pcmerge
=======

(future -- likely to be part of pc2pc)

Merges multiple files together. (This is also known as mosacking.)



pctile
======

(future -- likely to be part of pc2pc)

Chops one file up into multiple files. This could be the liblas::Chipper,
leaf nodes of an index like an R-tree, or a simple quadtree build.
Expand Up @@ -22,7 +22,7 @@ Boost
------------------------------------------------------------------------------

PDAL attempts to constrain its code-love for Boost and not always try to
use the latest and the greatest, but instinct is hard to control. Specifically,
use the latest and the greatest, but the instinct is hard to control. Specifically,
PDAL takes advantage of a number of late-version features in boost::accumulators
for statistics filtering, and as of this writing, it should be assumed that the
minimum version required for Boost is 1.48. Other versions less than that
Expand Down
6 changes: 3 additions & 3 deletions doc/building/index.txt
@@ -1,7 +1,7 @@
.. _building:

******************************************************************************
Building and Installing
Installation
******************************************************************************

This section describes how to build and install PDAL under Windows, Linux, and Mac.
Expand All @@ -11,7 +11,7 @@ Contents:
.. toctree::
:maxdepth: 1

unix
windows
linux
mac
dependencies

7 changes: 0 additions & 7 deletions doc/building/linux.txt

This file was deleted.

7 changes: 0 additions & 7 deletions doc/building/mac.txt

This file was deleted.

Binary file added doc/building/media/ccmake-osx-start.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/building/media/cmake-gui-osx-configured.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/building/media/cmake-gui-osx-start.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/building/media/xcode-lasinfo-arguments.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/building/media/xcode-start.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9660e9

Please sign in to comment.