Tagged Questions
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 ...
4
votes
3answers
215 views
Convert multiple lines into single line
I've no idea if this is basic or what but I have this data that contains multiple lines (forming a polygon shape). I want to convert those lines (multiple - each with a start and end point) to a ...
2
votes
1answer
298 views
How do i calculate line segment lengths within a polygon?
I have a layer with line segments and a layer of polygons (in this case, buffers around points). I need to create a new field for each polygon that contains the total length of all line segments ...
3
votes
1answer
70 views
digitizing (tolerence) error in line data
I have designed a large number of boundaries. For accuracy, I took lines in patches from different data sets and merged them into one. Now I want to turn them into polygons from lines. I every second ...
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
4answers
203 views
How to avoid holes in polygons from lines?
I am trying to convert a dataset of lines that contains the coast of New Zealand into a big polygon.
However using the vector -> geometry tools -> lines to polygon command in Quantum GIS results in a ...
3
votes
3answers
329 views
Finding centrelines from polygons?
I was wondering if there is a way to create centre lines from polygons in QGIS? I have a polygon layer, but ideally need the centrelines as a separate file.
Thanks,
Alan
6
votes
1answer
313 views
Filling a polygon with lines using Postgis
i need to calculate a specific distance in an area. The distance is calculated from parallel lines in a polygon, And i need to find out how many parallel lines (with x meters distance to each other) ...
3
votes
3answers
296 views
Selecting polygons with a minimum internal straight line value - ArcGIS 10
I have a map of polygons representing forest stands. I am trying to sort through them to find those polygons that have a minimum internal distance of 200 m in a straight line (my field sampling will ...
3
votes
4answers
6k views
How to create polygons from lines?
I am trying to create polygons from a line layer of lots and concessions (large blocks of land in rural areas). The lines are mainly grid style as they intersect mostly at right angles. I need to ...
2
votes
1answer
1k views
Create point in intersections of two layers
I have two layers. One of them is 'Road_line' and another one is 'forest_shape'.
I want to create a point layer that has points in intersection of that layers. I couldn't find any tools for it.
Could ...
