Understanding GIS Data-1 Flashcards
What is GIS?
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
What Questions Should We ask when making a map?
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
What are Q that GIS cannot answer easily?
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 do maps potray the world?
Through: POINT FEATURES LINE FEATURES POLYGON FEATURES ANNOTATION FEATURES
What are the two types of map information?
Discrete or Continuous
What is Generalization and Scale
SCALE: the ratio of size on the ground to size on the map. scale influences the generalization of features
What are the two different types of GIS data models?
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
What is a feature class?
- 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)
What are the types of vector models?
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
What are the advantages of vector models?
-store discrete object data, precise, stores a lot of attributes, flexible, compact storage of info, suited for certain types of analysis (areas, lengths, connections)
What is a discrete Raster?
- store features but in raster format
- have relatively few values that change abruptly
Tell me about Scanned images
- these are paper maps recorded on a scanner
- form rasters
What are picture files?
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
What is the difference between a value raster and a picture raster
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 does resolution impact the maps?
- 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