Spatial Data Flashcards
(50 cards)
What are the 2 types of data sources? describe the difference
primary sources are data collected firsthand
secondary sources are data collected by someone else
Describe metadata
information or data about spatial data
usually included along with a dataset to describe the data included
What type of information could be included in a metadata for a dataset?
extent of data
source of data
accuracy
scale
projection
explanation of codes used in the dataset
What are 4 examples of data collection devices for GPS and surveying?
tablets/phones
GPS
field notes
total station
What are the pros and cons of using tablets/phones as a GPS/surveying data collection tool?
pros: cheap, convenient/easy to carry
cons: not super accurate
What are the pros and cons of using a GPS device as a GPS/surveying data collection tool?
pros: more accurate spatial data
cons: more expensive
What are the pros and cons of using field notes as a GPS/surveying data collection tool?
pros: cheap, easy to write notes, convenient
cons: maybe less accurate
What are the pros and cons of using total station as a GPS/surveying data collection tool?
pros: very accurate and precise
cons: expensive
What are some examples of secondary data sources?
published maps
aerial photos
satellite images
social media
online sources like city open data portals
What are the 3 components of spatial data?
location - where
attribute - what
temporal - when
What are the 2 data models?
vector model (object)
raster model (field)
How do we represent spatial data?
with data models
What are data models? what are their functions?
they are representations of spatial data (with geometry and attribute data)
parameters for how real world events are stored in a computer
they function to control how data are stored and organized
How are spatial data conceptualized in a vector model?
as a collection of self-contained objects and their relationships
How are spatial data stored in a vector model?
spatial and attribute data are stored together
How many attributes can be stored for a single object or object layer in a vector model?
unlimited
What is an example of a vector model?
a model showing crime in the city of Vancouver
each data point is given a location, a category of crime, a date and time of crime, a police response, etc. and this is useful for analyses because it can help determine patterns
How are spatial data conceptualized in a raster model?
data are stored as pixels/cells each with a single attribute (value)
provides full coverage spatial data because there are no spaces between the pixels
How do vector and raster data models differ?
vector data are individual, self-contained objects which can be spatially separated
- models show the relationships between the objects
- an object can have unlimited attributes associated with it
- smoother maps
- represented as points, lines, polygons
raster data are pixels that are not separated in space (grids) and each pixel has a single associated attribute/value
- pixellated/blockier maps
- represneted by cells/pixels
What is an example of a raster model?
soil pH value across North America
every single pixel on the map has a single value (attribute) that gives the calculated/estimated soil pH for that pixel size
Describe vector data
vectors represent the world in layers
the layers can have points, lines, and/or polygons
a point can exist on its own (spatially separated) or be joined to other points to make a line
a line can exist on its own or be joined to other lines to make a polygon
layers can be used individually or combined
Describe points
points are a vector data type which are
- 0 dimensional
- indicative of a location
ex. trees, houses, traffic lights, fire stations
describe lines
a vector data type
1 dimensional geometry
composed of an ordered set of coordinates (multiple points joined - when joined, they’re called ‘nodes’)
order matters (ex. direction of water flow or road way)
sometimes called arcs
ex. major roads, one segment of a river, hiking trail, bike lane, water pipes, bus routes
describe polygons
vector data
2 dimensional geometry
composed of an ordered set of point coordinates that create a boundary with the first and last point being the same = closed polygon
ex. forest inventory, lakes, census districts, watersheds, parks