What is the difference between vector and raster data formats in GIS, and give an example of when each would be appropriate?
Think about your answer, then reveal below.
Model answer: Vector data represents features as discrete points, lines, or polygons with associated attributes; raster data represents the world as a grid of cells, each with a value. Vector suits discrete features like roads or country borders; raster suits continuous phenomena like elevation or land surface temperature.
Vector format is efficient for discrete, bounded features — a city boundary is a polygon, a river is a line, a weather station is a point. Raster format is natural for phenomena that vary continuously across space — elevation models, satellite imagery, and temperature surfaces are all grids where each pixel carries a measurement. GIS analyses often require converting between formats or overlaying both types, which is why understanding the distinction matters for choosing the right tool and interpreting outputs correctly.