Tagged Questions
2
votes
0answers
72 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
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 ...
3
votes
1answer
55 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
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 ...
1
vote
1answer
144 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
212 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
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 ...
6
votes
1answer
192 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
280 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
253 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
338 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
595 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
462 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 ...
2
votes
3answers
547 views
Accessing coordinates of polygon
I have designed a polygon in a web page and the coordinates are stored in the database of the type polygon. However when I check the database, I find GEOMETRY - 120B under polygon field.
What does ...
4
votes
3answers
2k views
How do I convert a polygon into a point?
I want to convert polygons into points. I know how it's done in ArcGis and I think this may sound trivial but it's a serious issue :/.
I'll appreciate any hints :)
6
votes
4answers
642 views
Output PostGIS geometry data as centroid or polygon depending on zoom level (GeoServer)
This is what I want: when I zoom out, cities of the country should appear as points and at a certain level when I zoom in, I want them to appear as polygons (showing the area of the city and ...
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 ...
2
votes
2answers
2k views
How to automate point-in-polygon queries in ArcView?
Layer1 = point shapefile (multiple points, geocoded)
Layer2 = polygon (1 attribute; (1,2,3...))
I want a non-gis person to be able input a single address and be told the attribute of the polygon ...
4
votes
5answers
13k views
How to connect points with a polyline in ArcMap 10?
I have a layer containing a few hundred points representing a survey track. The points are laid out in chronological order in the corresponding attribute table.
How can I have ArcMap 10 automatically ...
2
votes
2answers
919 views
how trace polyline between two points?(Esri)
How i can draw a line between two points...e.g.: I have initial point and endpoint
and i need trace a line between this points...how i can do that?
14
votes
2answers
2k views
How can I find a point inside a polygon in PostGIS?
How can I find a point that is guaranteed to be within a given polygon in PostGIS?
I am aware of the ST_Centroid function. However, the centroid is not always within a polygon, see below:
...
