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've got a DEM with a resolution of 15m covering a small part of the UK. I am trying to use it calculate slope angle in ArcGIS 10.0. However when running the slope tool the problem I'm having is the Z value is undefined. I have tried using the default 1 and attempted a conversion from feet using 0.3048 both outputs result in giving just two values 0 and the max height. I'm pretty new to all this so I'm not quite sure what else to try? I've done this kind of analysis before with no problems, but this DEM is from a different source.

The spatial reference of the DEM is GCS_WGS_1984 and the format in which I initially encountered the warning about the z value being undefined - I've since converted this into GCS_OSGB_1936 as this is the same projection as the rest of my data and in meters. I tried running the analysis again but getting the same results. On this occasion however I did not receive a warning stating that my Z value was undefined. Changing the coordinate system also sent my DEM out into space.

Any ideas as to what could be going wrong?

Thanks in advance

share|improve this question
3  
This is a faq: your slopes are being measured as meters per decimal degree. The solution is to project the DEM (which needed to be done anyway, in order to get correct results: a mere height units conversion is not enough). It seems you have not succeeded in projecting your DEM correctly, so if you do a little searching here for questions about projecting DEMs, you should quickly find useful answers. – whuber Nov 29 '12 at 17:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.