Tagged Questions
3
votes
0answers
77 views
Problems converting polygon to point
I'm trying to convert polygons to points with ArcGIS 10. My polygon layer has 2 attributes that I want to give to my point layer. I'm using the Feature to Point function from the Arctoolbox, but it ...
0
votes
1answer
81 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 ...
3
votes
1answer
57 views
Convert polygons to a number of randomly located points based on polygon size
ArcMap 10.1 on a PC. Working with a large shapefile with ~50,000 poygons with a wide range of size from 1,000+m. to <1m. I would like to convert these polygons into points so I can do some analysis ...
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
63 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 ...
1
vote
1answer
147 views
arcpy points in polygon check
I have a list of points and a list of polygons both in a separate shape files. I am trying to write a ArcPy script to loop through the points, and then the polygons respectively and tell me when a ...
0
votes
3answers
214 views
Calculate 'Rectangle' Coordinates Given 2 Points and width [closed]
I want to create a rectangular polygon using two points as guides.
So let's say a journey starts in Egypt and ends in London, my polygon should have 4 points:
10 miles further from London than Egypt ...
0
votes
0answers
30 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 ...
6
votes
1answer
193 views
How to draw shapes with highest possible decimal accuracy
I am trying to read input of lat and long to draw the shape based on condition.The input is standard array of lat and long with 15 decimal accuracy. I am realizing - I am loosing some decimal accuracy ...
4
votes
1answer
2k views
Arcgis 10: Point layer, polygon line layer, draw points to the nearest polygon point or other nearest line?
I have been using arcGIS for a while now but I often get frustrated with it :(
I have version 10.0 arcGIS and I'm have two layers
1) Point data (building locations)
2) a polygon shape file (outline ...
4
votes
1answer
284 views
How to automate the drawing of polygons (square) around a number of points in QGIS?
In QGIS (or alternatively any other scripting + GIS stack), how can I automate drawing a 100km x 100km square around a number of points, with the point being dead in the center?
I'd need to loop ...
0
votes
0answers
256 views
How to do a spatial join if QGIS 1.8 keeps crashing?
I am trying to perform a simple spatial join (adding polygon data to points) in QGIS 1.8:
target vector: points
join vector: polygons
take attributes of first located feature
keep all records
...
2
votes
0answers
342 views
cant find point/polygon intersect using qgis (windows only)
below i describe the method i am using.
i have 2 machines: 1 ubuntu linux, qgis 1.4 - intersection works
2 WIN xp, qgis 1.8 - intersection dows not work
hopefully, someone will ...
3
votes
2answers
598 views
How can i select a polygon in MS SQL 2008
I am very new to MS SQL 2008. I got a task to select a polygon from the polygon layer by giving the X-Y coordinates. I already got the script for PostgreSQL for the same thing, but i need it for MS ...
2
votes
1answer
465 views
Geometryutil, simplify polygon, querytask and query fault error
One of the tools in my app is to draw freehand polygons (counties) to show points (companies) in each county. Everything works great but if the user creates an intersecting polygon then I have a ...