e572las to extract a text file

87 views
Skip to first unread message

Albion Shabani

unread,
Feb 24, 2020, 7:12:28 AM2/24/20
to LAStools - efficient tools for LiDAR processing
Hello,

I am discovering e572las, and I was wondering if is it possible with e572las to extract a text file with the coordinates 0,0,0 of each station ?

Best regards,
Albion

Martin Isenburg

unread,
Feb 24, 2020, 9:36:59 PM2/24/20
to LAStools - efficient command line tools for LIDAR processing
Hello,

my first approach would be to use e572las to split all scan positions into different LAS files and then use las2txt to create TXT files. If you do not want any of the transforms applied buf prefer the local coordinates then you need to use the approriate command line options for e572las when splitting from e57 to LAS.

 
  This tool reads LiDAR in the E57 format from a *.e57 file and
  converts it to either standard LAS, compressed LAZ, or simple
  ASCII TXT.

  By default all scans contained in the E57 file are merged into
  one output with all invalid points being omitted. The points of
  different scans are given different point source IDs so that the
  information which points belong to one scan is preserved.  It's
  possible to request '-split_scans' and '-include_invalid' to put
  points from different scans into separate files and/or to include
  invalid points as well.

  Another useful option is '-v' or '-verbose' that informs about
  the contents and the progress of processing.

  Below are some typical example command lines for the data that
  can be found here: http://www.libe57.org/data.html

  e572las -v -i pumpACartesian.e57 -o pumpACartesian.laz
  e572las -v -i Station018.e57 -o Station018.laz -set_scale 0.002 0.002 0.002
  e572las -v -i trimble.e57 -o trimble.laz
  e572las -v -i pump.e57 -o pump.las -split_scans
  e572las -v -i trimble.e57 -o trimble.txt -oparse xyzi
  e572las -v -i pump.e57 -o pump.laz -include_invalid

  By default the tool will apply transformations and/or rotations
  that it find stored in the pose of each scan. You can ask the tool
  not to apply those with '-no_pose'. To selevtively suppress only
  transformation or rotation use '-no_transformation' or '-no_rotation'

[...]  

 
Regards,

Martin

--
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
---
You received this message because you are subscribed to the Google Groups "LAStools - efficient tools for LiDAR processing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lastools+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lastools/06454b4f-a425-471f-bff1-eb2133ffd720%40googlegroups.com.

Albion Shabani

unread,
Feb 25, 2020, 5:41:30 AM2/25/20
to last...@googlegroups.com
We would like to find these coordinates of each station without having the need to split the e57 into stations.  Extract a text file with the coordinates 0,0,0 of each station and for every source id give a name (file name exemple test0001, test0002) so when for exemple we view it in 3D, 
thanks to the text we extracted we can be able to add labels to every station (the unified las + the source id for every station inside).

I will try to split the e57 to stations and than with las2text get the coordinates 0 0 0 for each of them, if I can get these coordinates than I will convert the e57 to an unified las and add 
the labels (source id) for every station inside since I know the coordinates.

Best regards,
Albion

---------- Forwarded message ---------
De : Martin Isenburg <martin....@gmail.com>
Date: mar. 25 févr. 2020 à 03:36
Subject: Re: [LAStools] e572las to extract a text file
To: LAStools - efficient command line tools for LIDAR processing <last...@googlegroups.com>
Reply all
Reply to author
Forward
0 new messages