Hi,
I have been using the new Geoscience website (http://elevation.fsdf.org.au/) to get free lidar tiles.
However, I am getting point cloud .las files which I haven't used before.
When I try to import them under DATAINPUT>POINT CLOUD>LAS>Import LAS I get "finished reading data - no files read"
And I get no data come in. I have opened the LAS in textpad and its all encoded, but the fact that it is 40mB clearly tells me there is plenty of data to read.
Any thoughts?
Thanks,
Ashley Flower
Bligh Tanner
Importing LAS to 12d - No Files Read
-
- Posts: 4
- Joined: Tue Jun 11, 2013 10:42 am
Importing LAS to 12d - No Files Read
Ashley Flower
Senior Civil Designer
ashley.flower@
blightanner.com.au
Senior Civil Designer
ashley.flower@
blightanner.com.au
-
- Posts: 465
- Joined: Thu Feb 01, 2018 10:22 am
- Location: Toowoomba, Qld
Hey Ashley,
Not sure if you sorted this by now, but when downloading from Geoscience, the point cloud format is .laz which is a compressed format. You need to convert it to las to enable it to be read into 12d.
There are download tools available to do this for free, such as laszip (https://www.laszip.org/).
Good luck
Not sure if you sorted this by now, but when downloading from Geoscience, the point cloud format is .laz which is a compressed format. You need to convert it to las to enable it to be read into 12d.
There are download tools available to do this for free, such as laszip (https://www.laszip.org/).
Good luck
-
- Posts: 170
- Joined: Tue Nov 08, 2005 10:22 am
-
- Posts: 3175
- Joined: Fri Oct 21, 2005 2:46 pm
Did you download the Windows command-line only binary? https://laszip.org/#binaries
- Download that somewhere (same folder as your .laz files will be easiest).
- Open a command prompt (search the Start menu for cmd.exe) and browse to that directory.
- In Windows Explorer, you can typically hold Shift and then right-click on a folder, which brings up a menu. One of these items can be "Open command window here", which will open a command window already at that location
- Otherwise, type in:to change directory from the command prompt.
Code: Select all
cd C:\Some\path\to\folder
- Then you should just be able to run this command:
Code: Select all
laszip.exe -i my_zipped_file.laz -o my_unzipped_file.las
-
- 12d Support
- Posts: 2060
- Joined: Thu Sep 29, 2005 6:06 pm
-
- Posts: 439
- Joined: Tue Oct 11, 2005 11:08 am