I have a bunch of MN DNR LiDAR LAZ data that I would like to project from UTM Zone 15 meters to Ramsey Coounty MN Coordinates using the Las2Las.exe tool. The projection parameters for the Ramsey County Coordiante System are as follows: ... more…
I have a bunch of MN DNR LiDAR LAZ data that I would like to project from UTM Zone 15 meters to Ramsey Coounty MN Coordinates using the Las2Las.exe tool. The projection parameters for the Ramsey County Coordiante System are as follows:
Projection: Lambert Conformal Conic
False Easting: 500000.00
False Northing: 100000.00
Central Meridian: -93.3833333334
Latitude of Origin: 44.7911111111
First Standard Parallel: 44.8833333333
Second Standard Parallel: 45.1333333333
Horizontal Unit: US Foot
Vertical Unit: Feet
A sample LAZ file has been uploaded to our public FTP site at:ftp://ftp.co.ramsey.mn.us/PubWorks/Outgoing/LAZLAS/ filename: 4342-03-27_a_a.laz
Thanks for your assistance!
Curt Peterson
Martin,
I was not able to get the projection to work properly following the process you suggested. I still get an offset that was giving me trouble in the past. The image below shows what I see….
Now the image is in UTM Zone 15 NAD83 and from what I can tell the Ramsey county coordinates are the same as the Hennepin county coordinates. What I don’t know is if the offset is due to a display transformation issue or if it is really off but I suspect it is the data…..

Any other suggestions?
tim
Timothy N. Loesch | GIS Operations Supervisor
MN.IT Services @ Department of Natural Resources
Phone: (651) 259-5475 (w) |
tim.l...@state.mn.us |
Lat 44.95609, Long -93.08388
|
Information Technology for Minnesota Government |
--
Download LAStools at
http://lastools.org
http://rapidlasso.com
Be social with LAStools at
http://facebook.com/LAStools
http://twitter.com/LAStools
http://linkedin.com/groups/LAStools-4408378
Manage your settings at
http://groups.google.com/group/lastools/subscribe

exercise with my coffee this morning.Hello Tim and Curtis,
The issue was that las2las.exe was always converting the horizontal units to metric (meters) when re-projecting to a lambert conformal conic projection. While this should have placed the points to the correct position (just with a different unit) the latest release (130817) of LAStools gives re-projected lambert conformal conic coordinates the requested unit. So on the example data that Curtis provided I ran the following to do the conversion for the first 100,000 points (attached to this message) and followed this with a las2dem hillshade (attached) that aligns correctly in Google Earth and the lasinfo output. Can someone check if this LAZ file loads correctly into ArcGIS (you will need to uncompress to LAS first).
las2las -i 4342-03-27_a_a.laz ^
-target_lcc 500000 100000 survey_feet ^
44.79111111 -93.38333333 ^44.88333333 45.13333333 ^-target_elevation_feet ^