Contour maps depict spatially-varying values, such as elevation, by means of curves of equal value.

learn more… | top users | synonyms

0
votes
0answers
20 views

QGIS 1.8.0-Lisboa error message when converting DEM to Contours

I am trying to convert a small DEM (1 megabyte) into contours. When I go to - Extraction - Contour- and run it I get the following message: "ERROR 1: CPLRealloc(): Out of memory allocating 416 ...
0
votes
1answer
41 views

Import SketchUp created KML contour lines model to QGIS

There's a neat trick to create contour lines based on the GE 3D terrain using Sketch-Up. The resulting KML however is a model I have looked at ways of importing KML layers to QGIS, like it was ...
-1
votes
0answers
23 views

Trying to create contours from DEM; getting ERROR 1 [closed]

I'm trying to create contours with a 10 ft interval from a DEM, and I'm getting the following error: ERROR 1: CPL Realloc () = Out of memory allocating 416 bytes. I've tried this on a geotiff and ...
-1
votes
0answers
47 views

How to plot contours on a map with ggplot2 when data is on an irregular grid? [closed]

I wrote a question on StackOverflow earlier today before I found out about this site. It seems that the question may be more relevant for this stackexchange. I was going to copy and paste the question ...
1
vote
2answers
103 views

Is it possible to colour areas between (vector) contours?

...without making it a DEM first? Joshdoe seems to have done so ("Styled in QGis") here but doesn't say how. Thanks!
1
vote
1answer
58 views

Extraction of contour lines starting from 0 elevation

I need your help regarding extraction of contour lines in QGIS. I am new to QGIS (in GIS actually). I followed the tutorials on extracting contour lines from DEM (which I downloaded from cgiar.srtm) ...
1
vote
0answers
77 views

Arrow flow lines from a contour map

using QGIS (or even GRASS) is it possible to label a contour lines shape with arrows that indicate the flow direction? Briefly: I have a point shape with elevation values. I make an interpolation map ...
1
vote
1answer
121 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, ...
1
vote
2answers
47 views

contour lines from point shape attribute

I have a point shape file and one of the attribute refers to the altitude. Is is possible to obtain a contour lines shape file in GRASS?
1
vote
0answers
63 views

How calculate areas between certain contour lines in qgis?

