Spatial Analyst is a extension within ArcGIS that provides a range of spatial modeling and analysis tools.
2
votes
0answers
431 views
Spatial Analyst Cell Statistics seems to give the wrong answer in ArcGIS 10.0
I have a script that calculates standard deviation for a list of grids using the Cell Statistics function in Spatial Analyst for ArcGIS 10.0 The syntax is this:
stdevGrid = ...
6
votes
3answers
3k views
Clipping a raster using a polyline or polygon
I have a large raster created from values that cover the whole United States and Alaska which are both polygon and polyline features, this raster was caluclated using Spatial Analyst IDW ...
15
votes
5answers
2k views
Ways to Speed Up Python Scripts Running As ArcGIS Tools
This is a pretty general question. I just wondering what tips and tricks GIS programmers have used to speed up arcpy scripts that you import into the toolbox and run.
I work most everyday writing ...
13
votes
6answers
3k views
Methodology for creating accurate drainage networks (and catchments) from high resolution LiDAR DEM?
This is not the first time I've stumbled over this issue; it seems that I am unable to generate a correct drainage network model and the resulting catchments from full resolution (1m cells) LiDAR ...
14
votes
4answers
1k views
Where can I find examples of fuzzy logic applications in ArcGIS?
The last ArcGIS version (10) includes two arctoolbox tools for fuzzy logic (Fuzzy Membership, and Fuzzy Overlay). Does anyone know where can I find some examples showing how they can be applied?
...
7
votes
3answers
392 views
How do I create a raster randomly choosing a cell value from 2 or more overlapping rasters?
I'm using Arc 10. I want it to combine multiple rasters into one, always choosing randomly from the values of overlapping cells. I have an image that may explain this better:
7
votes
5answers
1k views
What type of interpolation should I use to visualize metal detection survey data?
I have about 500,000 points collected in a linear grid pattern over a 1 km2 area. The points were collected as part of a metal detection survey. Each point has X,Y and Coil Response mV (min -675.38 ...
5
votes
2answers
777 views
Can shaded relief be “blended” with DEM colour ramp in ArcGIS to produce a more visually dramatic result?
Not being able to use true transparencies with ArcGIS colour ramps where only solid colours are allowed has me always wondering about how to improve the look of the surface in my maps without ...
4
votes
1answer
263 views
Statistical analyses for survey against raster?
I am somewhat of a newbie to geostatistical analyses, but pretty
familiar with GIS and remote sensing packages. I was wondering if
anyone had suggestions on appropriate geostatistical analyses for a
...
4
votes
1answer
68 views
Sum raster data visible from given point, by proportion of view
I am wondering if there is a tool that does the following (preferably in Arc but other options considered).
Simple example: what proportion of the view from a given point on the landscape is occupied ...
4
votes
1answer
169 views
Work-around for slow processing times in ArcGIS 9.3 with Spatial Analyst functions
I am batch processing a large amount of distance functions (~50,000) using ArcGIS 9.3. In this version, using spatial analyst functions, it seems to be the case that users cannot parallelize processes ...
4
votes
3answers
3k views
Find the nearest raster cell value based on a vector point
I have two layers in ArcGIS: One is a vector point and the other is a raster layer. I want to append the value of the raster data grid to the vector point. The problem is the vector point is away from ...
4
votes
1answer
3k views
Thiessen Polygon delineation within a Feature
Greetings!
I am trying to create Thiessen (Voronoi) polygons, based on points within a defined shapefile extent.
The output should be inclusive to the feature. The output I receive now is the ...
4
votes
2answers
4k views
NoData in ArcGIS Spatial Analysis
When using Spatial Analyst I regularly have issues with NoData values cropping up in the data. Various tools appear to introduce NoData values regularly. These values then cause issues with other ...
1
vote
2answers
5k views
How to calculate Raster Area per Polygon?
In ArcMap, I have a raster file that contains 6 classes of landcover and a shapefile that is the census data (OA boundaries and their population).
I want the area of each class in each OA? For ...
7
votes
3answers
713 views
How to cluster points based on a kernel density?
I have a large dataset with 36k points representing commercial land uses, each with a field containing the square footage. I have run a kernel density analysis on this dataset, producing a raster ...
6
votes
7answers
2k views
Extract raster values at points
How can I extract values from a raster by points. I prefer not in Arcgis. I prefer in Qgis or Mapwindow or other open source gis.
5
votes
1answer
5k views
creating a dem from contours
I have a large set of contours that I received broken down into several different subsets. I have merged most of the subsets together creating a larger set of contours in three different files. I have ...
4
votes
1answer
290 views
When merging two DEMs, do they have to be in the same pixel bits?
I have a simple question. I have 2 different Digital Elevation Modeling (DEM). One is the state DEM and has 30m and has 16 pixel bit. I have a couple of smaller DEM that has 30m but they have 32 pixel ...
4
votes
1answer
915 views
Processing time using ArcGIS Hydrology toolbox tools in standalone Python script vs. ArcCatalog
My question is: what might cause the ArcGIS 9.3 Hydrology Toolbox Snap Pour Point and Watershed tools to run significantly slower in a
Python script versus manually running the tools in ArcCatalog ...
3
votes
1answer
127 views
An error in raster calculator in Arcgis
I wrote and ran this formula in raster calculator in ARCGIS. But the following error gets me into trouble. Does anyone have a suggestion to overcome this? Here is the formula I wrote and the error ...
1
vote
3answers
384 views
How To find the Catchment Area for a Dam?
I have a DEM of my study area, and polyline shapefile of the Dams in that area.
I have run the standard Hydrology tools on it( Fill, Flow Direction & Flow Accumulation).
I know that you can ...

