Remote Sensing & GIS Tutorials

Expand your spatial knowledge with detailed, step-by-step guides on major GIS platforms, python processing, and cloud analysis.

🌐
GIS BasicsBeginner

What is GIS? A Complete Introduction to Geographic Information Systems

A **Geographic Information System (GIS)** is a computer-based system used to **capture, store, analyze, and visualize spatial (location-based) data**. In simple...

⏱️ 10 mins read
πŸ›°οΈ
GIS BasicsBeginner

Remote Sensing Basics: Electromagnetic Spectrum & Satellite Imagery

**Remote Sensing** is the science of acquiring information about the Earth's surface **without physically touching it** β€” typically using sensors mounted on sat...

⏱️ 12 mins read
πŸ—ΊοΈ
GIS BasicsBeginner

Coordinate Systems, Map Projections & Datums Explained

The Earth is a 3D sphere (roughly), but maps are 2D. To represent locations accurately, GIS relies on three interconnected concepts: **Coordinate Systems**, **D...

⏱️ 15 mins read
πŸ–₯️
QGISBeginner

QGIS Installation & Interface Overview

**QGIS** is a free, open-source GIS software used by professionals worldwide. This tutorial walks you through installing QGIS and understanding its interface, s...

⏱️ 15 mins read
πŸ“
QGISBeginner

Vector Data: Points, Lines & Polygons Explained

Vector data is one of the two fundamental data models in GIS (the other being raster). It represents real-world features using precise geometric shapes: **point...

⏱️ 15 mins read
πŸ”οΈ
QGISBeginner

Raster Data & Digital Elevation Models (DEM)

Raster data represents the world as a **grid of cells (pixels)**, where each cell holds a value. It's the format used for satellite imagery, elevation data, tem...

⏱️ 15 mins read
πŸ“Œ
QGISIntermediate

Georeferencing Scanned Maps in QGIS

**Georeferencing** is the process of aligning a scanned map or image (which initially has no real-world coordinates) to actual geographic coordinates, so it can...

⏱️ 20 mins read
✏️
QGISIntermediate

Digitization: Creating Vector Layers from Satellite Imagery

**Digitization** is the process of manually tracing features (roads, buildings, land parcels, water bodies) from a raster image β€” like a satellite photo or scan...

⏱️ 20 mins read
βœ‚οΈ
QGISIntermediate

Spatial Analysis: Buffer, Overlay & Clip

Spatial analysis tools let you answer real-world location-based questions β€” "What's within 500m of this river?", "Which land parcels fall inside the flood zone?...

⏱️ 25 mins read
πŸƒ
QGISIntermediate

NDVI Calculation & Vegetation Health Mapping

**NDVI (Normalized Difference Vegetation Index)** is one of the most widely used remote sensing indices. It measures vegetation health and density using satelli...

⏱️ 20 mins read
🏞️
QGISIntermediate

Land Use / Land Cover (LULC) Classification

**LULC Classification** is the process of categorizing each pixel of a satellite image into meaningful classes β€” like urban, water, vegetation, or bare land β€” t...

⏱️ 25 mins read
πŸ€–
QGISAdvanced

Supervised vs Unsupervised Classification

When classifying satellite imagery, you have two fundamentally different approaches: **Supervised** (you guide the process) and **Unsupervised** (the algorithm ...

⏱️ 30 mins read
πŸ“
QGISIntermediate

DEM Analysis: Slope, Aspect & Hillshade

A Digital Elevation Model (DEM) contains raw elevation values, but its real analytical power comes from **derivative products** β€” Slope, Aspect, and Hillshade β€”...

⏱️ 20 mins read
🌊
QGISAdvanced

Watershed Delineation using DEM

**Watershed Delineation** is the process of identifying the boundary of a drainage basin β€” the area of land where all surface water flows to a common outlet β€” u...

⏱️ 35 mins read
πŸ”„
QGISAdvanced

Change Detection using Multi-temporal Satellite Images

**Change Detection** identifies differences in land cover or land use between two or more time periods, using satellite imagery. It's widely used to monitor def...

⏱️ 30 mins read
🌍
GEEIntermediate

Introduction to Google Earth Engine (GEE)

**Google Earth Engine (GEE)** is a free, cloud-based platform that gives you access to petabytes of satellite imagery and geospatial datasets, along with the co...

⏱️ 25 mins read
πŸ“‘
GEEAdvanced

SAR (Synthetic Aperture Radar) Basics & Applications

**SAR (Synthetic Aperture Radar)** is an active remote sensing technology that sends its own microwave energy toward the Earth and measures the returning signal...

⏱️ 30 mins read
πŸ›°οΈ
GEEIntermediate

Working with Landsat & Sentinel Data

**Landsat** and **Sentinel-2** are the two most widely used free optical satellite programs in remote sensing. Knowing how to find, download, and process their ...

⏱️ 20 mins read
🎨
QGISIntermediate

Map Layout & Cartographic Design in QGIS

A great analysis means nothing if it can't be communicated clearly. **Cartographic design** is the art and science of turning your GIS data into a polished, rea...

⏱️ 25 mins read
🐍
PythonAdvanced

Python for GIS: Automating Workflows with GDAL & Geopandas

Doing repetitive GIS tasks by hand (clipping 50 files, calculating statistics for hundreds of features) is slow and error-prone. **Python** lets you automate th...

⏱️ 35 mins read