[Liblas-commits] hg: default format to point format 1
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Feb 21 14:41:26 EST 2011
details: http://hg.liblas.orghg/rev/531e4091ad81
changeset: 2879:531e4091ad81
user: Howard Butler <hobu.inc at gmail.com>
date: Mon Feb 21 14:38:57 2011 -0500
description:
default format to point format 1
diffstat:
python/scripts/oci2las.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r b63a73c902b4 -r 531e4091ad81 python/scripts/oci2las.py
--- a/python/scripts/oci2las.py Mon Feb 21 14:14:21 2011 -0500
+++ b/python/scripts/oci2las.py Mon Feb 21 14:38:57 2011 -0500
@@ -205,6 +205,7 @@
if self.srs:
self.header.srs = self.srs
+ self.header.format = 1
output = lasfile.File(self.options.output,mode='w',header=self.header)
return output
More information about the Liblas-commits
mailing list