Understanding GIS Data-1 Flashcards

1
Q

What is GIS?

A

METHOD to capture, store, analyze, manipulate, visualize geographically referenced information
SYSTEM of computer hardware, software, and data and metadata
SMART MAPS linking a database to the map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What Questions Should We ask when making a map?

A

QUESTIONS ABOUT INDIVIDUAL GEOGRAPHIC ENTITIES

  • about space
  • about attributes
  • about time

QUESTIONS THAT ARE AMENABLE TO GIS ANALYSIS

  • Q about spatial relationships
  • Q about attribute relationships
  • Q about temporal relationships
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are Q that GIS cannot answer easily?

A

EXPLANATORY QUESTIONS
-why are these entities here, why do they have these attributes, why have these attributes changed?
PREDICTIVE QUESTIONS
-what will happen at this location if this happens at that location?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do maps potray the world?

A
Through:
POINT FEATURES
LINE FEATURES
POLYGON FEATURES
ANNOTATION FEATURES
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the two types of map information?

A

Discrete or Continuous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Generalization and Scale

A

SCALE: the ratio of size on the ground to size on the map. scale influences the generalization of features

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the two different types of GIS data models?

A

VECTOR MODEL
-stored as x, y in rectangular coord system
-points lines or polygons
-FEATURES AND
ATTRIBUTES: each feature is linked to an entry in a data table that has info about its attributes
RASTER MODEL
-store surfaces/ fields of variable change continuously over space
-many potential values. adjacent cells are rarely the same value
TYPES
Discrete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a feature class?

A
  • collection of similar objects that have the same attributes which are stored as a single unit.
  • stores spatial features with a table of associated attributes for each feature
  • all features share the same table so they all must have the same attributes
  • feature classes may contain only one type of geometry (points, lines or polygons)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the types of vector models?

A

CORELATIONAL MODEL
-features and attributes stored separately
-are linked by a common feature ID
-is the original model for older GIS systems
OBJECT-ORIENTATED MODEL
-features and attributes are stored as a single unit
-reduces overhead in matching features to attributes
-simpler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the advantages of vector models?

A

-store discrete object data, precise, stores a lot of attributes, flexible, compact storage of info, suited for certain types of analysis (areas, lengths, connections)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a discrete Raster?

A
  • store features but in raster format

- have relatively few values that change abruptly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Tell me about Scanned images

A
  • these are paper maps recorded on a scanner

- form rasters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are picture files?

A

any map picture could possibly be used as a GIS data source, however, it must be georeferenced, or registered to a known coord system before you use it in GIS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the difference between a value raster and a picture raster

A

VALUE RASTER
-DEM or land use raser stores a value representing an object or quantity (ie. elevation or rainfall)
-used for analysis
PICTURE RASTER
-stores arbitrary color values that have no direct relation to quantity or attribute
-used as background pictures only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does resolution impact the maps?

A
  • storage space increases by the square of the resolution

- when you have large areas at high precision you have a problem because detail will be lost

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Tell me about storage of attributes

A
  • roads can have more attributes (speed limit, # of lanes, etc)
  • every attribute needs a new raster
  • we can only store numeric attributes
17
Q

Tell me about Continuous Data

A
  • is faster and more flexible than vectors

- sometimes you have to use rasters