Tagged Questions
1
vote
0answers
61 views
How to compare outputs of erosion from ArcSWAT and RUSLE from ArcGIS?
I calculated water erosion in ArcSWAT and I also calculated erosion by RUSLE
http://35.8.121.139/rusle/
equation in ArcGIS. Now I need to compare these two (from ArcSWAT I used SYLD- assumed ...
2
votes
0answers
72 views
ArcMAP path distance function handling of polygon and raster inputs
I am using a path distance function to calculate distances from a set of source cells on a land use raster. Unfortunately, my land use raster and my other inputs have different cell sizes. The land ...
4
votes
4answers
131 views
How to determine if all points on a map are identical in arcpy?
My eventual goal is to automate kernel density calculations for a large corpus of point data; however, if all points are identical (for example, if there are 7 points all stacked on top of one another ...
2
votes
1answer
86 views
how to obtain elevation points for a road using contour?
I have contour lines, & roads centerlines feature classes, I need to get points with elevation in the starts, intersections, & the ends of the roads, how can I get this information? I used the ...
4
votes
1answer
583 views
ArcMap 10 - Extract raster cells from imagery based on RGB value
I've got some aerial photography (format: IMAGINE Image) which is detailed enough to see to fire hydrants and a shapefile of fire hydrants which was digitized based on some CAD data. My project is to ...
3
votes
2answers
313 views
How to find out the Stream Order from DEM
I have DEM Data for the study area, I want to know how to find out the stream order using DEM. I saw Stream order tool in Hydrology toolset in ArcGIS. in Stream order tool what is input stream raster ...
6
votes
1answer
184 views
Why does tool take longer to run when in Python script?
I have written a python script that does some euclidean allocation. For that I use arcpy.gp.EucAllocation_sa() method. Now, my python script takes 30-40% extra time than spatial analyst euclidean ...
8
votes
1answer
485 views
What type of kernel density function does ArcMap use?
I know that there are several types of kernel density functions, such as uniform, cosine, Gaussian, etc. I was just wondering which one the "Kernel Density" functionality in ArcMap 10's Spatial ...
2
votes
1answer
116 views
Tabulate Area Errors
Having some issues with the tabulate area spatial analyst tool. Not sure why it's not working, but the output table is missing zones from the input feature class that defines them.
I have a simple ...
3
votes
1answer
185 views
Estimating cline width at multiple points along a trait gradient
In the map below I have 66 (green) points along the midpoint (0.5) for an allele frequency cline across the region (see map). I created the points by placing a point every 25 km along the 0.5 allele ...
2
votes
2answers
509 views
Raster Combine - ESRI Spatial Analyst
I am trying to combine a whole bunch of rasters with Esri Spatial Analyst. Seems to be doing what I want EXCEPT the calculated output is only the area where all 4 rasters overlap.
I am a complete ...
4
votes
1answer
1k views
How do I add a hyphen to the Field Calculator to merge 2 columns?
I am trying to build a field calculator expression to merge two columns into one. I am looking for the word that makes it a range.
Example: I have 2 columns in elevation, From and To. I want to ...
5
votes
1answer
436 views
Are special interpolation techniques required for weather data?
I've downloaded a series of weather observations from the local weather agency - it comprises around 1,000 points spread non-uniformly across Australia, with a greater density of points located near ...
3
votes
1answer
667 views
Checkout Spatial Analyst extention, ArcObjects code
Update
After investigating more closely the CODE 2 sample below (at the end of this post), it does check out spatial analyst (sa) extension, however it does not reflect it in the Tools>Extensions ...
