Key Terms Flashcards
Feature
the thing in the real world - A real world object encoded in a GIS database
Data layer
A dataset for the area of interest. -will only be one thing
Image
Raster data layer (e.g. photograph)
Cell
A single pixel in a raster image. (can use cell and pixel interchangeably)
Function / Operation
A data analysis procedure – the thing that we’re doing
Measurement Tool in Spatial Analysis
Allows clicking two points to measure distance between them.
Cartesian vs. Ellipsoidal Measurements
Cartesian: Assumes a flat world, suitable for small-scale measurements but inaccurate for large distances.
Ellipsoidal: Considers the Earth’s curvature, providing more accurate results for long distances.
Measurement of Areas
Can also measure areas, accuracy depends on the scale of the study.
Adding Measurement Attributes
Functions available to add measurement attribute data to layers, like adding geometry attributes.
Segment Function
Allows creating lines with clicks, each click adds a row to an attribute table.
Interactive Attribute Tables
Attribute tables are not interactive; recalculations are needed if paths are changed.
Spatial Analysis
Spatial analysis is like solving puzzles with maps. It’s a way of examining geographic patterns and relationships to uncover insights about the world around us. It helps us understand how things are connected in space and how they change over time.
Queries in Spatial Analysis
Queries in spatial analysis are like asking questions about maps. They help us find specific information or patterns within geographic data. By asking the right questions, we can uncover valuable insights about locations, relationships, and characteristics of features on the map.
They can be requests to select features or records from a database which are often expressed as statements or logical expressions.
Aspatial Queries
Concerned with attributes within the database table, regardless of spatial information.
Spatial Queries
Focus on location, distance, and other spatial properties visible on the screen.
Query Results
Typically return 1 for true and 0 for false for both Raster and Vector data.
Combining Queries
Queries can be combined between layers to refine results
Query Outputs
Output of a GIS query is usually a map.
Final answers are generated by combining layers where both conditions are true.
Spatial Query2
A statement or logical expression that selects geographic features based on location or spatial relationship. For example, a spatial query might find features, which intersect, touch, or cross another feature.
Map Overlay
Geometric intersection of two or more datasets to combine, modify, or update features in a new output dataset.
Different types of overlay can yield different results for vector and raster data.
Vector Overlay
Overlays polygons from one layer over polygons from another layer, using Boolean terminology.
Changes or cuts can alter the attribute table.
Vector Overlay Types
Intersection: Computes the geometric intersection of input features, retaining areas where both conditions are true.
Clip: Extracts features from one layer that lie entirely within a boundary defined by features in another layer.
Raster Overlay
Combines pixel or grid cell values in each data layer using Boolean, arithmetic, or relational operators to create a new composite layer.
Resolution impacts data size; doubling resolution quadruples data size. Understanding
the resolution is crucial.
Map Algebra
Involves using maps as variables in equations to combine data layers using mathematical, logical, or Boolean operators, creating new data layers.
Types of Operators
Mathematical: Perform arithmetic operations.
Boolean: Evaluate true or false conditions.
Relational: Assess specific relational conditions (outputs true as 1, false as 0).
Raster Calculator
Tool allowing the use of maps in calculations, as rasters are composed of numbers.
Local Operations
Applied cell by cell, requiring both layers to be of the same size.
Global Operation
Applied from the perspective of each cell, affecting values across and down but not diagonally due to differing distances.