Midterm 1, Deck pt 2 Flashcards
Data Collection to Raster Analysis
accuracy
degree to which measurement is correct
how much you trust the data
precision
repeatability of the measurement and how small of a scale you are measuring (mm more precise than cm)
2 types of data collection
primary vs secondary
Primary data collection
a direct measurement, you collect yourself
secondary data collection
something collected in advance or using pre-existing data
always check metadata to make sure its trustworthy
T/F: secondary data collection is something we can control
True, we determine what our reolution, precision, accuracy is
examples of primary data collection
surveying land, GPS measurements (using satellites), taking air photos yourself, photogrammetry
examples of secondary data collection
scanning existing vector and raster data, DEMs, gazeteers, digitizing, heads up
Digitizing
converting geographic features of a map into digital format
digitizing tables time-consuming and impractical
digitizing always converts ____ pixels into ______ data
raster, vector
“Heads up” digitizing
digitize scanned maps/documents directly from a computer screen
4 steps of “heads up”
source data, georeference base data, digitize, edit
Georeferencing base data includes ____ or ____
R or R
rectify or register
rectify
rearrange locations to correspond to a specific reference system (coordinates)
map-world
register
rearrangement of locations in one data set to correspond to same locations in another data set
map-map
Linear transformation
everything moves by same amount, distortion is same across image
differential transformation
rubber sheeting
inconsistent stretch in image in different spots, Defining ground control points plotted as polynomial models
Ground control points should be …
easily identifiable, precise, discreet, well distributed, temporally consistent, and ideal for crosshairs
T/F: it is better to use more GCPs than a higher polynomial
True, it reduces error and keeps it less complex
just remeber to keep them well distributed or you’ll only have one detailed section
tie vs tic components in a GCP
Ground control (reference coordinates) vs Map locations (source coordinates)
you “tie” the new points down
Topology
relations used to validate the geometry of points, lines, and polygons
qualitative over quantitative (yes/no)
topographical relations
4
connectivity, adjacency, orientation, containment
connectivity
are two points connected
adjacency
are x and y next to each other
orientation
can we travel in a given direction
containment
is x within y (or vice versa)
arc-node topology
table defining each node that make up a line (arc)
arc-poly topology
table defining arcs that make up each polygon
what are the rows and columns for attribute data tables
records and fields respectively
all records have same fields, one record per observation/entity
4 data types of fields
characters, integers, floats, BLOBs
characters
text or numbers formatted as text “strings”
Integers
numbers without decimals
floats
numbers with decimals
BLOBs
Binary Large OBjects
attachments that are not characters, integers, or floats
references, photos, media, etc
Measurement scale of attribute data
acronym
NOIR
T/F: Raster attribute data tables are detailed
False, you can only have basic raster tables
What is the feature attribute table in regards to table joins
the target table, stores spatial infromation
dbf files
flat files
one large file with all the data in it
pros/cons of flat files
Pro: convenient for simple, ltd data sets
cons: bad for complex data sets, data redundancy (repeats of fields), and data consistency (different data types/spelling/formatting)
Primary key
attribute in the target table that can uniquely identify a record