Tagged Questions
2
votes
1answer
86 views
Difficulty converting standalone script to ArcGIS tool
As my title says, I am currently trying to make my (working) standalone script into an ArcGIS tool so I'm not the only person in my office that can use it. It essentially selects all the data within ...
1
vote
1answer
93 views
Is there a bug when creating a relationship class with Python using a GlobalID?
I'm trying to create a relationship class with Python using a GlobalID.
When I use Python it gives me the error:
Failed to execute. Parameters are not valid. ERROR 000800: The value
is not a ...
1
vote
1answer
109 views
Can I use arcpy.Exists for domains?
A script I made creates domains within a selected geodatabase.
I need it to not create the domains if they already exist because if they do, it gives an error saying invalid domain name.
Is there ...
1
vote
1answer
60 views
Why can't I add GlobalIDs to the table and feature classes I created?
I'm creating a script to which make a blank geodatabase with a required dataset, feature classes, tables, subtypes, relationships.
I've got everything to work expect for the damn GlobalIDs!
I have ...
3
votes
1answer
91 views
Is there any way to speed up the script I wrote?
I have a pretty simple script which gets 2 parameters from the user:
1)Geodatabase location
2)Spatial reference
It then creates a dataset with 6 feature classes. It also adds a large amount of ...
1
vote
3answers
978 views
Error when creating insert cursor in arcpy
I've written several scripts that copy data from MS Access db into a new, empty ESRI Geodatabase. I've pretty much copied the code and changed it for each table -- the first two scripts have worked ...