[Liblas-commits] hg: add a note that you can't manually add geotiff keys to a fil...

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Jan 27 10:30:22 EST 2011


details:   http://hg.liblas.orghg/rev/109c69fe418c
changeset: 2830:109c69fe418c
user:      Howard Butler <hobu.inc at gmail.com>
date:      Thu Jan 27 09:30:18 2011 -0600
description:
add a note that you can't manually add geotiff keys to a file -- you must use SetSRS and friends

diffstat:

 doc/utilities/las2las.txt |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r f71d57615147 -r 109c69fe418c doc/utilities/las2las.txt
--- a/doc/utilities/las2las.txt	Thu Jan 27 09:21:41 2011 -0600
+++ b/doc/utilities/las2las.txt	Thu Jan 27 09:30:18 2011 -0600
@@ -234,6 +234,12 @@
     escaped arguments that are larger than 64k in size will cause an error 
     to be thrown.  Automatic truncation will not happen.
 
+.. note::
+    If you attempt to add VLRs with an ID of 34735, 34736, or 34737, your 
+    VLR will not be added.  This is because libLAS expects to manage the 
+    GeoTIFF keys for you.  You should use the SRS handling facilities if 
+    you need to set GeoTIFF keys instead of attempting to overwrite them
+    directly.
 
 VLR removal
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


More information about the Liblas-commits mailing list