Search the Community
Showing results for tags 'arcpy'.
-
The set deflection option can be used to create a segment at a +-angle from a an existing line segment. This is exactly what i need but with the ability to run it several times in a loop. In this case the vertex of the starting point is selected and the reference line segment is selected and 'set...
-
Hi everybody, This is my first time to this forum and I have a little problem with arcpy code: #Current map document mxd = arcpy.mapping.MapDocument("CURRENT") #Export x = raw_input("Insert the Name please ") arcpy.mapping.ExportToJPEG(mxd,x+".jpg") what is wrong with this code,...
-
I've written a arcpy script that creates terrain datasets from LiDAR. After 18 hours it bombed. Instead of starting the entire process over again, I want the script to pick up where is failed. How do I check, with arcpy/python, if a Terrain Dataset has pyramids? If it does, then how do I check i...
- 1 reply
-
- Terrain Datasets
- Python
-
(and 3 more)
Tagged with:
-
Hi, Tabulate area or Zonal Statistics as Table end with [000000_12301899] error when running from ArcToolBox. Using/calling them in python such as arcpy.sa.TabulateArea.... results in a simple crash. no warning. I've tried all possible workarounds. Changing pixel size, using feature class/shapefi...
- 3 replies
-
- ArcGIS 10.1
- Python
-
(and 2 more)
Tagged with:
-
I think, this will be good idea to share python codes to learn and get support from the members. Under this post we can do that. Can anyone help to delete subtype field from a feature class (FC)? Like one FC may have a subtype field with 5 (five) predefined subtypes. How to read and list those five...