0
votes
0answers
34 views

How can i calculate the width of the dam?

I am working with Reservoir design. Now I am facing problem to calculate the width of the dam. I need to calculate the width based on DEM and height of dam at various points using Python. I am working ...
1
vote
1answer
53 views

No. of Bands in the input Raster

I have downloaded a 7.5 min DEM . Now while I am trying to mosaic them it gives me an error saying "Input and target dataset should have the same number of bands" . How can I figure out the number of ...
0
votes
1answer
49 views

How to find locations for hydro power using raster analysis?

I have a stream network and DEM file both in raster format. I need to extract values from DEM to stream network. For the analysis in stream network after that, I need to find out the places for hydro ...
6
votes
0answers
82 views

Automatic detection of breaklines with a DEM

Breaklines are very useful for describing a terrain - for example to build an exact TIN. My question is, how to extract these breaklines from a given DEM. I calculated the curvature (vertical) - ...
2
votes
1answer
87 views

filter / generalize elevation points on the basis of some conditions

I wanted to generalize many elevation points in a rectangular area (about 700 square km). I need to take about 3 points for square km. These points must satisfy some conditions: One of these ...
3
votes
1answer
76 views

ArcGIS Raster Symbology - Break contour at 0

In ArcGIS 10, how can I break raster symbology (stretched) at a particular value (i.e. 0). For example, I have a DEM representing both topography and bathymetry and I want a break at the 0 m contour ...
1
vote
2answers
82 views

Put color for raster data(aspect.tif) on QGIS1.8.0

I create aspect.tif from DEM file. I could put the values(0 to 360)from contrast enhancement. I could set color from color map(freakout or Pseudocolor). In here, the data is shown by only 4 colors. I ...
5
votes
1answer
105 views

Calc bottomline of valleys

Which way do I calculate bottomlines of valleys or even more preceise: which way do I "find" valleys (for example suggested tectonic faults). Sample below shows a height profile (profile from line) ...
3
votes
2answers
286 views

Exporting DEM-derived rasters to CSV from QGIS?

I have been able to import into QGIS a set of raster topographic maps and the associated DEM raster maps. It registered the two for me. From there I have calculated the associated slope raster map. ...
8
votes
5answers
231 views

How to ensure uniform colour for DEMs?

This is a silly question, but one I've been trying to figure out for a while. I have two Aster DEM tiles, one next to the other. How do I ensure uniform colour for both?
1
vote
1answer
233 views

Problem merging two rasters in Qgis

I have two rasters in Geotiff, same CRS. I tried to merge them and I have this error code ERROR 4: `C:/Anita_Tepoztln/Rasters/e142.tif' does not exist in the file system, and is not recognised as a ...
0
votes
0answers
107 views

Importing Large Raster Datasets in Global Mapper

I'm having issues importing large amounts of data. I have about 25 gigabytes (2752 files ) that im trying to export as one big hill shade. I did this successfully in ArcGIS but i wasn't happy with the ...
2
votes
1answer
278 views

Creating a constant elevation raster with multiple attributes

Is it possible to create a raster with a constant value with multiple attributes? Such as: rowid value count Name 1 630 36000 Forest 2 630 75000 Anthro 3 630 2600 ...
8
votes
3answers
924 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. ...
7
votes
3answers
438 views

Creating raster or vector raster from DEM point file?

i have a point shape of 75.000 elevation points in a regular 5 m grid. We now want to create a polygon grid with the elevation points as "centroids". Unfortunately, all attempts to do so fail: I ...
10
votes
4answers
362 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 ...
11
votes
1answer
328 views

QGis raster terrain analysis - The curvature filter puzzles me

I am a french Master student at university Grenoble INP, and during my master project I have worked on DEM (raster) terrain analysis. Thus, I have read the source code of several QGis-1.7.4 raster ...
3
votes
1answer
134 views

Change ellipsoid reference for altitude in a DEM

I have DEM data stored as RGF93 (Lambert-93) for lat/lon and NGF-IGN69 for altitude. I'm trying to change the reference ellipsoid for the elevation data (ultimately to NTF, but WGS84 would be fine to ...
1
vote
1answer
396 views

Help with technique to create contours from ASTER DEM in Phnom Penh, Cambodia

I have the ASTER version 2 DEM of Cambodia. I want to use it to create 1m contours of Phnom Penh, Cambodia. If anyone has this already please let me know. Now, onto the problems: I am using ArcGIS ...
2
votes
3answers
906 views

How to convert raster data into regularly sampled points?

I am wondering if there's another way to convert raster data (ex: DEM) into regularly sampled points. I've used Raster to Point under ArcToolbox previously, but if the raster data is huge, that's a ...
5
votes
2answers
873 views

How to build an artificial 'dam' across a river?

I have a DEM. Created all files related to watershed including accumulation, direction, streams etc... I'm stuck creating a dam. I request you to please let me know how to build an artificial 'dam' ...
8
votes
2answers
414 views

Extract the area of a DEM above where 60% of the region lies?

I have a DEM of a mountainous region. I'd like to extract the areas of the DEM above which 60% of the total DEM area lies. So, essentially I'd like to extract the areas representing upper portions of ...
2
votes
2answers
980 views

Converting ASCII grid/NTF to SRTM/DEM

I want to use the Ordnance Survey Land-Form Panorama product in some software called Maperitive, which can read custom SRTM DEM files. The data is provided in the following formats: DXF [Contours] ...
13
votes
1answer
705 views

Good practice for generating contours from a DEM

We have just received a large set of DEMs at work and I would like to generate contours from them. The DEMs have a resolution of 1m and a size of 1kmx1km. Output from gdalinfo: Driver: ...
6
votes
1answer
480 views

FOSS method to split raster into smaller chunks

I have a raster (USGS DEM actually) and I need to split it up into smaller chunks like the image below shows. That was accomplished in ArcGIS 10.0 using the Split Raster tool. I would like a FOSS ...
6
votes
3answers
730 views

How to find the elevation differences between adjacent pixels in ArcGIS?

Is there a way to determine what the difference in elevation is between two adjacent pixels? I am using an SRTM DEM to map faults. I am using the vertical error (>16m) as a criterion for the ...
2
votes
1answer
519 views

Solar radiation calculation from GTOP030 DEM image

Can you help me to calculate solar radiation from GTOPO30 DEM image at the 30 m spatial resolution. I'm trying to do this many times using spatial analysis-solar radiation calculation tool in arcgis. ...
4
votes
2answers
710 views

Translating grid to USGS .dem in C# via GDAL

I am attempting to translate ArcInfo binary grids to USGS DEM format (.dem). I have installed the GDAL .NET bindings thru this build installer. I can get to GDAL in my C# add-in I am working on. ...
5
votes
1answer
4k views

Watershed Delineation

I am trying to delineate just the catchment area of some lakes, and am wondering the correct way to do this. I already have a filled DEM, along with a flow direction and a flow accumulation raster. Is ...
4
votes
5answers
3k views

Problems merging DEMs or other raster datasets? Clipping Raster dataset to vector line?

I have two DEMs that I am going create a hillshade from, and ultimately want one hillshade clipped to a county boundary. I am running into a couple problems, though. When I try to merge the two ...