I have to project all shapefiles to NAD_1983_UTM_Zone_10N
I use Python 2.6
what codes I have used is as follow:
import arcpy
inFolder = arcpy.GetParameterAsText(0)
outC = arcpy.GetParameterAsText(1)
arcpy.env.workspace = inFolder
fcList = arcpy.ListFeatureClasses()
try:
desc = arcpy.Describe(ou
I want to prepare a script in python that updates the attributes of the
crime incidents falling within the patrol zone. I have a point feature
class of crime incidents and a polygon feature class of patrol zone.
I used the getcount. method to take a count of the incidents in the current
layer as
Hi everyone,
I need help to write a program to change the label size when change zoom
level of my map in ArcGIS.
Thank you,
Narguess
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman