Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have the following issue: I am trying to do a regression analysis between the (z) values of two rasters. What I would ideally like to have is the raster output not as grid but rather a list of x1y1z1 x2y2z2, x3y3z3,... Is there a way to do this easily?

share|improve this question
What software are you using? – artwork21 Mar 18 at 12:28
ArcGIS 9.3. Also run QGIS on my laptop – Peter Mar 18 at 12:33
this type of output is easy to do from autocad map. I will look for a method in arcmap. – Brad Nesom Mar 18 at 13:37
OK, thanks, Brad! – Peter Mar 20 at 12:43

1 Answer

up vote 2 down vote accepted

Export tif again (may be in ArcGIS))and find *.dbf file. This has all the values you need.

share|improve this answer
Hi! I exported as point...but needed to use raster calculator (multiply by 10000) for each raster to avoid trunking off decimals. Else - works! Cheers! – Peter Mar 18 at 13:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.