3
votes
1answer
86 views

How to merge Waypoints from many GPX files?

I have a large number of Waypoint-layers (gpx) and would like to merge them. Is there a way to do so using QGIS? Thank you!
1
vote
1answer
65 views

How to “Merge Selected Features” with python?

I have been looking for the answer to this question for some time now, but can't seem to find it! My problem is straight forward: I have one layer It contains lots of features (only polygons), say ...
1
vote
2answers
73 views

How to make digitization more detailed afterwards with QGIS?

I digitized already two areas, bordering each other on one side. Than I realized, more detail was needed! What do you suggest as a fast way to do so? Adding each time new dots/verteces takes so ...
3
votes
3answers
66 views

Automated way to join

I have river networks (polyline) of several adjacent countries as shapefiles that almost match up at the borders, but not quite. Is there any way to automatically connect them to a consecutive river ...
-1
votes
2answers
97 views

styles when merging shapefiles in qgis

Trying to create something for mapstory.org It wants it in all one shapefile. So I create a polygons and lines (with time attributes) in qgis 1.8 Then merge them all into one shapefile, how can you ...
4
votes
1answer
134 views

How can I avoid reprojection gaps when merging DEM rasters?

I have two raster DEMs in same resolution I want to bring together. I was using the merge-function in SAGA, GRASS and QGIS but I always get the following result: What do I need? Where could the ...
1
vote
1answer
123 views

Merging data in Quantum GIS

I have a set of postcode boundary data that currently goes down to the most detailed level possible, like this: AB1 2CD I would like to 'simplify' the data so that it just shows the first part of ...
5
votes
0answers
121 views

How to add shapefile name as attribute during merge? [duplicate]

Possible Duplicate: How to add field with filename when merging shapefiles with ogr2ogr? I have more 200 shapefiles with a unique name. I would like to merge all of these together and save ...
5
votes
2answers
192 views

Extract certain area of contours/satellite images

I have 2 satellite images (jpeg2000 format) and 2 xyz-files from the same area. I am trying to extract certain region from the area including contour lines and the satellite image in order to import ...
2
votes
1answer
46 views

Is there a version of merge in QGIS that works like “Difference”?

I can't seem to find a tool to merge files from the active TOC into one file... The datamanagement --> Merge Shape files only allows you to choose a directory of shapefiles to merge which is really ...
3
votes
1answer
878 views

How do I edit shape file attribute tables so they all have the same information?

I am trying to merge several pipeline shapefiles using GEOMERGE but it cannot complete the function because they have different column definitions. So I need to edit the attribute tables so that ...
2
votes
1answer
341 views

merge raster images: error message procedure not found

I am using QGIS 1.8.0. Whenever I try to merge raster images I get the following error message: Traceback (most recent call last): File "C:\PROGRA~1\Quantum GIS Lisboa\bin\gdal_merge.py", line 36, ...
3
votes
2answers
309 views

How to join lines in QGIS for later using “lines to poly”?

After successfully merging lines (using snapping) with merge_selected_features i got nice result - one merged line. Next thing was to make polygon from created merged line. Result is not nice - it ...
4
votes
1answer
472 views

merge selected features and programming

I have a shape file with UK districts and unitary authorities. In the past, using commuting patterns, I worked out a new geography which is close to travel to work areas. I now would like to create a ...
6
votes
3answers
3k views

How can I join several raster files using QGIS?

I'm new to QGIS. How can I combine multiple raster layers into one layer? The raster images are of different areas with very little overlap. The goal is to bring numerous town plats into one project. ...
7
votes
4answers
1k views

Open source software to merge large shape files

Some background: I have 2 polygon shape files with approximately 500,000 records each. The two files are identical in terms of field structure. Using ArcGIS 10.0 I can'nt merge these two files using ...
1
vote
3answers
1k views

What is the problem with the merge shapefiles tool in QGIS?

I'm having trouble merging shapefiles in QGIS. I'm using plugin ftools 0.6.1 and I get this: Any workarounds someone may know of? Thanks