Viewing LIDAR data (.las) in QGIS?How to import LAS to QGIS?Importing a .las file into QGIS 2.0.1?Is it...
How does it work when somebody invests in my business?
How easy is it to start Magic from scratch?
Trouble understanding the speech of overseas colleagues
Is exact Kanji stroke length important?
Sequence of Tenses: Translating the subjunctive
How to safely derail a train during transit?
CREATE opcode: what does it really do?
Class Action - which options I have?
Is `x >> pure y` equivalent to `liftM (const y) x`
How to be diplomatic in refusing to write code that breaches the privacy of our users
Failed to fetch jessie backports repository
How can we prove that any integral in the set of non-elementary integrals cannot be expressed in the form of elementary functions?
Are student evaluations of teaching assistants read by others in the faculty?
How many times can American Tourist re-enter UK in same 6 month period?
Is there a problem with hiding "forgot password" until it's needed?
What can we do to stop prior company from asking us questions?
How does buying out courses with grant money work?
Balance Issues for a Custom Sorcerer Variant
Closest Prime Number
Proof of work - lottery approach
Why Were Madagascar and New Zealand Discovered So Late?
Why, precisely, is argon used in neutrino experiments?
Integer addition + constant, is it a group?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
Viewing LIDAR data (.las) in QGIS?
How to import LAS to QGIS?Importing a .las file into QGIS 2.0.1?Is it possible to load an .las file directly into QGIS?Converting LiDAR data to raster (DEM/DSM) for ArcGIS input?Creating DEM from LAS file without using LAStools?Options for visualizing LiDAR data on (Mac) OS X?What is the procedure to load LAS files in QGIS 2.0.1?Removing las2dem streaks from raster DEM?Visualizing a LiDAR point cloud in 3D with GRASS?What is the status of any ongoing efforts that will allow QGIS to display .las files directly in the main 2D window?Converting LiDAR data to raster (DEM/DSM) for ArcGIS input?Can I convert ESRI Grid (DEM) raster to USGS DEM?Aligning coordinate systems: gpx, LiDAR, shapefileProblem reprojecting LIDAR data with LiblasViewing LiDAR data from web browser?GeoReference XYZ point cloudGRASS r.in.lidar tool generates incomplete rastersUsing CRS, DEM and Shapefile in QGIS?Converting TIFF file to LAS file in QGIS?Extracting only elevation data from NASA's GLAS Satellite LiDAR to create raster DEM?
Is there an easy path to visualizing LIDAR data in QGIS?
I have some USGS LIDAR data in .las format downloaded from http://lidar.cr.usgs.gov/. This means I have both the .las and metadata in .xml format. I am aware liblas, but not how to apply it to this task. I am running on Ubuntu 11.04 with QGIS 1.7.0-Wroclaw.
A similar question for ArcGIS is: Converting LiDAR data to raster (DEM/DSM) for ArcGIS input?. I just need to get a sense of this data and the registration. Conversion to a DEM would be OK if I can visualize it.
qgis dem lidar visualisation liblas
add a comment |
Is there an easy path to visualizing LIDAR data in QGIS?
I have some USGS LIDAR data in .las format downloaded from http://lidar.cr.usgs.gov/. This means I have both the .las and metadata in .xml format. I am aware liblas, but not how to apply it to this task. I am running on Ubuntu 11.04 with QGIS 1.7.0-Wroclaw.
A similar question for ArcGIS is: Converting LiDAR data to raster (DEM/DSM) for ArcGIS input?. I just need to get a sense of this data and the registration. Conversion to a DEM would be OK if I can visualize it.
qgis dem lidar visualisation liblas
The lasview.exe tool (README) that Bryce mentioned has a shorter LAStools.org URL now ... (-:
– Martin Isenburg
Feb 13 '12 at 13:05
add a comment |
Is there an easy path to visualizing LIDAR data in QGIS?
I have some USGS LIDAR data in .las format downloaded from http://lidar.cr.usgs.gov/. This means I have both the .las and metadata in .xml format. I am aware liblas, but not how to apply it to this task. I am running on Ubuntu 11.04 with QGIS 1.7.0-Wroclaw.
A similar question for ArcGIS is: Converting LiDAR data to raster (DEM/DSM) for ArcGIS input?. I just need to get a sense of this data and the registration. Conversion to a DEM would be OK if I can visualize it.
qgis dem lidar visualisation liblas
Is there an easy path to visualizing LIDAR data in QGIS?
I have some USGS LIDAR data in .las format downloaded from http://lidar.cr.usgs.gov/. This means I have both the .las and metadata in .xml format. I am aware liblas, but not how to apply it to this task. I am running on Ubuntu 11.04 with QGIS 1.7.0-Wroclaw.
A similar question for ArcGIS is: Converting LiDAR data to raster (DEM/DSM) for ArcGIS input?. I just need to get a sense of this data and the registration. Conversion to a DEM would be OK if I can visualize it.
qgis dem lidar visualisation liblas
qgis dem lidar visualisation liblas
edited Apr 13 '17 at 12:34
Community♦
1
1
asked Jan 26 '12 at 21:34
BryceBryce
3211216
3211216
The lasview.exe tool (README) that Bryce mentioned has a shorter LAStools.org URL now ... (-:
– Martin Isenburg
Feb 13 '12 at 13:05
add a comment |
The lasview.exe tool (README) that Bryce mentioned has a shorter LAStools.org URL now ... (-:
– Martin Isenburg
Feb 13 '12 at 13:05
The lasview.exe tool (README) that Bryce mentioned has a shorter LAStools.org URL now ... (-:
– Martin Isenburg
Feb 13 '12 at 13:05
The lasview.exe tool (README) that Bryce mentioned has a shorter LAStools.org URL now ... (-:
– Martin Isenburg
Feb 13 '12 at 13:05
add a comment |
6 Answers
6
active
oldest
votes
GRASS has a documentation section on LiDAR in their wiki. Give it a read; you can use libLAS to import LiDAR data into GRASS, and then use many of the GRASS tools once it's in there.
Is there anything more digested or step-by-step? There are a lot of gaps to bridge there...
– Bryce
Jan 27 '12 at 1:53
So far I'm having some good results with lasview.exe from cs.unc.edu/~isenburg/lastools , which is at least letting me verify the data is reasonably good.
– Bryce
Jan 27 '12 at 2:03
1
GRASS 7 is offering v.in.lidar: grass.osgeo.org/grass70/manuals/html70_user/v.in.lidar.html
– markusN
Jan 27 '12 at 16:07
Hi Bryce, I don't know of anything more 'digested' and am far from a LiDAR expert. I suspect you should be able to piece some of that stuff together and at least get started, learning the rest as you go.
– Darren Cope
Jan 27 '12 at 19:13
3
Lastools are a great candidate to be added to the QGIS processing framework. Anyone interested in supporting its implementation?
– Giovanni Manghi
Feb 13 '12 at 14:09
|
show 1 more comment
There is a LAS toolbox for QGIS. However, a better alternative for Linux/Unix systems is the open-source library SPDLib. SPDLib can process the LAS files (discrete-return and full-waveform), and create DTM/DSM's from the point cloud.
To view the point cloud, the .las file must be converted to an SPD file (using the spdtranslate function), which can then be opened in SPD3DPointsViewer. The viewer itself also runs on Windows.
add a comment |
Use Point Cloud VIZ 2.1 where you will be able to import and export the lidar. Exporting the lidar has 2 options. The bare earth option, or all points options. Once exported you can import the *.vrt file in QGIS. The data will come as a geotiff where you will be able to manipulate further (contour, shade, etc.)
I can't find a way to openlas
files from the menuFile > Open processed files...
. It seems that the only files supported areplf
.
– Hakim
Feb 8 '17 at 16:09
1
Go to File > Process > Process Lidar Data. There you will choose the LAS file that you want to process. Once completed then you will go to Open Processed Files
– Francis
Feb 11 '17 at 13:11
add a comment |
Additional alternatives to visualize LiDAR point data or LiDAR DEMs within QGIS were also reported in the following posts:
Visualizing a LiDAR point cloud in 3D with GRASS? - (GRASS; raster).
Importing LiDAR .txt in QGIS for map conversion - (QGIS; point .txt).
Importing a .las file into QGIS 2.0.1? - (QGIS; point .shp)
Creating DEM from LAS file without using LAStools - (SAGA and Fusion; raster/DEM).
Removing las2dem streaks from raster DEM? - (LAStools; raster/DEM)
Additionally, the following question asks for ongoing efforts in allowing LiDAR .las files to be visualized in the 2D main window in QGIS.
- What is the status of any ongoing efforts that will allow QGIS to display .las files directly in the main 2D window?
add a comment |
QGIS does not currently have a really good way to visualize point cloud data (i.e. as of 2018). Instead, I would recommend the excellent, open source plas.io web app. plas.io allows you to visualize the point cloud data with the ability to adjust particle size, point density, intensity, color, and a host of other features.
For example, the screenshot shows a point cloud visualization of Half Dome in Yosemite NP. I typically use the web app to visually scan the point cloud data to check for things such as scan line overlap and point density prior to processing.
add a comment |
I used GRASS in QGIS. Step to see LAS file are
(1) Processing on the menu bar
(2) Toolbox
(3) Find v.in.lidar
or r.in.lidar
under GRASS
(4) Run
Version: QGIS Desktop 3.6.0 with GRASS 7.6.0, OS: Windows 10
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f19338%2fviewing-lidar-data-las-in-qgis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
GRASS has a documentation section on LiDAR in their wiki. Give it a read; you can use libLAS to import LiDAR data into GRASS, and then use many of the GRASS tools once it's in there.
Is there anything more digested or step-by-step? There are a lot of gaps to bridge there...
– Bryce
Jan 27 '12 at 1:53
So far I'm having some good results with lasview.exe from cs.unc.edu/~isenburg/lastools , which is at least letting me verify the data is reasonably good.
– Bryce
Jan 27 '12 at 2:03
1
GRASS 7 is offering v.in.lidar: grass.osgeo.org/grass70/manuals/html70_user/v.in.lidar.html
– markusN
Jan 27 '12 at 16:07
Hi Bryce, I don't know of anything more 'digested' and am far from a LiDAR expert. I suspect you should be able to piece some of that stuff together and at least get started, learning the rest as you go.
– Darren Cope
Jan 27 '12 at 19:13
3
Lastools are a great candidate to be added to the QGIS processing framework. Anyone interested in supporting its implementation?
– Giovanni Manghi
Feb 13 '12 at 14:09
|
show 1 more comment
GRASS has a documentation section on LiDAR in their wiki. Give it a read; you can use libLAS to import LiDAR data into GRASS, and then use many of the GRASS tools once it's in there.
Is there anything more digested or step-by-step? There are a lot of gaps to bridge there...
– Bryce
Jan 27 '12 at 1:53
So far I'm having some good results with lasview.exe from cs.unc.edu/~isenburg/lastools , which is at least letting me verify the data is reasonably good.
– Bryce
Jan 27 '12 at 2:03
1
GRASS 7 is offering v.in.lidar: grass.osgeo.org/grass70/manuals/html70_user/v.in.lidar.html
– markusN
Jan 27 '12 at 16:07
Hi Bryce, I don't know of anything more 'digested' and am far from a LiDAR expert. I suspect you should be able to piece some of that stuff together and at least get started, learning the rest as you go.
– Darren Cope
Jan 27 '12 at 19:13
3
Lastools are a great candidate to be added to the QGIS processing framework. Anyone interested in supporting its implementation?
– Giovanni Manghi
Feb 13 '12 at 14:09
|
show 1 more comment
GRASS has a documentation section on LiDAR in their wiki. Give it a read; you can use libLAS to import LiDAR data into GRASS, and then use many of the GRASS tools once it's in there.
GRASS has a documentation section on LiDAR in their wiki. Give it a read; you can use libLAS to import LiDAR data into GRASS, and then use many of the GRASS tools once it's in there.
edited Oct 12 '18 at 16:21
Toivo Säwén
23019
23019
answered Jan 27 '12 at 0:04
Darren CopeDarren Cope
5,41312338
5,41312338
Is there anything more digested or step-by-step? There are a lot of gaps to bridge there...
– Bryce
Jan 27 '12 at 1:53
So far I'm having some good results with lasview.exe from cs.unc.edu/~isenburg/lastools , which is at least letting me verify the data is reasonably good.
– Bryce
Jan 27 '12 at 2:03
1
GRASS 7 is offering v.in.lidar: grass.osgeo.org/grass70/manuals/html70_user/v.in.lidar.html
– markusN
Jan 27 '12 at 16:07
Hi Bryce, I don't know of anything more 'digested' and am far from a LiDAR expert. I suspect you should be able to piece some of that stuff together and at least get started, learning the rest as you go.
– Darren Cope
Jan 27 '12 at 19:13
3
Lastools are a great candidate to be added to the QGIS processing framework. Anyone interested in supporting its implementation?
– Giovanni Manghi
Feb 13 '12 at 14:09
|
show 1 more comment
Is there anything more digested or step-by-step? There are a lot of gaps to bridge there...
– Bryce
Jan 27 '12 at 1:53
So far I'm having some good results with lasview.exe from cs.unc.edu/~isenburg/lastools , which is at least letting me verify the data is reasonably good.
– Bryce
Jan 27 '12 at 2:03
1
GRASS 7 is offering v.in.lidar: grass.osgeo.org/grass70/manuals/html70_user/v.in.lidar.html
– markusN
Jan 27 '12 at 16:07
Hi Bryce, I don't know of anything more 'digested' and am far from a LiDAR expert. I suspect you should be able to piece some of that stuff together and at least get started, learning the rest as you go.
– Darren Cope
Jan 27 '12 at 19:13
3
Lastools are a great candidate to be added to the QGIS processing framework. Anyone interested in supporting its implementation?
– Giovanni Manghi
Feb 13 '12 at 14:09
Is there anything more digested or step-by-step? There are a lot of gaps to bridge there...
– Bryce
Jan 27 '12 at 1:53
Is there anything more digested or step-by-step? There are a lot of gaps to bridge there...
– Bryce
Jan 27 '12 at 1:53
So far I'm having some good results with lasview.exe from cs.unc.edu/~isenburg/lastools , which is at least letting me verify the data is reasonably good.
– Bryce
Jan 27 '12 at 2:03
So far I'm having some good results with lasview.exe from cs.unc.edu/~isenburg/lastools , which is at least letting me verify the data is reasonably good.
– Bryce
Jan 27 '12 at 2:03
1
1
GRASS 7 is offering v.in.lidar: grass.osgeo.org/grass70/manuals/html70_user/v.in.lidar.html
– markusN
Jan 27 '12 at 16:07
GRASS 7 is offering v.in.lidar: grass.osgeo.org/grass70/manuals/html70_user/v.in.lidar.html
– markusN
Jan 27 '12 at 16:07
Hi Bryce, I don't know of anything more 'digested' and am far from a LiDAR expert. I suspect you should be able to piece some of that stuff together and at least get started, learning the rest as you go.
– Darren Cope
Jan 27 '12 at 19:13
Hi Bryce, I don't know of anything more 'digested' and am far from a LiDAR expert. I suspect you should be able to piece some of that stuff together and at least get started, learning the rest as you go.
– Darren Cope
Jan 27 '12 at 19:13
3
3
Lastools are a great candidate to be added to the QGIS processing framework. Anyone interested in supporting its implementation?
– Giovanni Manghi
Feb 13 '12 at 14:09
Lastools are a great candidate to be added to the QGIS processing framework. Anyone interested in supporting its implementation?
– Giovanni Manghi
Feb 13 '12 at 14:09
|
show 1 more comment
There is a LAS toolbox for QGIS. However, a better alternative for Linux/Unix systems is the open-source library SPDLib. SPDLib can process the LAS files (discrete-return and full-waveform), and create DTM/DSM's from the point cloud.
To view the point cloud, the .las file must be converted to an SPD file (using the spdtranslate function), which can then be opened in SPD3DPointsViewer. The viewer itself also runs on Windows.
add a comment |
There is a LAS toolbox for QGIS. However, a better alternative for Linux/Unix systems is the open-source library SPDLib. SPDLib can process the LAS files (discrete-return and full-waveform), and create DTM/DSM's from the point cloud.
To view the point cloud, the .las file must be converted to an SPD file (using the spdtranslate function), which can then be opened in SPD3DPointsViewer. The viewer itself also runs on Windows.
add a comment |
There is a LAS toolbox for QGIS. However, a better alternative for Linux/Unix systems is the open-source library SPDLib. SPDLib can process the LAS files (discrete-return and full-waveform), and create DTM/DSM's from the point cloud.
To view the point cloud, the .las file must be converted to an SPD file (using the spdtranslate function), which can then be opened in SPD3DPointsViewer. The viewer itself also runs on Windows.
There is a LAS toolbox for QGIS. However, a better alternative for Linux/Unix systems is the open-source library SPDLib. SPDLib can process the LAS files (discrete-return and full-waveform), and create DTM/DSM's from the point cloud.
To view the point cloud, the .las file must be converted to an SPD file (using the spdtranslate function), which can then be opened in SPD3DPointsViewer. The viewer itself also runs on Windows.
edited Dec 6 '15 at 10:31
PolyGeo♦
53.8k1781244
53.8k1781244
answered Dec 6 '15 at 8:58
OsianOsian
411
411
add a comment |
add a comment |
Use Point Cloud VIZ 2.1 where you will be able to import and export the lidar. Exporting the lidar has 2 options. The bare earth option, or all points options. Once exported you can import the *.vrt file in QGIS. The data will come as a geotiff where you will be able to manipulate further (contour, shade, etc.)
I can't find a way to openlas
files from the menuFile > Open processed files...
. It seems that the only files supported areplf
.
– Hakim
Feb 8 '17 at 16:09
1
Go to File > Process > Process Lidar Data. There you will choose the LAS file that you want to process. Once completed then you will go to Open Processed Files
– Francis
Feb 11 '17 at 13:11
add a comment |
Use Point Cloud VIZ 2.1 where you will be able to import and export the lidar. Exporting the lidar has 2 options. The bare earth option, or all points options. Once exported you can import the *.vrt file in QGIS. The data will come as a geotiff where you will be able to manipulate further (contour, shade, etc.)
I can't find a way to openlas
files from the menuFile > Open processed files...
. It seems that the only files supported areplf
.
– Hakim
Feb 8 '17 at 16:09
1
Go to File > Process > Process Lidar Data. There you will choose the LAS file that you want to process. Once completed then you will go to Open Processed Files
– Francis
Feb 11 '17 at 13:11
add a comment |
Use Point Cloud VIZ 2.1 where you will be able to import and export the lidar. Exporting the lidar has 2 options. The bare earth option, or all points options. Once exported you can import the *.vrt file in QGIS. The data will come as a geotiff where you will be able to manipulate further (contour, shade, etc.)
Use Point Cloud VIZ 2.1 where you will be able to import and export the lidar. Exporting the lidar has 2 options. The bare earth option, or all points options. Once exported you can import the *.vrt file in QGIS. The data will come as a geotiff where you will be able to manipulate further (contour, shade, etc.)
answered Jan 9 '16 at 15:18
FrancisFrancis
1065
1065
I can't find a way to openlas
files from the menuFile > Open processed files...
. It seems that the only files supported areplf
.
– Hakim
Feb 8 '17 at 16:09
1
Go to File > Process > Process Lidar Data. There you will choose the LAS file that you want to process. Once completed then you will go to Open Processed Files
– Francis
Feb 11 '17 at 13:11
add a comment |
I can't find a way to openlas
files from the menuFile > Open processed files...
. It seems that the only files supported areplf
.
– Hakim
Feb 8 '17 at 16:09
1
Go to File > Process > Process Lidar Data. There you will choose the LAS file that you want to process. Once completed then you will go to Open Processed Files
– Francis
Feb 11 '17 at 13:11
I can't find a way to open
las
files from the menu File > Open processed files...
. It seems that the only files supported are plf
.– Hakim
Feb 8 '17 at 16:09
I can't find a way to open
las
files from the menu File > Open processed files...
. It seems that the only files supported are plf
.– Hakim
Feb 8 '17 at 16:09
1
1
Go to File > Process > Process Lidar Data. There you will choose the LAS file that you want to process. Once completed then you will go to Open Processed Files
– Francis
Feb 11 '17 at 13:11
Go to File > Process > Process Lidar Data. There you will choose the LAS file that you want to process. Once completed then you will go to Open Processed Files
– Francis
Feb 11 '17 at 13:11
add a comment |
Additional alternatives to visualize LiDAR point data or LiDAR DEMs within QGIS were also reported in the following posts:
Visualizing a LiDAR point cloud in 3D with GRASS? - (GRASS; raster).
Importing LiDAR .txt in QGIS for map conversion - (QGIS; point .txt).
Importing a .las file into QGIS 2.0.1? - (QGIS; point .shp)
Creating DEM from LAS file without using LAStools - (SAGA and Fusion; raster/DEM).
Removing las2dem streaks from raster DEM? - (LAStools; raster/DEM)
Additionally, the following question asks for ongoing efforts in allowing LiDAR .las files to be visualized in the 2D main window in QGIS.
- What is the status of any ongoing efforts that will allow QGIS to display .las files directly in the main 2D window?
add a comment |
Additional alternatives to visualize LiDAR point data or LiDAR DEMs within QGIS were also reported in the following posts:
Visualizing a LiDAR point cloud in 3D with GRASS? - (GRASS; raster).
Importing LiDAR .txt in QGIS for map conversion - (QGIS; point .txt).
Importing a .las file into QGIS 2.0.1? - (QGIS; point .shp)
Creating DEM from LAS file without using LAStools - (SAGA and Fusion; raster/DEM).
Removing las2dem streaks from raster DEM? - (LAStools; raster/DEM)
Additionally, the following question asks for ongoing efforts in allowing LiDAR .las files to be visualized in the 2D main window in QGIS.
- What is the status of any ongoing efforts that will allow QGIS to display .las files directly in the main 2D window?
add a comment |
Additional alternatives to visualize LiDAR point data or LiDAR DEMs within QGIS were also reported in the following posts:
Visualizing a LiDAR point cloud in 3D with GRASS? - (GRASS; raster).
Importing LiDAR .txt in QGIS for map conversion - (QGIS; point .txt).
Importing a .las file into QGIS 2.0.1? - (QGIS; point .shp)
Creating DEM from LAS file without using LAStools - (SAGA and Fusion; raster/DEM).
Removing las2dem streaks from raster DEM? - (LAStools; raster/DEM)
Additionally, the following question asks for ongoing efforts in allowing LiDAR .las files to be visualized in the 2D main window in QGIS.
- What is the status of any ongoing efforts that will allow QGIS to display .las files directly in the main 2D window?
Additional alternatives to visualize LiDAR point data or LiDAR DEMs within QGIS were also reported in the following posts:
Visualizing a LiDAR point cloud in 3D with GRASS? - (GRASS; raster).
Importing LiDAR .txt in QGIS for map conversion - (QGIS; point .txt).
Importing a .las file into QGIS 2.0.1? - (QGIS; point .shp)
Creating DEM from LAS file without using LAStools - (SAGA and Fusion; raster/DEM).
Removing las2dem streaks from raster DEM? - (LAStools; raster/DEM)
Additionally, the following question asks for ongoing efforts in allowing LiDAR .las files to be visualized in the 2D main window in QGIS.
- What is the status of any ongoing efforts that will allow QGIS to display .las files directly in the main 2D window?
edited Sep 11 '18 at 0:38
answered May 29 '16 at 16:35
Andre SilvaAndre Silva
7,763113785
7,763113785
add a comment |
add a comment |
QGIS does not currently have a really good way to visualize point cloud data (i.e. as of 2018). Instead, I would recommend the excellent, open source plas.io web app. plas.io allows you to visualize the point cloud data with the ability to adjust particle size, point density, intensity, color, and a host of other features.
For example, the screenshot shows a point cloud visualization of Half Dome in Yosemite NP. I typically use the web app to visually scan the point cloud data to check for things such as scan line overlap and point density prior to processing.
add a comment |
QGIS does not currently have a really good way to visualize point cloud data (i.e. as of 2018). Instead, I would recommend the excellent, open source plas.io web app. plas.io allows you to visualize the point cloud data with the ability to adjust particle size, point density, intensity, color, and a host of other features.
For example, the screenshot shows a point cloud visualization of Half Dome in Yosemite NP. I typically use the web app to visually scan the point cloud data to check for things such as scan line overlap and point density prior to processing.
add a comment |
QGIS does not currently have a really good way to visualize point cloud data (i.e. as of 2018). Instead, I would recommend the excellent, open source plas.io web app. plas.io allows you to visualize the point cloud data with the ability to adjust particle size, point density, intensity, color, and a host of other features.
For example, the screenshot shows a point cloud visualization of Half Dome in Yosemite NP. I typically use the web app to visually scan the point cloud data to check for things such as scan line overlap and point density prior to processing.
QGIS does not currently have a really good way to visualize point cloud data (i.e. as of 2018). Instead, I would recommend the excellent, open source plas.io web app. plas.io allows you to visualize the point cloud data with the ability to adjust particle size, point density, intensity, color, and a host of other features.
For example, the screenshot shows a point cloud visualization of Half Dome in Yosemite NP. I typically use the web app to visually scan the point cloud data to check for things such as scan line overlap and point density prior to processing.
edited Sep 11 '18 at 15:57
Andre Silva
7,763113785
7,763113785
answered Sep 11 '18 at 1:27
Aaron♦Aaron
38.2k20110256
38.2k20110256
add a comment |
add a comment |
I used GRASS in QGIS. Step to see LAS file are
(1) Processing on the menu bar
(2) Toolbox
(3) Find v.in.lidar
or r.in.lidar
under GRASS
(4) Run
Version: QGIS Desktop 3.6.0 with GRASS 7.6.0, OS: Windows 10
New contributor
add a comment |
I used GRASS in QGIS. Step to see LAS file are
(1) Processing on the menu bar
(2) Toolbox
(3) Find v.in.lidar
or r.in.lidar
under GRASS
(4) Run
Version: QGIS Desktop 3.6.0 with GRASS 7.6.0, OS: Windows 10
New contributor
add a comment |
I used GRASS in QGIS. Step to see LAS file are
(1) Processing on the menu bar
(2) Toolbox
(3) Find v.in.lidar
or r.in.lidar
under GRASS
(4) Run
Version: QGIS Desktop 3.6.0 with GRASS 7.6.0, OS: Windows 10
New contributor
I used GRASS in QGIS. Step to see LAS file are
(1) Processing on the menu bar
(2) Toolbox
(3) Find v.in.lidar
or r.in.lidar
under GRASS
(4) Run
Version: QGIS Desktop 3.6.0 with GRASS 7.6.0, OS: Windows 10
New contributor
New contributor
answered 6 mins ago
Cloud ChoCloud Cho
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f19338%2fviewing-lidar-data-las-in-qgis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The lasview.exe tool (README) that Bryce mentioned has a shorter LAStools.org URL now ... (-:
– Martin Isenburg
Feb 13 '12 at 13:05