Lecture 6 - Vector Analysis Flashcards
What is the objective of spatial analysis?
To transform data into useful info to satisfy the requirements/objectives of decision-makers at all levels of detail
- helps us identify data trends, create new relationships from data, view complex relationships b/w data sets, make better decisions
What are the components of spatial analysis?
- possible input: tabular attribute data, spatial data/layers, combo of spatial and tabular
- possible output: maps/map features, charts, table
What are the challenges of geographic analysis?
- lots of data
- spatial relationships difficult to measure
- inherent uncertainty due to scale
- difficult to make data sources compatible
- multiple objectives
- quantity vs. quality
- GIS can address some but not all difficulties
What is a query?
The selective display and retrieval of info from a database
- ability to query and retrieve data based on some user-defined criteria necessity in GIS
What are the 2 types of queries?
- Attribute
- Spatial
- combo: powerful way of exploring data patterns
Explain attribute queries
- select features using attribute data (using SQL)
- results can be mapped or presented in conventional database form
- can be used to produce maps of subsets of data or choropleth maps
- based on unique structure of DBMS (relational is RDBMS)
- uses external databases (large amounts stored in non-GIS databases)
Explain spatial queries
- allow us to examine locational relationships b/w 2 data sets
- clicking on features on the map to find out their attribute values
- GIS can perform geometric queries (ex. by point, circle, rectangle, etc.)
What is SQL?
Structured Query Language
- programming language designed for retrieval and management of data in RDBMS
- provides tools needed to manage RDBMS (creating tables, adding data, queries/searches)
- provides a standard for GIS software
Give examples of some SQL commands
ex. used LIKE Others: - select, where (query) - insert, delete, update (editing) - create table (management)
What are the limitations of attribute-based queries?
- cannot answer important geographical questions (must combine with spatial queries)
- ex. what land parcels are adjacent to the site with contaminated soil?
Explain Boolean operators
- used to combine search terms to construct more complex searches in a database
- AND: intersection of two sets (just the overlap) - ex. snow and ice
- OR: yields union of two sets (all of both sets) - ex. snow or ice
- NOT: yields exclusion of one set (even overlap is excluded) snow not ice
Explain measurements
Different types
- diff b/w 2 points
- area
Tedious and inaccurate by hand - use GIS tools
- measurements often made on horizontal projections of objects
What is buffering?
A transformation
- creates new objects/attributes (polygon) based on simple rules (involves simple geometric, arithmetic, or logical rules; may create new fields from existing fields of discrete objects)
- summarizes distance or proximity by creating distance buffers around selected features (points, lines, or areas)
- possible in both raster and vector formats
What is overlay?
- series of operations performed on spatial data in different layers (new layers of data produced; most required GIS technique)
- joins two layers to create a new layer (output contains both the spatial and attribute data from both input layers)
- map features and associated attributes are integrated to produce new composite maps
What are the 2 aspects of vector overlay?
- Geometric (shapes of everything)
2. Attribute Management (data merged; resulting table is combo of attributes)