Sorry for asking a question which I found in similar ways already here, but I am trying this for days and just got no result: How do I calculate the area between certain contour lines (e.g. 0-800, ...
3
votes
2answers
76 views

Finding depression with contour lines

How can I find depression contour lines? I already have find depressions via Fill-method, but now I try to detect them by using the contour lines. anyone have an idea ?
5
votes
1answer
118 views

Comparison of three contour lines

I am looking for a way to spatially quantify the difference between three contour line shapefiles. More specifically, I have two elevation rasters which I intend to create contour lines from, but ...
1
vote
2answers
270 views

How to install the Python module shapely for QGIS use?

I'm using QGIS 1.8.0 on a Mac with OSX 10.6.8 (Snow Leopard). I've installed QGIS including GDAL, GSL, UNIXImageIO, Freetype, and Matplotlib all from www.kyngchaos.com. When installing the plugin ...
2
votes
0answers
102 views

Best method to convert CSV file of lat/lon and depth data to bathymetry polygon?

I'm trying to create bathymetry polygons based on lat/long and depth data. I have tried several methods and the resulting polygons are clunky. Make XY Event Layer-->Copy Features--> Project--> ...
1
vote
2answers
161 views

Problem creating TIN from multiple contour shapefiles with ArcGIS 9.3 Spatial Analyst

I have about 20 shapefiles that contain contours lines, and I'm trying to convert them to one TIN using Spatial Analyst in ArcGIS 9.3. I included all of the SHP's as input to generate a TIN, but it ...
3
votes
2answers
223 views

Exporting a USGS contour line shapefile to DWG or DXF

how do i assign the Z value based on the Elevation attribute? Using ArcGIS 10.1? I've been messing with this for an hour or two now and every time the exported DWG has ZERO for z value for all lines. ...
9
votes
3answers
263 views

Contours: Interrupt contour lines beneath a elevation number

Is there a way to interrupt a contour line beneath a elevation number? Thanks!
0
votes
1answer
168 views

Most optimal algorithm for contour correctness?

Am creating an app which correctly calculates contours from a DEM file or any height-map given to it. The correctness of the contour holding the most importance, since a person viewing the contours ...
4
votes
1answer
79 views

How to use -lco options in gdal_contour?

I'm trying to create contours from geotiff raster with gdal_contour. My output format is Postgresql and I would like to ovewrite the existing table. When I do: gdal_contour -a 1 -f PostgreSQL -i 50 ...
2
votes
0answers
51 views

Applying depth to Shapefile

Apologies if this question has been answered before. I'm digitizing a historic coastline and would like to add a single depth figure to it in order to merge it with a current contour model. Is there ...
5
votes
2answers
94 views

Using field calculator to delete specific contours

I have 3 contour shapefiles with 25m, 50m and 100m equidistance. Now I want to delete in the 25m-shp-file every **50m and **00m contour and in the 50m-shp-file every **00 contour. How can I show them ...
1
vote
0answers
196 views

How to clip the contour map with the polygon using R software?

Hi I am wondering how can I create the contour lines from the discrete x, y and z dataset and then add the shapefile to cut the contour lines by polygon. I want to clip the contour map by the shape ...
2
votes
2answers
633 views

Detailed Bathymetric/Bathymetry contour data (0-200M)

I am looking for free Bathymetric contour data in shapefile format for depths between 0-200 meters for North America. I prefer contours at 10 meter increments, but will take whatever I can get. I ...
2
votes
1answer
316 views

Problem with generating contour lines and filled contours

I am trying to create contour lines and filled contours from a shape file of height points using the contour plug in (have tried other tools but with no success). The data is sourced from the UK ...
6
votes
3answers
656 views

How to extract slope from topographic raster map?

I am working on a project for a machine learning class wherein I extract features from a topographic raster map and then classify the traversability of the terrain. One of the features I need to ...
2
votes
1answer
225 views

Contour Lines Raster Extraction

I've been playing with Mapbox's blog post about converting heat maps to contour lines, and I'm stuck at the extraction part of this process. I used the CSV plugin to create a vector layer of points, ...
4
votes
1answer
491 views

TIN Creation from 3D Contour File

I'm currently trying to import a 3D contour file into a Quantum GIS project. My question is, how can I export the DXF file from Microstation with height information? I already have imported it to the ...
9
votes
3answers
418 views

What are common methods for converting raster digital elevation data to vector contours?

In researching this I have found many references to the opposite, creating elevation data from contours, but nothing regarding contour creation. Preferably, I am looking for open source solutions like ...
1
vote
2answers
159 views

How to specify gdal_contour output format as postgresql table?

I want to generate contours with gdal_contour command. It generates an output as shapefile by default. I want this utility to output a postgresql (postgis) table. The documentation says there is a -f ...
0
votes
1answer
868 views

How to convert shapefile labels to graphics (in ArcMap 10)?

I have a shapefile that represents contours. Because I have clipped the contours to the map boundary they are broken in several places. Now that I have labeled the contours there are labels that are ...
3
votes
0answers
236 views

How to contour irregular point data for overlay on Google maps?

I am having some serious trouble finding a solution to fit my current needs. I am attempting to create contour maps from irregularly spaced point-data on the fly to overlay on a Google map. I have ...
2
votes
3answers
406 views

Generate raster from isolines

I have a vector dataset of mean annual precipitation polylines, and I would like to generate a raster from them. I'm not sure the best way to go about it. ArcGIS has the Polyline to Raster tool but ...
3
votes
2answers
143 views

Selecting a suitable GIS for my project

I need to develop a web-based map using existing shape files. Using the web-map, we must be able to select a region and produce contours for that selected region. Can any one suggest the best open ...
2
votes
0answers
435 views

Dynamic Contour generation and project on google maps

Is it possible to generate contour map layer at runtime and overlap or project on google maps. I am using google map api v3 and want to generate contour map layer using data from sql server and ...
1
vote
2answers
322 views

How to batch process (100s) of interpolations in QGIS or other open source software programs?

Is there an efficient way to run 100s of interpolations in QGIS or other open source software programs? I have groundwater contamination data collected from monitoring wells at about 800 different ...
2
votes
1answer
587 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....
9
votes
4answers
945 views

How to place elevation numbers on contours with uphill orientation and position?

I want to orient my elevation labels uphill. Is that possible? I'm currently using the labeling tool from QGIS (not that one in layer settings). I want the labels curved and uphill oriented (and I ...
3
votes
2answers
838 views

ArcGIS 10: How to clip point buffer to features in another layer?

I'm on a steep learnig curve here, so aplogies if my question is a one-banana problem. In ArcGIS 10 I have a contour layer that was generated from an ESR ASCII raster file (batyhmetry of the South ...
2
votes
2answers
175 views

Losing large portions of elevation contours from QGIS to PDF

Please forgive me as I'm new to GIS and all this might be a silly question, the wrong place for this question, or a hack way of going about what I'm getting at. So any suggestions on better practice ...
1
vote
2answers
451 views

Interpolation of contours (from one “main-contour-shapefile”)

I calculated, that the best and smalest possible äquidistance (equidistant) for my map is 30m. After I generlized my DHM, I extracted contours of a intervall of 30m and smoothed them. Now I have my ...
1
vote
1answer
581 views

Calculate the distance between two contours

I have two contour polylines (single shapefile) and I would like to calculate the mean, min and max distances between the two lines. Is there a function in ArcMap 10 (ArcInfo license, incl. Spatial ...
0
votes
1answer
557 views

How to generate smooth contours from cropped raster?

I’m trying to create contours from a raster layer in QGIS. On my first attempt, I cropped my raster layer in Photoshop and reimported it, but it lost coordinate data I think. I made the contours ...
3
votes
1answer
2k views

How to crop raster layer?

Can anyone tell me how to crop a raster layer in QGIS? I want to make contours from a section of a layer, and including the whole layer will create far more data than I need and slow down the ...
27
votes
1answer
2k views

How to smooth the polygons in a contour map

Here is a contour map for which all the polygons of levels are available. Let ask how to smooth the polygons keeping all vertices preserved in their exact locations? Indeed the contour is made on ...
4
votes
4answers
474 views

How to automatically plot intermediate contours with QGIS, GRASS GIS or SAGA GIS?

I'm mapping a steep mountain range. My main contour interval is 50 m and my intermediate contour interval is 10 m. In steep areas, the interval of 10 m is too small, so I need to leave ...
7
votes
2answers
1k views

How to Create Contours for Zonation

I'm still new in the world of GIS. I'm currently doing some zonation with "test points." Each has its own coordinates and "P" value. I want to make contours of these data, to divide the whole area ...
1
vote
1answer
417 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 ...
7
votes
4answers
4k views

Is it possible to make a DEM from contours in QGIS?

Is it possible to make a DEM from contours in QGIS? I have a shp file (contours) and their heights, can I use QGIS for produce a DEM without using GRASS? I find this creating a dem from contours but ...
4
votes
2answers
1k views

Simplify Raster Contours ArcGIS 10

Does anybody know a way to simplify a number of contour polylines derived from a raster dataset? I need to generate a map that shows contour polylines at relatively small scale. With the contour ...
9
votes
5answers
703 views

Measuring straightness of a curve segment (represented as a polyline)

I'm working on an automatic elevation contour labeling algorithm and one of the factors that I want to take into account when deciding the positions of labels is how "straight" a particular segment of ...

1 2