Tagged Questions
2
votes
1answer
128 views
Create a shapefile from geometry
Please excuse my lingo, I am still learning some aspects of geo spatial and arcpy.
I have a python script that takes a shapefile. The shapefile consists of a polyline. I have traversed the polyline, ...
5
votes
2answers
272 views
ArcMap Draw Camera Range with ArcPy
i am working on some camera data. I have some points which consist of azimuth, angle, distance, and of course coordinate field attributes. In arcmap I want to draw shapes like this:
The shape is ...
3
votes
1answer
681 views
ArcGIS 10.0/arcpy: How to create a polygon geometry from inner and outer ring point arrays?
I have two arrays, each containing a closed ring of points, one for an outer ring and the other for an inner ring, the latter running counterclockwise, of course. I am using the arcpy.Polygon() ...
4
votes
1answer
870 views
Create overlapping polygons from contour lines
Working in ArcGIS 10, I have a set of contour lines representing density of commercial square footage, and I have a set of points representing local maxima for each peak of the dataset. For each ...
4
votes
3answers
943 views
Need to create a collection of polygons from a collection of points
I have a set of points, which are spread over a wide geographical area. I need to be able to create a set of polygons which best represent the clustered points.
In parts, some points may simply lie ...