[Liblas-commits] hg: set point size to 28 for data format 1

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Feb 21 15:54:57 EST 2011


details:   http://hg.liblas.orghg/rev/d153d3aa5ef5
changeset: 2883:d153d3aa5ef5
user:      Howard Butler <hobu.inc at gmail.com>
date:      Mon Feb 21 15:52:27 2011 -0500
description:
set point size to 28 for data format 1

diffstat:

 python/scripts/oci2las.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 04700629bf51 -r d153d3aa5ef5 python/scripts/oci2las.py
--- a/python/scripts/oci2las.py	Mon Feb 21 15:50:48 2011 -0500
+++ b/python/scripts/oci2las.py	Mon Feb 21 15:52:27 2011 -0500
@@ -208,7 +208,8 @@
  
         if self.srs:
             self.header.srs = self.srs
-            
+        
+	self.header.data_record_length = 28    
         self.header.data_format_id = 1
         output = lasfile.File(self.options.output,mode='w',header=self.header)
         return output


More information about the Liblas-commits mailing list