W5 Flashcards
What does point distance analysis
Determines the distances from input point features to all points in the near features within a specified search radius
What does nearest neighbourhood analysis do?
Calculates the distance and additional proximity information between the input features and the closet feature in another layer or feature class
What do vector format buffers do?
creates polygons around input features to a specified distance
Do projections matter for buffers?
Yes, geodesic buffers actually account for the actual shape of the earth
- calculates distance on a curved surface vs flat surface (cartesian plane)
What is a Thiessan polygon
Thiessen polygons partition the space based on proximity to a set of point locations.
- they are created by dividing a geographic area into polygons such that each polygon encompasses all the points within its boundary that are closer to its defining point (site) than to any other defining point.
How do local functions work?
only use data at a single location to calculate an output value
- uses all logical operators
- can use all functions of map algebra
- can calculate cell statistics
How do focal (neighbourhood) functions work?
Uses data from a set of neighbourhood cells (kernels)
- relates a cell to its neighbours
- Explicitly make use of spatial proximity within a local neighbourhood
- used to determine values in a new output grid
How do zonal functions work?
Uses data in regions or groups
- operates on regions to which the cells belong
- zones are group of grid cells that share the same value
- these zones are typically defined on a separate grid
How global functions work?
use all data from a raster layer
- Output is cells in each location that have a function of all cell values in the input layer
What raster function is used to calculate distance?
- global, this is because their operations and calculations take the entire extent of the raster into account
- projection issues are important especially when calculating absolute distances
What does the straight line distance function do?
measures the straight line (euclidean) distance from each cell to the closet source (aka the object of interest)
- if a source grid is used the distances are calculated from each NoData pixel to the nearest pixel with a value
- can be seen as similar to vector buffers
How does the straight line allocation function work?
assigns each cell the value of its nearest source
- helpful because identifying the closet proximity is often used as a simple method of filing data gaps
- objects need to be defined as integer values
- same as Thiessan polygons
How does the straight line direction function work?
- computes the direction to the nearest source
What is a kernel
A window of 3x3 pixels
How do you move a kernel
A mathematical operator will move it over 1 cell at a time, this delivers a new value for each central cell under window, thus producing an entirely new grid
- each time the cell moves over it gets a new value, so by the end the whole thing is different