Aggregation definition
combining features into a larger feature (summarizes)
Why would you want to aggregate?
Show patterns
Reduce detail
Smoothing definition
Simplify shape of features by removing small irregularities
Douglas-peucker algorithm smoothing
simplifies lines by keeping essential vertices
Bezier curves smoothing
smooths curves by approximating them with control points
Simplification of lines
Reducing number of vertices
Line generalization algorithms (simplification)
Simplify complex shapes
Why would you want to simplify your geometry?
Renders faster and reduces storage
Resolution reduction
decrease the spatial resolution of raster data
Resampling (resolution reduction)
Average the pixel values within larger cells (increase cell size and average within the new cell size)
Pyramid layers
Creates lower-resolution versions of data (faster rendering)
Hierarchy creation (what does it do?)
Organizes features into levels
Hierarchy creation example
Grouping roads into primary/secondary/local
Edge matching definition
Making sure topology between map sheets/tiles is seamless
Does raster or vector data tend to be more precise about its location?
Vector
Topological simplification
Getting rid of topological details but still keeping important ones
How do shapefiles store attribute and geometric data?
Attribute = dbf file
Geometry = shp file
How do GeoJSON files store geometric and attribute information?
Together (object-based)
Indexing
Access structure in a database so you can get a specific record easier
Can geographic features be represented on a map without undergoing transformation?
No
Elimination (simplification)
removing features from a map
Tessellation (simplificaiton)
Approximate coordinate grids by making a continuous surface into cells
2 types of tessellation
triangulated irregular network
raster
What are the 3 components of a TIN tessellation?
points of the triangle have x/y coordinates, elevation, and slope