1
vote
1answer
76 views

QGIS contour lines shapefile to DEM help

I want to create a DEM from depth contours (shapefile) in QGIS. I've been trying to work out how to do this based on this previous question, notably from this link from that page, however I'm stuck, ...
3
votes
1answer
77 views

Autocorrelated DEM with QGIS or Grass

I was wondering if there is a way to make an Autocorrelated DEM within QGIS or Grass. I am looking to do this with stereo aerial photography. I am able to do this with a number of COTS tools, but I ...
3
votes
1answer
101 views

Hydro-Enforced/surface constraint DEM Creation using GRASS/QGIS

I am wondering if there is a way to create a hydro-breakline enforced DEM by means of any open source solution? I am able to create a DEM from Lidar data using GRASS, but would like to enforce some ...
1
vote
1answer
82 views

How to remove terracing from Civil3D GeoTIFF export?

I've received a GeoTIFF DEM that was exported from Civil3D and at every contour there is a distinct terrace created when I process an aspect or slope in QGIS with the GRASS plugins. I've looked ...
4
votes
1answer
149 views

Raster DEM generation

I have two shape files containing height information of a certain area and I need to create a raster DEM with GRASS using them. file 1 consists of height information in contours (isolines) file 2 ...
5
votes
2answers
464 views

How to compare two DEMs and show their difference?

I want to compare my DEMs (ASTER GDEM2 and SRTM4.1). I know, that the GDEM has some extreme "holes" with totaly wrong elevations (I found 3 of them in my working area). Now I need to know, if there ...
3
votes
1answer
356 views

Correct ASTER with SRTM or Topographic Map

I have a problem with my DEM again. I decided to use ASTER GDEM2 (for different reasons). ASTER GDEM2 have its problems, I know, and I dont want to discuss that again. I have to use it, because SRTM ...
2
votes
1answer
546 views

How to create a Digital Elevation Model

How to create a DEM starting from layers shapefile "contour lines" and "shares"? which module of GRASS I need to use? thanks for yours responses....
7
votes
2answers
454 views

Is it possible to manually correct a raster DEM (OpenSource)?

Is it possible, to correct a raster DEM by changeing the raster-cell-values manually, like by "painting"? My DEM (ASTER) have one small error where the elevation is about 300m below the actual ...
4
votes
5answers
458 views

Elevation correction ASTER GDEM2 (+10m)

My ASTER GDEM2 has a average elevation error of -10m for my area. (I testet it using 90 defferential GPS reference points and compared it with old Topo25, SRTM, and GoogleMaps). I would like to ...
2
votes
2answers
474 views

1'' DHM: Hillshade is too rough - how to “generalize”?

I got that hillshade from my DHM (I used the hillshade-module from qgis). For my purpose there a too much relief details (roughness). How can I get rid of them in QGIS or GRASS? Thanks! Martin
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 ...
17
votes
3answers
2k views

How to smooth a DEM?

I have a SRTM DEM and I want to create a shaded relief from it. I created the shaded relief in GRASS and the result is very nice, but a little rough becouse the area is near flat and the DEM is 90m in ...
1
vote
1answer
209 views

Command r.sunmask in GRASS

I have hypsometric model of relief, and I need to visualize shadows. I was suggested to use GRASS command r.sunmask, so I tried to set time values and run command, but it gives me an error "ERROR: ...
4
votes
2answers
530 views

What's a good toolchain to reproject some PNGs in plate carre to UTM?

I have some PNGs produced from Canadian DEM data. They're 1201px by 1201px heightmaps. Each one represents one quarter of a degree latitude and one quarter of a degree longitude. But I want to work ...
0
votes
1answer
291 views

How to transform a DEM to a cartesian coordinate system?

I am using the script r.inund.fluv. I run the script with all the required parameters and it produced a lot or errors. I emailed the author of the script and he said that "I think you are not ...
11
votes
4answers
2k views

Shaded relief from DEM in GRASS and QGIS

I have been trying to get a good looking shaded relief model out of GRASS and Qgis for a day or so now and just can't seem to get it. The biggest problem I'm having is the valleys look like ...
8
votes
4answers
2k views

Code to calculate elevation profile along line from a DEM

Given a DEM (Digital Elevation Model) say in and a line (x1,y1) --> (x2,y2) (paired coordinates (x,y)), how can one calculate the elevation profile or cross-section projected on that line ? I am ...
9
votes
4answers
753 views

Are there any open source tools to detect and fill sinks on a DEM?

Are there any open source or inexpensive tools to detect and fill sinks on a DEM? ESRI Spatial Analyst is just out of my price range.