From 5c57c35891983d833f3cd348933e78aa2cfde024 Mon Sep 17 00:00:00 2001 From: Evon Silvia Date: Mon, 12 Nov 2018 16:07:18 -0800 Subject: [PATCH] Added notes column to PDRF6 standard class table for new classes. #11 --- source/02.06_point.sub | 112 +++++++++++++++++++++-------------------- 1 file changed, 58 insertions(+), 54 deletions(-) diff --git a/source/02.06_point.sub b/source/02.06_point.sub index 8eeb194..f5354eb 100644 --- a/source/02.06_point.sub +++ b/source/02.06_point.sub @@ -744,63 +744,67 @@ set. Classification must adhere to the following standard: -.. tabularcolumns:: |p{6.0cm}|p{8.0cm}| +.. tabularcolumns:: |p{3.0cm}|p{5.0cm}|p{7.0cm}| .. table:: ASPRS Standard LIDAR Point Classes (Point Data Record Formats 6-10) - +-----------------------------------+-----------------------------------------------+ - | Classification Value (bits 0:4) | Meaning | - +===================================+===============================================+ - | 0 | Created, never classified | - +-----------------------------------+-----------------------------------------------+ - | 1 | Unclassified [4]_ | - +-----------------------------------+-----------------------------------------------+ - | 2 | Ground | - +-----------------------------------+-----------------------------------------------+ - | 3 | Low Vegetation | - +-----------------------------------+-----------------------------------------------+ - | 4 | Medium Vegetation | - +-----------------------------------+-----------------------------------------------+ - | 5 | High Vegetation | - +-----------------------------------+-----------------------------------------------+ - | 6 | Building | - +-----------------------------------+-----------------------------------------------+ - | 7 | Low Point (noise) | - +-----------------------------------+-----------------------------------------------+ - | 8 | *Reserved* | - +-----------------------------------+-----------------------------------------------+ - | 9 | Water | - +-----------------------------------+-----------------------------------------------+ - | 10 | Rail | - +-----------------------------------+-----------------------------------------------+ - | 11 | Road Surface | - +-----------------------------------+-----------------------------------------------+ - | 12 | *Reserved* | - +-----------------------------------+-----------------------------------------------+ - | 13 | Wire -- Guard (Shield) | - +-----------------------------------+-----------------------------------------------+ - | 14 | Wire -- Conductor (Phase) | - +-----------------------------------+-----------------------------------------------+ - | 15 | Transmission Tower | - +-----------------------------------+-----------------------------------------------+ - | 16 | Wire-Structure Connector (e.g., Insulator) | - +-----------------------------------+-----------------------------------------------+ - | 17 | Bridge Deck | - +-----------------------------------+-----------------------------------------------+ - | 18 | High Noise | - +-----------------------------------+-----------------------------------------------+ - | 19 | Overhead Structure | - +-----------------------------------+-----------------------------------------------+ - | 20 | Ignored Ground | - +-----------------------------------+-----------------------------------------------+ - | 21 | Snow | - +-----------------------------------+-----------------------------------------------+ - | 22 | Temporal Exclusion | - +-----------------------------------+-----------------------------------------------+ - | 23-63 | *Reserved* | - +-----------------------------------+-----------------------------------------------+ - | 64-255 | User definable | - +-----------------------------------+-----------------------------------------------+ + +------------------+-----------------------------+--------------------------------+ + | Value (bits 0:4) | Meaning | Notes | + +==================+=============================+================================+ + | 0 | Created, Never Classified | See note [4]_ | + +------------------+-----------------------------+ + + | 1 | Unclassified | | + +------------------+-----------------------------+--------------------------------+ + | 2 | Ground | | + +------------------+-----------------------------+--------------------------------+ + | 3 | Low Vegetation | | + +------------------+-----------------------------+--------------------------------+ + | 4 | Medium Vegetation | | + +------------------+-----------------------------+--------------------------------+ + | 5 | High Vegetation | | + +------------------+-----------------------------+--------------------------------+ + | 6 | Building | | + +------------------+-----------------------------+--------------------------------+ + | 7 | Low Point (Noise) | | + +------------------+-----------------------------+--------------------------------+ + | 8 | *Reserved* | | + +------------------+-----------------------------+--------------------------------+ + | 9 | Water | | + +------------------+-----------------------------+--------------------------------+ + | 10 | Rail | | + +------------------+-----------------------------+--------------------------------+ + | 11 | Road Surface | | + +------------------+-----------------------------+--------------------------------+ + | 12 | *Reserved* | | + +------------------+-----------------------------+--------------------------------+ + | 13 | Wire -- Guard (Shield) | | + +------------------+-----------------------------+--------------------------------+ + | 14 | Wire -- Conductor (Phase) | | + +------------------+-----------------------------+--------------------------------+ + | 15 | Transmission Tower | | + +------------------+-----------------------------+--------------------------------+ + | 16 | Wire-Structure Connector | e.g., insulators | + +------------------+-----------------------------+--------------------------------+ + | 17 | Bridge Deck | | + +------------------+-----------------------------+--------------------------------+ + | 18 | High Noise | | + +------------------+-----------------------------+--------------------------------+ + | 19 | Overhead Structure | e.g., conveyors, mining | + | | | equipment, traffic lights | + +------------------+-----------------------------+--------------------------------+ + | 20 | Ignored Ground | e.g., breakline proximity | + +------------------+-----------------------------+--------------------------------+ + | 21 | Snow | | + +------------------+-----------------------------+--------------------------------+ + | 22 | Temporal Exclusion | Features excluded due to | + | | | changes over time between data | + | | | sources -- e.g., water levels, | + | | | landslides, permafrost | + +------------------+-----------------------------+--------------------------------+ + | 23-63 | *Reserved* | | + +------------------+-----------------------------+--------------------------------+ + | 64-255 | User Definable | | + +------------------+-----------------------------+--------------------------------+ .. [4] We are using both 0 and 1 as Unclassified to maintain compatibility