Spatial Data

Spatial data is the foundation of Geographic Information Systems (GIS) and geospatial analysis. It represents real-world locations, objects, and features on the Earth's surface in a format that can be stored, analyzed, and visualized using GIS tools. There are two primary types of spatial data: vector data and raster data.

1. Vector Data

Vector data represents geographic features using points, lines, and polygons. It is ideal for storing discrete objects with well-defined boundaries.

Types of Vector Data:

  1. Points – Represent a single location on a map.
  2. Lines (Polylines) – Represent linear features connecting two or more points.
  3. Polygons – Represent enclosed areas with boundaries.

1.png

2. Raster Data

Raster data represents the Earth's surface using a grid of cells (pixels), where each cell stores a value representing a characteristic of that location. It is ideal for storing continuous data such as elevation, temperature, and satellite imagery.

Types of Raster Data:

  1. Satellite Imagery & Aerial Photos – Pixel values represent reflectance or spectral information.

image.png

  1. Digital Elevation Models (DEM) – Pixel values represent elevation above sea level.

image.png

  1. Thematic Rasters – Pixel values represent categorical data such as land cover.

image.png

Vector Object Vs Raster Object:

image.png

2. Layers

GIS data is organized into layers, where each layer represents a specific type of spatial information.