Tagged Questions
1
vote
0answers
53 views
Are polygons created in Arcpy built in any order?
My script uses a search cursor to evaluate polyline coordinates and build polygons based on those coordinates. The script works well, but I am curious as to whether anyone knows the order (if there ...
2
votes
1answer
53 views
Evaluate minimum points required to define polygons based on an error threshold
I need to build a model or write an algorithm to do this, which I would like you to share your ideas with me.
here is my cadastral problem: I have plenty of polygons and I need to make a report of ...
1
vote
0answers
55 views
Is segment of polyline contained in polygon
I am pretty new to arcpy and am slowly learning all its functions. I have a scenario where I am traversing a polyline. I get a start point and an end point on the polyline and form a segment with ...
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 ...
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
2answers
121 views
How to filter out multipart polygons and then buffer?
I've written a small script trying to accomplish the task described in the question title. It basically looks like:
in_fc = '...' # Some shapefile goes here
# Get the fields (column names) of the ...
4
votes
5answers
284 views
Python loop Polygon to raster not working
I want to convert a large number of different shp polygons to raster in ArcGIS 10.1, using an existing field column "class" for the new raster classes. I am not very fluent in python but I thought ...
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
472 views
Copy a polygon geometry in Arcpy
This to me sounded very simple so I am probably missing something basic here.
What I need to do is to create a copy of a polygon shapefile to a new shapefile with slightly different attributes.
Where ...
3
votes
2answers
165 views
How to select polygon features that have their centers outside of another polygon feature class
Since I only have Incorporated area feature class, how can I select census blocks that are in unincorporated area? Or not within any incorporated areas?
Thank you.
John
4
votes
1answer
874 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 ...
