Skip to content

Land Cover Classification – Armenia (10m Satellite Imagery)

Location: Near Yerevan, Armenia

Project Overview

Nazru’s AI platform was deployed to classify land cover over a region near Yerevan, Armenia, using 10‑metre resolution satellite imagery. The project involved mapping the area into nine distinct classes: bare_soil, cultivated_crops, forest, industrial, transportation, urban_built, water, wetland, and wild_grass. The output supports environmental monitoring, agricultural planning, and urban development assessment.

The Challenge

Classifying land cover from medium‑resolution satellite data (10m) presents several difficulties:

  • Spectral mixing – individual pixels often contain multiple surface types (e.g., urban with trees, wetland with water and grass).

  • Similar spectral signatureswild_grass and cultivated_crops may appear similar, especially in early growth stages; bare_soil and industrial can share similar reflectances.

  • Limited spatial detail – small features (e.g., narrow transportation corridors, small water bodies) may be difficult to resolve at 10m resolution.

  • Cloud cover and atmospheric effects – common in satellite imagery, affecting classification accuracy.

  • Seasonal variations – the area near Yerevan experiences distinct seasons, affecting vegetation and water levels.

The Nazru Solution

Nazru’s platform integrated multi‑spectral satellite bands (visible, near‑infrared, shortwave‑infrared) with a deep learning model for semantic segmentation (e.g., U‑Net, DeepLabV3+). Our pipeline:

  1. Pre‑processing – atmospheric correction, resampling, and cloud masking.

  2. Classification – pixel‑wise assignment of each of the nine classes using a model trained on diverse landscapes.

  3. Post‑processing – conversion of raster masks to clean polygons for GIS use, with noise removal and minimal mapping unit (MMU) filtering.

  4. Accuracy assessment – validation against high‑resolution reference data or ground truth.

Class definitions:

 
 
ClassDescription
bare_soilUnvegetated soil, sand, or rock surfaces
cultivated_cropsActive agricultural fields, orchards, vineyards
forestDense tree cover (natural or planted woodland)
industrialFactories, warehouses, industrial zones
transportationRoads, railways, airports, and other transport corridors
urban_builtResidential, commercial, and mixed‑use built‑up areas
waterLakes, reservoirs, rivers, and streams
wetlandMarshlands, swamps, or seasonally inundated areas with water‑tolerant vegetation
wild_grassNatural grasslands, meadows, or steppe vegetation (non‑agricultural)

Key Results & Benefits

  • First‑time detailed land cover map for the Yerevan region using 10m Sentinel‑2 imagery.

  • Clear separation of natural vs. human‑modified landscapes – urban, industrial, transportation, agriculture, forest, grass, wetland, water, and bare soil.

  • Supports multiple applications – agricultural yield forecasting, urban sprawl monitoring, wetland conservation, and environmental impact assessment.

  • Scalable – the same model can be applied to adjacent regions or time‑series data to detect seasonal or annual changes.

  • GIS‑ready outputs – polygons with class attributes and area measurements.

Key Technologies Used

  • Semantic segmentation with deep learning (U‑Net / DeepLabV3+) for pixel‑wise classification.

  • Multi‑spectral feature engineering – NDVI, NDWI, and other indices to separate vegetation, water, and bare surfaces.

  • Polygon vectorisation – conversion of raster masks to clean, topologically correct polygons.

  • Atmospheric correction – using Sen2Cor or equivalent pre‑processing.

Satellite image of the Yerevan, Armenia region – AI‑based land cover classification at 10m resolution.