2
votes
1answer
42 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
25 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 = ...
0
votes
0answers
25 views

Explaining the output from ArcGIS' Principal Components tool

I have completed the process but am unsure whether I am interpreting the output like I should, particularly the text file. I am especially interested in the "EIGENVALUES AND EIGENVECTORS" portion.
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. ...
2
votes
1answer
39 views

Nearest Neighbor Focal Statistics and Map Algebra

I would like to use a nearest-neighbor type analysis to iterate over a raster. The nearest neighbor analysis will give a cell value of 1 IF AND ONLY IF the cell being analyzed has a cell value larger ...
1
vote
2answers
108 views

“Extract by Mask” changing raster pixel values…or not?

I am using ArcMap 10.0 and am confused by my Extract by Mask output rasters. I hope to eliminate the black background from three Landsat ER Mapper images so that I can mosaic them. Originally I ...
3
votes
2answers
138 views

Majority filter (minimum mapping unit) in ArcGIS with larger window size

I want to run the majority filter in ArcGIS with a window size of 4 or 5 i.e. greater than the default 3. Is it possible? Or some other command (or tool) which might help me achieve that? thanks!
5
votes
1answer
258 views

How to calculate the flood volume using a LiDAR DEM and a HEC-RAS floodplain polygon

I’ve got a vexing GIS analysis problem which is conceptually fairly straightforward, but in reality more challenging to figure out…. Basically, I need to calculate the VOLUME of floodwater within a ...
7
votes
1answer
136 views

Calculating distance from points to different class in raster

I am looking for some advice on how to calculate the distance from a point to a different class of a raster. Specifically, I have observations (points) of animal use overlaid on land cover data. For ...
1
vote
1answer
607 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
145 views

Raster calculator error 000539 - cannot create weak reference to 'classobj' object

I was - like many times before - trying to clip a raster with the raster calculator (raster * 1 with shapefiles as mask). Now - the following error keeps popping up: ERROR 000539: Error running ...
3
votes
1answer
119 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 ...
0
votes
2answers
339 views

Difference between Geostatistical analysis and Spatial analysis tool for interpolation

I did interpolation on point data using "Geostatistical Analyst" tool. It gives me surface layer. Then I exported this layer into raster image (by right click on this layer=>export data into raster) ...
3
votes
2answers
567 views

Extract raster by mask output does not completely overlap the mask

I have a flow accumulation grid and a shapefile containing catchment areas. Now I want to do some calculations on them so I need to extract data from cells in the raster adjacent to certain catchment ...
4
votes
1answer
561 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 ...
4
votes
1answer
169 views

Trouble Tabulate Area

I am using Kansas Cropland raster data from NASS with tabulate area to find out acreage of different crop types. The python I used works fine for 2006-2009 (56 meter cell size), except 2010 & ...
4
votes
1answer
615 views

How should I correctly exaggerate a hillshade raster (ArcGIS10, Spatial Analyst)?

I once wanted to generalize a high resolution raster and instead of MEAN i accidentally selected the default SUM technique, using a cell factor 5 (Lidar DEM is 1m resolution). When I used this result ...
4
votes
3answers
496 views

Merging connected polygons (from raster cells)

I have created a polygon layer from rasters, and only have a single classification ID (and calculated acres) for each polygon. I would like to "dissolve" all touching features into larger, individual ...
2
votes
2answers
493 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 ...
2
votes
1answer
315 views

Spatial Analyst tool Look up but in ArcView3.2

Is there any option how to do a Spatial Analyst tool "Look up" operation from ArcGIS 10 in ArcView 3.2? I have a grid with attributes and need to "extract" values from the table field (values from ...
7
votes
3answers
388 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:
4
votes
1answer
212 views

How to create a field with a specified slope projecting from a 3D polygon

Im trying to figure out how to create a elevation raster from a known location (3D polygon) that projects at a specified slope (1%) for a specified distance(1-2 km). Does anyone have any idea how to ...
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? ...
2
votes
1answer
320 views

How can you make RasterToASCII_conversion observe environment setting output cell size?

I have two rasters (an ESRI grid and an IMAGINE image) that differ in projection, extent and cell size. I want to convert the IMAGINE to an ASCII, and want it to have the extent, cell size and ...
2
votes
1answer
519 views

Solar radiation calculation from GTOP030 DEM image

Can you help me to calculate solar radiation from GTOPO30 DEM image at the 30 m spatial resolution. I'm trying to do this many times using spatial analysis-solar radiation calculation tool in arcgis. ...
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 ...
2
votes
3answers
205 views

Trying to make the private land white overlay hillshade but

I'd like to have anyone's feedback on this draft map I created. Tried to make the private ownership white but since it's RGB is not near to 255. I've seen someone created this map similiar to it and ...
1
vote
0answers
550 views

two results of IDW in ArcMAP are different

i added the following points to ArcMAP using "Add XY Data". x,y,z 7,39,117 27,17,122 27,61,123 46,36,136 52,14,138 55,46,141 56,56,137 65,24,144 65,36,145 Changed raster output size in "options" ...
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 ...
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.
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 ...