Tagged Questions
0
votes
0answers
14 views
ArcMap 10.1 - Tabulate Area tool “doubling up” for Overlapping Buffer Zones
This question is related to a previous question I asked: Raster Version of Spatial Join (one to many)
I used the Tabulate Area tool to crosstabulate values between an overlapping "buffrast" raster ...
2
votes
1answer
43 views
Tabulate Area crashes Python and ArcGIS
I have a script that runs Tabulate Area on a single feature class multiple times with different rasters. In total Tabulate Area runs 5 times. 2 of the input rasters are provided as arguments to the ...
1
vote
0answers
27 views
Different results from Spatial Analyst GP Tool and Python
I am writing a script that has to subtract one raster from another.
The rasters I have represent
1) Parking Lots (1 = Parking Lot, 0 = not Parking Lot) and
2) a buffer around the Parking Lot (1 = ...
2
votes
2answers
53 views
What tool would you use to “clip” a vector line file to a vector polygon file?
I am trying to select the use of a large vector line file within only the parameter of a vector polygon file to do spatial analysis. It would be the same thing as using the extract> clip tool under ...
3
votes
1answer
52 views
Why is my simple arcpy script failing? (sets raster cell value to null if below threshold value, ArcGIS 10.1)
As mentioned in the title, simple script to set null cell values below three standard deviations beyond the mean:
import arcpy, sys, os
#Accept input and output raster
inRas = sys.argv[1]
outRas = ...
0
votes
0answers
17 views
Limiting the maximum and minimum values of an interpolation surface tool (ArcGIS, Spline)
I've been using the spatial analyst spline tool in ArcGIS 10.1 and was wandering whether it is possible to limit the maximum and minimum values to those of the z-attribute.
Currently the spline will ...
1
vote
2answers
46 views
Round Raster to next higher or lower int
I am using ArcGIS 10.1.
I am searching for a solution to calculate a raster.
The values are like:
0.2
0.6
5.3
i.e.
How can I now get 0.2 as 0 and 0.6 to 1 and 5.3 to 5? In the end integer numbers.
...
3
votes
1answer
261 views
ArcGIS 10.1 ERROR 000824: The tool is not licensed in arcpy
I try to run the Zonal Statistic as a Table through arcpy and it gives me:
ERROR 000824: The tool is not licensed.
Here is the doc for the function: ...
3
votes
2answers
138 views
Create hachures from DEM in ArcGIS 10.1
I have created contour lines from DEM and now I need to create hachures/bergstrich for them. I believe that spatial analyst should solve this, but I'm not used to it and I didint found any similar ...
1
vote
1answer
616 views
reclass, raster calculator
I'm trying to apply seperate equations for different land types. I have created a raster containing only the land type I'm interested in. I then reclassed the values to '0'. My plan was to use the ...
1
vote
0answers
60 views
Spatial Analyst's CostPath toolbox/function has PATHCOST of 0 when using in_memory workspace
I have a point feature and am interested in finding the least cost path between two points in the feature using a raster as the cost surface. I first calculate the cost distance and cost backlink via ...
5
votes
1answer
318 views
Extract Values to Point from Raster Issue
I am trying to use the tool Extract Values to Points on a File Geodatabase raster, but I am getting some weird errors.
I've used this tool multiple times before with no issue, but not since I ...
3
votes
0answers
80 views
Which geostatistical tools to use to determine surface changes over 40 years?
I have a data from the Weather station with SWEmax (snow water equivalent) collected over 40 years. I need to interpolate the data over my river's watershed and then, somehow, determine the ...