• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/41

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

41 Cards in this Set

  • Front
  • Back

GIS is a system designed to...

efficiently capture, store, manipulate, analyze, and display geographically referenced information

what 5 things does GIS include?


  1. hardware
  2. software
  3. data
  4. people
  5. methods

what are the 2 major classes of spatial data?

vector and rastor

in the vector model, spatial entities are represented as...

3 types of features:





  1. points
  2. lines
  3. polygons

vector data

an example of an object in a data model (e.g. objects such as houses, roads, ponds, etc.)

raster data

an example of a field data model (e.g. elevation, rainfall, vegetation)

points are represented by...

an X-value and a Y-value

lines are represented by...

a series of connected "X-Y" values (nodes and vertices)

the lines connecting the X-Y values in line features are called _______

arcs

polygons are represented by...

areas bounded by lines

what are the 2 types of vector data models?

  1. spaghetti data model
  2. topological model

spaghetti data model

stores coordinates of each data structureseparately

no spatial relationships stored
  • stores coordinates of each data structure separately

  • no spatial relationships stored

topological model

lines share connecting nodes

polygons share adjacent borders

explicitly defines spatial relationships
  • lines share connecting nodes

  • polygons share adjacent borders

  • explicitly defines spatial relationships

attributes data is stored in _________

tables

table columns are called __________

fields

table rows are called ___________

records

table records are linked to __________

features




(each record is associated with one and only one feature)

what are the 3 attribute data types?

  1. text

  2. integer

  3. floating point

text

descriptive information/categorical

integer

ordered data, counts, etc.

floating point

continuous

what are the 2 types of raster data?

  1. discrete
  2. continuous

what is discrete raster data?

unique categories (qualitative)

what is continuous raster data?

large—or possibly infinite—number of values (quantitative)

[ raster data ]




space is modeled as...

a grid of equal-sized cells

[ raster data ]




each cell is known by...

its row and column location

[ raster data ]




where is the origin usually?

upper left corner

[ raster data ]




each cell has __________ value(s) and the values are coded to ______________

each cell has one and only one value and the values are coded to land cover, road types, etc.

[ vector-raster conversion ]




while vector point is represented by __________, raster point is represented by _____________

while vector point is represented by an X-Y value, raster point is represented by a grid cell that has a predefined set of dimensions

[ vector-raster conversion ]




while vector line is represented by __________, raster line is represented by _____________

while vector line is represented by a series of connected points, raster line is represented by grid cells that contain the line feature

[ vector-raster conversion ]




while vector polygon is represented by __________, raster polygon is represented by _____________

while vector polygon is represented by connected arcs that begin and end at the same node, raster polygon is represented by grid cells in which the polygon feature is a majority

what is 1 problem with data conversion?

some features (ponds, small canopy openings, rare vegetation types) can be lost entirely if they are smaller than the cell size

[ changing cell size ]




decreasing cell size enhances _____________, but ____________ also increase rapidly

decreasing cell size enhances spatial resolution, but data storage requirements and time required for processing and display also increase rapidly

the raster data model with continuous data

  • some spatial data (elevation) varies continuously across the landscape

  • can be difficult to represent using a vector-based data model with homogeneous polygons

  • instead, record mean elevation of evenly-spaced grid cells

attributes of raster data

  • does not have true attribute tables

  • uses a look-up table instead

list 3 advantages of raster data

  1. simple data structure
  2. represents continuous surfaces well
  3. complex overlays with multiple data layers are faster

list 3 disadvantages of raster data

  1. large data storage requirements

  2. represents objects poorly

  3. boundaries not very exact

list 3 advantages of vector data

  1. compact data structure
  2. precise representation of feature locations and boundaries
  3. explicit topology...easy to tell what is next to what

list 3 disadvantages of vector data

  1. complex data structure

  2. not good for representing gradual trends

  3. spatial overlays are time consuming

when should you use raster data?


  • when you need to represent continuous surfaces
  • when you need to perform complex analyses or develop spatial models using many different data sets

when should you use vector data?

  • the boundaries between features and the shapes of the features themselves are important

  • when you need to know what features are adjacent to one another

  • when you need accurate measurements of area, length, and direction are important