Tagged Questions
0
votes
1answer
51 views
While looping with arcpy: ERROR 010240: Could not save raster dataset
Hi I am very new to python coding and have been struggling with this for a while I cannot see the reason for this error! Any help will be greatly appreciated.
Here is the code that is causing this ...
2
votes
2answers
117 views
ArcPy Report syntax error
I'm working on trying to use arcpy to automate the creation of a report, but I'm running into a problem.
>>> ...
2
votes
1answer
128 views
Error 999998 in Arcpy 10.1
I found an RuntimeError: ERROR 999998: Unexpected Error when lunching Arcpy in my ArcGis 10.1 such as this:
Runtime error
Traceback (most recent call last):
File "", line 50, in
File ...
2
votes
2answers
310 views
Why can't I import arcpy?
>>> import arcpy
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
File "C:\Python27\lib\arcpy\__init__.py", line 21, in <module>
...
5
votes
1answer
261 views
ArcPy script causing python.exe to stop working (memory issue?)
I have a script written in Python that uses ArcPy to create maps of the kernel densities of thousands of datasets. Each dataset is relatively small, but there about 50,000 sets in total.
When I run ...
0
votes
1answer
730 views
arcpy.RegionGroup fails with error 999999. Workspace or data source is read only
outRegionGrp = RegionGroup(inRaster,"EIGHT", "WITHIN", "ADD_LINK", valToIgnore)
arcgisscripting.ExecuteError: ERROR 999999: Error executing function.
Workspace or data source is read only.
The table ...
2
votes
1answer
338 views
Field Calculator Runs In IDLE (2.6.5) but not ArcGIS 10 SP3
just wondering if anyone else is having issues with the field calculator in ArcGIS 10 SP3. In the following code I do a pretty simple field calculation with a variable (an array) as one of the ...
