GIS midter, Flashcards
What is representation?
The real world is infinitely complex
Communication requires simplification
Reduce information to a manageable volume
Why representation?
To communicate
To go beyond the space-time limits of our senses
To deal with an infinitely complex world
Digit (meaning finger)
Computers represent information using some combinations of 0s and 1s
One binary digit is a
bit
eight bits is a
byte
“digital” =
binary
16-bit short integer
Storage bit in bytes – 2
32-bit long integer
Storage bit in bytes – 4 or 8
Single precision floating-point numbers
32 bits in total
1 sign bit, 8 exponent bits, 24 fraction bits (23 explicitly stored)
7 significant digits in decimal system
Model process
Reality => Conceptual model => Logical model => Physical model
Reality
Includes all aspects and may or may not be perceived by individuals
Conceptual model
Identify the main (relevant) object types and their relationships
Logical model
Create diagrams and lists describing the object types and Independent from implementation
Physical model/data model
Actual files or database tables for data storage in computer systems andSystem-specific formats
CAD - Computer-Aided Design
Geometric models for objects (2D and 3D vector
Local drawing coordinates
Individual objects do NOT have unique identifiers for linking with attributes
What does CAD lack
relationships (e.g., topology) between objects
Graphical model
Digitizing paper maps
Points, lines, polygons, and annotations with geographic coordinates
What does graphical model not have
linkages with attributes
relationships between objects
Raster
An array of cells/pixels
Geographically referenced
Every cell holds only a value
VAT (Value Attribute Table)– multiple attributes
Were saved as a table linked to raster
Are not built or available for floating point raster
May exist for integer grids
What is VAT (Value Attribute Table) in
Raster
Geo-tagging (not GIS raster model!)
Pictures/photographs
Linked to geographic objects as attributes in database
Stored in BLOB as object attributes in databases
Vector
Geographic locations are explicit
A point is associated with a single set of coordinates (X, Y)