Tagged Questions
5
votes
1answer
41 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
53 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
55 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
0answers
49 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
48 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
46 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
78 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
69 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
51 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
69 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
60 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
47 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
93 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
39 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
63 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
0answers
84 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
61 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
46 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
83 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
295 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
199 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
141 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
50 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
122 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
134 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
263 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
251 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
149 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
155 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
83 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
182 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
209 views
How to rectify polygon-shapes in Quantum-GIS? [duplicate]
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 quantum-gis (or any other f/oss)? Or how can I ...
10
votes
3answers
210 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
314 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
301 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
221 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
141 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
74 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 ...
5
votes
2answers
328 views
How to sum pixel values within a polygon zone in QGIS?
I have two layers: a raster layer and a vector layer (polygon). I can see the values of the raster pixels but I don't know how to combine them with information from the polygon layer. More ...
1
vote
2answers
120 views
information from a shapefile to another shapefile
I am very new to GIS and learning by myself so what I'm about to ask is possibly quite basic.
I am using QGIS.
I have a shapefile, which categorizes areas (land cover) by numbers (corresponding to ...
6
votes
1answer
194 views
Generalize large polygon-file
I have a large polygone file with landuse information (6 classes). Its vectorised from a raster classification so the polygons are all angular. Any of my tries to generalize with v.generalize (sneaks, ...
0
votes
0answers
29 views
Point to Polygon [duplicate]
Possible Duplicate:
Create new polygon layers from postcodes latitude & longitude
I'm running QGIS 1.8.0
I have a list of points that I need to convert to one polygon. So far I have ...
5
votes
1answer
64 views
Geographic locators within Polygons
I have a list of geographic locators and a boundary file. In QGIS, is there any way merging them together to create a lookup saying this boundary contains these locators? Not the number the actual ...
1
vote
1answer
353 views
QGIS, how do you break segments of a polygon, ie break 1 polygon into 2 or more?
I have a polygon but would like it to be in broken up to put into different layers. I can't work out how to do this.
10
votes
6answers
448 views
How do I make a heat or Choropleth map that uses polygons in QGis?
I've been playing around with the heatmap plugin for QGIS and I am wondering if it is possible to make heatmap with using a similar plugin/tool that uses polygons as well as points?
I would like to ...
6
votes
2answers
423 views
Converting point sets to polygon boundaries
I'm trying to convert sets of points to their respective polygon boundaries. I think this is something like a Voronoi diagram or Convex Hull, but not quite. I'm sure there's a technical term for it, ...