Hi everyone,
I try to understand and test "planar_patches_tls.bat" file (in :\\LAStools\example_batch_scripts)
My first question is why we need to convert the files’ coordinate system to UTM? is it necessary?
If its necessary how I can convert RDNAP coordinate system (Dutch coordinate system) to UTM and vice versa.
Many thanks,
Anahita
--
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
Hi Martin,
Thank you so much for your explanation.
The Netherland is located in 2 UTM zones, 32 and 31; and the test data is exactly located between these zones.
Do you think I can still use UTM in this situation? and is there any other appropriate projections for this situation?
what about ETRS89, is it also ECEF?
Many thanks in advance,
Anahita
Dear Martin,
for testing, I selected only the TLS data that is located on zone 32U.
I have used las2las to convert its projection to UTM, as the first step.
las2las -i %INPUT_FOLDER%\*.%INPUT_FORMAT% ^
-longlat ^
-target_utm 32N ^
-odir %OUTPUT_FOLDER% -odix _utm -olaz ^
as you can see in the attached file the shaped is distorted (it was a road).
The coordinate system of the data is RD New ,datum: Amsersfoort.
but I don’t know how I can define it with las2las
http://spatialreference.org/ref/epsg/amersfoort-rd-new/
thanks,
Anahita
RD_New
WKID: 28992 Authority: EPSG
Projection: Double_Stereographic
False_Easting: 155000.0
False_Northing: 463000.0
Central_Meridian: 5.38763888888889
Scale_Factor: 0.9999079
Latitude_Of_Origin: 52.15616055555555
Linear Unit: Meter (1.0)
Perfect! thank you so much.
another question.
what was the reason behind of keeping only points between 0.5 m to 10 m above the thinned ground for Budapest dataset?
lasheight -i %OUTPUT_FOLDER%\*_utm.laz ^
-ground_points %OUTPUT_FOLDER%\%OUTPUT_NAME%_ground.laz ^
-drop_below %CUTOFF_BELOW% -drop_above %CUTOFF_ABOVE% ^
-odir %OUTPUT_FOLDER% -odix _cut -olaz ^
my dataset information is :
min x y z: 222760.637 584763.433 4.105
max x y z: 223591.900 585308.223 4.605
what should I keep for these dataset?
Thanks,
Anahita