[Liblas-commits] r1052 - trunk/test/data

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Feb 19 14:20:25 EST 2009


Author: hobu
Date: Thu Feb 19 14:20:25 2009
New Revision: 1052
URL: http://liblas.org/changeset/1052

Log:
use correct SRS description and points for the test data

Modified:
   trunk/test/data/1.0_0.las
   trunk/test/data/1.0_1.las
   trunk/test/data/1.1_0.las
   trunk/test/data/1.1_1.las
   trunk/test/data/1.2_0.las
   trunk/test/data/1.2_1.las
   trunk/test/data/1.2_2.las
   trunk/test/data/1.2_3.las
   trunk/test/data/make_data.py

Modified: trunk/test/data/1.0_0.las
==============================================================================
Binary files. No diff available.

Modified: trunk/test/data/1.0_1.las
==============================================================================
Binary files. No diff available.

Modified: trunk/test/data/1.1_0.las
==============================================================================
Binary files. No diff available.

Modified: trunk/test/data/1.1_1.las
==============================================================================
Binary files. No diff available.

Modified: trunk/test/data/1.2_0.las
==============================================================================
Binary files. No diff available.

Modified: trunk/test/data/1.2_1.las
==============================================================================
Binary files. No diff available.

Modified: trunk/test/data/1.2_2.las
==============================================================================
Binary files. No diff available.

Modified: trunk/test/data/1.2_3.las
==============================================================================
Binary files. No diff available.

Modified: trunk/test/data/make_data.py
==============================================================================
--- trunk/test/data/make_data.py	(original)
+++ trunk/test/data/make_data.py	Thu Feb 19 14:20:25 2009
@@ -11,8 +11,8 @@
 p.return_number = 1
 p.classification = 0
 p.scan_angle = -13
-p.x = 42.0000
-p.y = -93.00
+p.x = 470692.447538
+p.y = 4602888.904642
 p.z = 16.0
 c = color.Color()
 
@@ -34,7 +34,7 @@
     h.min = [p.x, p.y, p.z]
     h.max = [p.x, p.y, p.z]
     h.point_return_count = [0L, 1L, 0L, 0L, 0L, 0L, 0L, 0L]
-    h.proj4 = '+proj=utm +zone=17 +ellps=WGS84 +datum=WGS84 +units=m +no_defs '
+    h.proj4 = '+proj=utm +zone=15 +ellps=NAD83 +datum=NAD83 +units=m +no_defs '
     h.date = p.time
     
     f = file.File('1.%d_%d.las'%(version,format), mode='w', header=h)


More information about the Liblas-commits mailing list