[MUSIC] Hello again and welcome back. In this lesson I am going to show you some raster display options in ArcGIS. Specifically we'll look at turning digital elevation models into hill shades just visually in your map document without using a geo-processing tool. And hypsometric tinting which we can use to give people a sense for elevation without using anything more than color on the DEM. We'll also look at different ways to stretch our rasters with symbology. And I'll show you how to do a vector field raster and then display the resolution of the raster in the table of contents and then a way to change the interpolations in the display. So it'll be quite a lot but we should be able to get it in. First, let's do the hypsometric tinting. So if I right-click and go to Properties, this is a symbology affect. And first I'm going to click Use hillshade effect and click Apply. And what we'll notice if I close this out and zoom in is I do get a little bit of that hillshade effect. It illuminates my raster in such a way that I have a sense for which sides slope which way. This is all for illustration and it's not for analysis but for making quick maps or just forgetting a sense of the landscape, this can be really helpful. Now let's change the color of the raster so that it gives me hypsometric tinting. I'm going to right-click on here and turn it off graphics view and take a look at them by name. And let's select Elevation #1, and it shows me the colors there, and now I can take it off of graphic view since I found it. And yeah let's use that one rather than Elevation #2. So I'll click Apply and now I get the effect of both the hillshade in hypsometric tinting. This isn't perfect, and in fact for a map I was going to publish, I would probably not do it exactly this way. I would generate a hillshade using a geoprocessing tool and then hypsometrically tint the digital elevation model and overlay it on top of the hillshade with some transparency. For those of you who took the first course, you did this in one of the assignments there. But still it's an interesting way to display the raster. Now, part of what's bugging me about this and how it looks is how jagged everything is. Everything looks kind of like it came out of an old printer or something like that. And I can clean that up by changing the interpolation that ArcGIS is using in the background. We'll talk a little bit more about what interpolation is and how you could do it on actual datasets for analysis purposes later in this course. But for now, know that it's a way of kind of inferring a higher resolution roster from a lower resolution raster. In fact, let's zoom in a little more so we can see what is going on here. It's giving us all these really jagged edges and all these artifacts from the way it's handling this hillshade effect. So if I right-click and go to Properties again, and now I go to the Display tab. Under Resample during display using, it sets nearest neighbor by default, which is a good way to be a default, but let's set it to cubic convolution, and if I click Apply, it cleans it up tremendously. And if I zoom out again, I don't get those jagged edges on my ridges. So, what's going on here? With nearest neighbor interpolation, if we try to display a raster at a higher resolution than it actually is stored at, it just picks the nearest cell to display in each pixel. So right now we're zoomed in beyond that natural resolution of the raster. So each pixel on my screen needs to figure out which pixel of the raster is It should be representing. And it just shows the nearest raster pixel to wherever it's at. With cubic convolution, it uses a much more complicated algorithm to figure out which raster pixel to display. And for continuous data, like a digital elevation model, it is much more eye pleasing. So, for display purposes, it's a good algorithm to use. For data analysis, you should be very careful with it. But on that Display tab, we're only doing display, not analysis. So, it's safe to use here, for the most part. Okay, so let's take a look at making a vector field. And what I'm trying to create is, maybe I want to see, at a glance, both the slope and the direction of the hill. So, I want to use a set of arrows to do that and maybe where the slope is represented by how long the arrow is. So, that's how steep it is and the direction of the arrow represents which way the hill faces. So, let's turn off our digital elevation model. We need to create a new surface called an aspect raster which defines which way a hill faces and we can do that in spacial analyst using the surface tool set and using the aspect tool. And all I have to provide is an input digital elevation model and it's going to give me an aspect raster back. So I'll call it valmeyer_aspect and it's running at the bottom. And I get this back and it's kind of Technicolory, very bright. But now that I have it I can turn my slope raster into a vector field. And I'll right-click on it, go to Properties, and go to the Symbology tab. And I'll have a Vector field option up here. And so I have magnitude which is the size of the arrow and direction which is the way the arrow faces, and I'm going to need to set the direction component separately. So in the the dropdown and the main part here, I don't see of aspect raster. But if I go to the More here and I select from my axillary data, valmeyer_aspect shows up and I can click OK and I'll just leave it as it is for now and click Apply. So then click OK. What's happening right now is that the aspect raster is drawing on top. But if I turn it off I can now see my slope and direction fields here. Let's put the digital elevation model below it and turn it back on and now if we zoom in and then let's set the digital elevation model back to a grey here so we can see a little better. Now we can see all these arrows telling us exactly how steep and which way the slope is facing. This technique is much more commonly used for things like wind or ground water. Things where you have fluids like air or water moving around on the landscape. What I'm using it for now is just a demonstration, but it's not necessarily a common use case for it. Okay, let's turn off our slope here. And what if I wanted to know visually how different this top of this hill is? It's all very bright and so I can't really see what's going on here. This happens sometimes with rasters like a flow accumulation raster or some others that you might have where there's a huge range between the bottom and the top and most of the values are skewed to one side of the raster. You can't really visually see what's happening on the raster. Well I can have it set my stretch automatically based upon how I'm viewing it. So if I go to the Symbology tab for a stretched render I can scroll down. And where it says Statistics From Each Raster Dataset, which means it gets the stretch for the raster from the whole dataset itself, I can change it to From Current Display Extent, and click OK. And as I look around the raster, it's still going to update that. And I still have a low spot on my raster, so the stretch is the darkest on here and light is up here, but if I move that out of the display, there's another one here, but let's zoom in. And now I get more detail. It constantly changes the stretch as I zoom in and out. Similarly, out on the flood plain here, there's not a whole lot of detail because there are much higher areas around it. But if I end up with just the flood plain, just like I did, all of a sudden I can see all the detail on the flood plain. And I can see that there are probably some artifacts, maybe in the raster down here. And as I zoom around, I can start to see the surface in much more detail. So hat's getting the statistics, the stretch from what I'm currently looking at right now. And the last thing I want to talk about is that after we've zoomed in like this sometimes it's hard to know whether or not we're viewing the raster beyond its resolution. That is whether one pixel in the raster is matching up to one pixel on my screen or more or less. Well, if I got to the raster properties again and I go to the Display tab, I can select Display raster resolution in table of contents here. If I click OK, under the raster, we should get a resolution indicator here saying how many pixels on the screen equal how many pixels in the raster. Now it should update as I zoom in and out, but it looks like it's not right now. There's something wrong with it. So that's a feature that usually works, it was working a moment ago, so I'm not totally sure what's going on, but know that that's a feature that's potentially available to you. Where as I zoom in and out it should tell me the ratio of raster pixels on my screen to the raster pixels in the raster dataset itself. Okay that's it for this lecture. In this lecture we covered a lot of ground. We looked at hillshade effects and hypsometric tinting. We looked at changing the display interpellations to cubic convolutions to see the raster a little better. We looked at vector fields with slope and aspect rasters and the potential to use those for other situations. We also changed how ArcGIS gathers the statistics of the roster data set in order to better show us the variation in the landscape. And then finally, I showed you an apparently broken feature that displays the raster resolution as it compares with the screen resolution. These are all just little tools to help you in your analysis and data viewing. But I think that they're pretty useful to know about, and I hope they help. Okay, see you next time.