0
votes
0answers
11 views

Input data format and read multiple files into Grass 6.4.1

I am trying to read in multiple (hundreds, thousand) LiDAR ascii files into Grass. They contain elevation data. I think I have managed one, and I can make a map of elevations, using File, Import ...
4
votes
2answers
144 views

how to retrieve average building height in urban areas?

I am looking for a way to collect data on the height profile of some cities over time. I don't need to produce a detailed 3D reconstruction of cities, nor do I need to detect and measure individual ...
11
votes
3answers
235 views

PostGIS interpolation / triangulation options

I'm looking for an open source workflow to automate DEM construction. We have a series of sites that fall within a LIDAR dataset. We want to create site specific DEM's for each site, and we're ...
8
votes
3answers
940 views

Best method to aggregate 1m DEM mosaic to 10m DEM

I have a mosaic of a 1m LiDar derived DEM. I need to output a subset of the data as a 10m DEM. I am currently using the aggregate tool in ARCGIS 10 to produce a mean value for each new 10m pixel. ...
10
votes
4answers
364 views

Dikes extraction from DEM

I do have DEM of 1x1 meter and original LiDAR point cloud in .las, that DEM is made of. I need to extract river dikes (highest points of the dikes) to vector feature (point, polyline). Any idea for ...
5
votes
2answers
295 views

Seeking commercial web service for LIDAR/DSM data in USA

I apologize for not knowing all the proper terminology to ask this question. I am seeking a commercial service for providing pay-per-use high resolution elevation data in North America. It must come ...
2
votes
2answers
2k views

Viewing .las format LIDAR data in QGIS?

Is there an easy path to visualizing this LIDAR data? I have QGIS, and some USGS LIDAR data in (.las) format downloaded from http://lidar.cr.usgs.gov/ . This means I have both the (.las) and ...
4
votes
2answers
410 views

comparing two TINs

i have the following two files: 1) LiDAR las file1 2) Let's give it a name LiDAR las file2, contains the same file1 data, where number of points randomly removed. So if file1 contains X number of ...
9
votes
4answers
891 views

comparing two DEMs

i have two Lidar las files, one is original let's say with X points. And the other is copy of the first las file but with Y points, where Y is less than X. Now, i wanted to compare how the Digital ...
14
votes
13answers
15k views

How to a convert LiDAR XYZ files to DEM / DSM?

Normally consultants (LiDAR survey) provide me with data to my specifications; already in ESRI GRID or ASCII GRID format. This way LiDAR data can be easily used with ArcGIS. This time I only have xyz ...