Tagged Questions
1
vote
1answer
35 views
How to perform a cascaded combine from python script in QGIS?
I'm working with a large dataset, and I need to be able to combine up to 400,000 polygons. I have been using the QgsGeometry::combine(QgsGeometry* geometry) function and simply looping over all ...
2
votes
2answers
39 views
How to average values in a point layer with respect to polygon layer in QGIS?
I am new to GIS and have the following problem:
I have 2 layers: a point layer with a column that contains numbers (pollution index from specific measurement point) and a polygon layer with different ...
0
votes
1answer
18 views
QGIS create point data attribute as the name of the polygon it falls in
I'm working in QGIS with a point data set overlaying a farm with 140 fields. While I can analyse the points from each field individually, I would rather use an awk script to calculate statistics I ...
1
vote
1answer
55 views
How to paste pictures into data frame?
I have a polygon feature class and I want to trace (select with a polygon) a picture that is solely comprised of a couple of interlocking letters.
In ArcMap when I would do this I would simply drag ...
1
vote
1answer
38 views
For each polygon, return yes/no value if it intersects another layer
I have a polygon grid overlaying several other polygon vectors. I wish to visit each polygon in the grid and ask yes/no if each of these layers fall within the grid cell or not. I can do this easily ...
0
votes
0answers
53 views
How to set point / line / polygon color and transparency with Python?
How can you set the color and transparency of a vector layer feature in QGIS using Python? Seems like a pretty simple and common task but I can't seem to find answered questions or examples.
Any ...
2
votes
0answers
101 views
Divide polygon layer by point layer in QGIS?
I have two layers - one polygon layer that is a buffer of a road layer, and one point layer that shows certain locations along that road.
What I want to do is to divide/split the polygon layer at the ...
4
votes
2answers
58 views
“GIS” Mapping on Monument - Scaling
I have a Baroque tombstone for which I have to map the damage phenoma. Normally one can use a vector drawing programm but one has always two boundaries between the different polygons. Questions:
Is it ...
8
votes
1answer
121 views
How to automatically reduce polygon size?
I am working with two polygon layers (counties & states) which I will 'intersect' to find which counties are within which states.
Due to data inaccuracies I have to change all county polygons and ...
4
votes
1answer
68 views
Raster to vector with gaps in Landsat ETM
I need to find size of water area from a raster (jpg) using QGIS 1.8.0-Lisboa. The raster is a Landsat image with gaps of data in it.
I used Polygonize, but the output file shows wrong polygon size ...
0
votes
2answers
80 views
Find and list all polygons that overlap with another polygon
I am working with two polygon layers which overlap but are unrelated (one is congressional district boundaries, the other is MPO area boundaries).
I would like to generate a list of all the ...
3
votes
1answer
67 views
Masking/removing polygons from shapefile
I have a shapefile containing the road traffic noise of a city.
The shapefile has 5 columns, where 'noise_in' (noise interval) ranging from 1-5 is included.
I want to remove/mask the road noise from ...
2
votes
1answer
54 views
How to determine the longest side of a polygon in QGIS?
Is there a possibility to determine the longest side of a polygon with QGIS? As I need to do that for hundreds of polygons I would prefer an automized method (like a plugin).
So far my idea was:
...
1
vote
1answer
56 views
Polygon Nodes do not have separate coordinates [duplicate]
I'm attempting to measure the distance of a series of points from a smaller number of polygons. As a first step, I've changed the polygons into points along their border, via the
Vector> Geometry ...
0
votes
1answer
93 views
Aggregate points with same values to polygons
I have a shapefile with 2M measurement points (each measurement point has a resolution of a 1/10). How can I aggregate points around each other if and create polygons out of it?
They do not have to ...
2
votes
3answers
72 views
How to minimize the number of points in a polygon?
I'm building a web application that will be transferring polygons from server to client. Initially, the shapefile is coming from an external source that I have no control over.
Often, I find polygons ...
0
votes
0answers
73 views
Fill polygon with colour depending on the value in MS SQL Server table
I'm using QGIS 1.8. Windows 7. I have a table in MS SQL Server 2008 R2 database with two fields: id and density(int). There are several polygons in QGIS. How can I set color of polygion depending on ...
1
vote
0answers
93 views
Line to Polygon via Polygonizer in QGIS
My question is in the same vein as this one.
I'm attempting to convert precipitation lines (Precipitación Media Anual) to a polygon for Mexico in QGIS using the Polygonizer plugin.
After running the ...
1
vote
0answers
65 views
How can I move two layers at once in QGIS?
I'm trying to move two digitized layers, one containing points, the other polygons to a different location at the same time. QGIS doens't seem to allow this. Even if I select both layers and features ...
0
votes
1answer
63 views
matching a border of one polygon to another [duplicate]
I have a polygon (A) that I drew the eastern border of in QGIS. I have another polygon(B) whose western border I want to nest against the eastern border of polygon a so they are touching but not ...
0
votes
1answer
102 views
How to label each polygon in a layer?
QGIS 1.8.0 Mac OS 10.6.8: I want to label each polygon in a layer in a similar way to this image (done in WP Presentations) and am totally confused by the manual. Obviously I have to find a list of ...
0
votes
0answers
30 views
How to determine if a line is within a polygon or if it exceeds the polygon boundaries?
So I have a polygon layer and a line layer and a point layer...
Each line goes to the centroid of 1 polygon, some of those lines come from within the same polygon, some come from outside of that ...
1
vote
0answers
50 views
graduated pattern polygon fill
I'm sure this question is really really basic but I appeal to you because I hate the idea that I have spent 20 minutes trying to do such a simple thing...
All I want to do is style a polygon layer by ...
2
votes
1answer
75 views
How to delete one polygon from a multi polygon record in a spatialite database using QGIS
I have a spatialite database with multi polygon records within the database. When i try to edit these records i cannot delete just one of the polgons for a specific record. It only allows me to delete ...
4
votes
1answer
99 views
How to combine stacked polygons within a shapefile?
The image below shows my shp-file. Every polygon has the same transparent color. So a darker blue means, that several polygons are stacked! How do I cut every polygon with each other so no polygons ...
0
votes
1answer
72 views
Split polygons and extract points
I have a polygon file with 90 adjacent polygons. I also have a lat/long point file that overlaps the entire surface of the polygon file (170,000 points). My problem is that working with all of the ...
0
votes
0answers
11 views
Assigning an area to a geoprocessed polygon [duplicate]
using QGIS
I've geoprocessed a layer using the difference function but the newly created layer still holds the area attributes of the layer I used as the input layer...
ie on my output layer, a tiny ...
6
votes
1answer
50 views
Is there a way to select only a certain polygon for editing?
I have a spatialite data base with 4300 polygons contained within. I wish to be able to edit the polygons but once i have highlighted the Polygon from the attributes table i find it hard to edit the ...
1
vote
0answers
39 views
Avoid rounding of coordinates in pyQgis
If I get the coordinates of a polygon in qgis by
x = geom.asPolygon()
It rounds off the coordinate from i.e.
-27,200,334.86
to
-2.72003e+07
How can I avoid that?
3
votes
1answer
93 views
How to make survey lines within a polygon?
I am trying to figure out how to make survey lines within a polygon.
So first I make a polygon. Now I need to fill this polygon with lines, where I can choose the spacing between the lines, and the ...
11
votes
2answers
390 views
Creating Thiessen (Voronoi) polygons using lines (rather than points) as the input features?
I have a set of line features inside a particular polygonal boundary. For each line, I'd like to generate a polygon inside which every possible point is closer to the given line than to any other line ...
1
vote
3answers
265 views
How to auto fill or delete sliver polygons without losing precision?
I am developing some boundaries in which precision holds the key value.
Using ArcGIS 9.3 I am converting lines to polygons using the "feature to polygon" tool. The lines are accurate but I find ...
2
votes
2answers
190 views
How to create a multipart polygon?
I have two polygons that consist of two separate polygons/lines in QGIS). How can I make this into a multipart polygon, which consists of 1 line in QGIS?
1
vote
0answers
53 views
When digitizing, objects are not saved well
I've some problems with digitizing.
If I draw a line or a polygon, the line or polygon is saved in the attribute list, but not visible and its location is not saved either (when I zoom to the object ...
2
votes
1answer
171 views
find polygon corner coordinates
I am trying to get the coordinates of each node of the polygon I create. I would like the attribute table to display the name of the polygon (ex. address) and then the coordinates of the nodes (ex. ...
1
vote
0answers
45 views
Add regular points to each polygon in QGIS [duplicate]
Possible Duplicate:
assign and move centroids to their polygons
I'm trying to find out a method to define a unique ID based on specific coordinates for each polygon of a shp. The problem is ...
5
votes
1answer
161 views
Create a new vector layer that fills space between other polygons in QGIS
I inherited a clipped (500m radius) land cover map containing vector layers of different land cover categories such as buildings, grass, roads, etc from a colleague.
The empty (white) space in ...
1
vote
3answers
282 views
How to create one KML per polygon (from one Shapefile)?
I have a shapefile containing hundreds of polygons. I need to create a kml of each of the polygon. Is there any way that I may not have to deal each polygon individually and my polygon file may give ...
4
votes
1answer
315 views
What is the best way to connect spatial data with attributes in Excel table?
I have many attributes which are stored in an Excel table. They refer to USA counties. I need to somehow connect those attributes to polygons in some format (don't know which is the best) and ...
3
votes
3answers
153 views
How do I sort polygons by their latitude?
We have a set of polygons which we would like to sort and number according to their latitude. This will make it easier for local authorities to relate to the numbers of the objects.
I have looked ...
3
votes
0answers
170 views
Polygonize vegetation area from Landsat7 RGB using QGis / Bilko?
I'm trying to extract the areas with vegetation as a polygon-shape from a landsat7-image, 30m resolution, RGB, using QGis 1.8 or Bilko or (hopefully in the near future) ArcGIS. The area is in Northern ...
4
votes
3answers
94 views
How to subset X number of features from Shape file in QGIS
I'm looking for a means to take a rather large Shape file and split it out into separate, smaller shapefiles based on number of features. So for example, if I have a file with 1 million features, ...
6
votes
1answer
203 views
QGIS define hexagon area around mapped points
I am using QGIS to map a number of radio antennas (for mobile network).
Once I have the layer of the sites (done), I would like to assign to each site a coverage area (envelope). I could achieve that ...
7
votes
1answer
235 views
How to rectify polygon shapes in QGIS?
I have some polygon-shapes in qgis-1.7.0 and want to ensure that every polygon is a rectangle. See image below.
Is there any way I can do this in QGIS (or any other f/oss)? Or how can I improve my ...
10
votes
3answers
215 views
How to improve drawn shapes in Quantum-GIS?
I have a polygon-shape in qgis-1.7.0 and want to fix overlays and gaps between the edges of adjacent polygons. See image below.
Is there any automated way to do this in quantum-gis? Or any other ...
3
votes
1answer
481 views
How to enable “snapping” in Quantum-GIS while drawing polygons?
I tried to draw polygons in qgis-1.7.0 and I somehow can't find or failed to find the "snapping" option. I'm used to ArcGIS-10.0 where you have some snapping options, like placing points of polygons ...
7
votes
3answers
328 views
How to sum up values of neighbouring polygons?
I hope that you can help me with the following problem: I have a vector (polygon) layer. I would like to add an attribute to the layer that - for every polygon - sums the values of a specific field of ...
3
votes
1answer
238 views
Qgis analysis on polygon
I have a data table mapped and the table also contains further information of interest, beyond the lat/long of the specific data points.
I want to be able to draw a polygon and then simply have a ...
4
votes
1answer
161 views
Extracting donut holes as separate layer in QGIS
Does anyone know how I can extract the holes in a polygon layer as a separate layer in Quantum GIS? An example could be a country with a number of lakes cut out of the polygon - I need the lakes.
I ...
3
votes
0answers
79 views
Why doesn't Polygonizer copy the line ids to my polygonized shapefile?
I am trying to convert a line shapefile into a polygon shapefile using Polygonizer plugin, and when my new polygons are created all the cells in my id field are "Null", although I have clicked "copy ...