Invalid Topology [Topoengine error] from ArcGIS for Desktop?
Using ArcGIS 10.1 for Desktop, I’m trying to run the Identity function on two large data sets but it fails every time. I don’t think it is a lack of hardware as I can run other processes on the same...
View ArticleMinimum bounding geometry with “group” option gives error in ArcMap
The minimum bounding geometry tool is working fine on my data, but when I try using the “group” option, I get ERROR 999999: Error executing function. I would like generate two polygons, A and B, which...
View ArticleAdd Join issue with ModelBuilder?
I am trying to do a simple Add Join within ModelBuilder but it keeps throwing the 99999 error. What is going wrong? I have even tried to create a Table View for the table I am joining to a feature...
View ArticlePython importing Arcinfo to Python 2.7.11 Script
I am having trouble getting an arcinfo license using a python script. When I try to call “import arcinfo”, making sure it is my first line of code because of legacy issues, I get the following error...
View ArticleArcpy – (Error 999999) Table Already Exists Project Management
My code is supposed to clip features within a temporary directory, project them and place them into a specific feature dataset within a geodatabase. Then the code goes back and deletes the temporary...
View ArticlePoint to raster conversion works as a tool in arcmap but fails when attempted...
I’m working on a script that will automate a stream delineation protocol given a DEM and a culvert layer. I was having difficulty troubleshooting problems with the point to raster conversion tool so I...
View ArticleOut of Memory and TIN internal processing error ArcGIS
So i have been developing a python script to streamline the process from converting a raw XYZ file to a full blown terrain file. However, in the intermediate process, I am performing a surface...
View ArticleUpdate Cursor with Date Issue [closed]
My dates (maxDate, minDate, avgDate) all print out with the correct datetime format, but I am unsure if the problem is how the loop is written to update the cursor. Error: line 102, in updateRow return...
View ArticleError 999999 “The table already exists”“No spatial reference exists” when...
I’m hoping someone can help me understand why I’m getting this error. I have a python script tool that throws this error when it is run through the task scheduler: Traceback (most recent call last):...
View ArticleUsing ModelBuilder to Iterate and extract subdatasets with in hdf file and...
I have a large file of n-files. I am interested in using the model builder within GIS to extract subdataset fields within a Modis hdf file. I am particularly interested in extracting Aerosol data from...
View ArticleHow to use python in arcgis to create new layer from selection and export...
I am trying to create county level maps by looping through a master file for each county. However, I get an error message when I try to run the code. I’m not sure what is wrong with my code and I would...
View ArticleScript and model crashes after first iteration
I have a python script which dies after the first iteration. It dies on the second feature class to coverage. This also happened in modelbuilder, which is why I went to python hoping it would go away....
View Article