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
2answers
285 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. ...
1
vote
1answer
98 views

How to correlate raster map and elevation data?

I have been provided with a set of raster maps. Thanks to another helpful user here I have been able to acquire some elevation data for the same region from gis.utah.gov in asc format. Now I need to ...
6
votes
3answers
745 views

Raster: How to get elevation at lat/long using python?

I was wondering if anyone has some experience in getting elevation data from a raster without using ArcGIS, but rather get the information as a python list or dict? I get my XY data as a list of ...
1
vote
2answers
465 views

Calculating slope over distance from raster

I am sitting with an elevation raster, trying to produce a calculation for slope angle. I have a cell size of 2,-2 and I am trying to figure out how to calculate cell value difference between adjacent ...
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 ...
0
votes
2answers
259 views

Why does only one of three elevation rasters display correctly?

I downloaded a selected sub-set of the USGS National Elevation Data (NED) using their online GUI. This download came in the form of three files. The names of the files are 61471006, 61471006_2, and ...
1
vote
2answers
427 views

Mosaicing LIDAR files in ArcGIS 10

I have a number of LIDAR files (the extension is .adf). When put together, they show the same area (each shows one part of it), so, before I do anything else with them, I would like to combine them ...
1
vote
1answer
99 views

ESRI ISurface.GetElevation is extremely slow compared to GlobalMapper

I'm using ISurface.GetElevation on a Raster to get the elevation for a specific lat/lon. I have to do this for a huge set of datapoints. Currently i'm testing with a dataset of 10.000 items which ...
1
vote
1answer
393 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
1answer
467 views

DTED/GeoTiff layer: Get elevation under mouse pointer

I have a simple desktop app with a map control. The map data that will be available to show will be either DTED files (Military Analyst's catalog / MADTEDLayer), or GeoTiffs (created by gdal). I want ...
4
votes
3answers
539 views

How to get the elevation of the areas in a raster file from SRTM?

I have an SRTM elevation map. How do I get the elevation of each point in the map? I am using GRASS. Is there a GRASS script to do such?
0
votes
0answers
538 views

How to select an area in a raster map that is compared with another raster map? (intersection of two raster maps) [closed]

I have raster map A=elevation values and raster map B=raster with colors (each color represents a polygon boundary. raster map B is created with the use of v.to.rast) I want to select the part of ...
7
votes
7answers
602 views

seeking “Available Sky” implementations

I'm looking for implementations of an algorithm called "Available Sky". ArcGIS (Spatial Analyst or GRID) is preferred, but solutions in GDAL, SAGA GIS or others are perfectly acceptable. The ...