Fundamentals of Remote Sensing and Geospatial Analysis

AishwaryaAishwarya
6 min read

When I first started this journey into geospatial data, I spoke about the introduction to geospatial data—laying the groundwork for understanding how we capture, represent, and work with data tied to specific locations on Earth. I chanced upon this course, ‘Fundamentals of Remote Sensing and Geospatial Analysis’ by Matt on Udemy. Thanks to his teaching, I will be diving deeper into two core components that elevate geospatial analysis: Remote Sensing and Geospatial Analysis.

These technologies might sound complex, but at their heart, they are about observing the Earth and making sense of it—quantitatively, spatially, and systematically.

What is Remote Sensing?

Remote sensing is the science of collecting information about objects or areas from a distance—usually via satellites or aircraft—without physical contact. But this isn't just photography from space. Remote sensing uses specialized sensors to detect and measure the electromagnetic radiation (EMR) that is reflected, emitted, or backscattered from the Earth’s surface.

Remote Sensing

Think of it like this: light and energy bouncing off the surface of a tree, building, or body of water carries unique signals. Remote sensing systems capture that energy and allow us to analyze it mathematically to infer real-world properties. For instance, sensors can be used to measure the diameter of a cottonwood tree crown, or to map the entire boundary of a cottonwood forest stand. In both cases, the reflected EMR acts as a surrogate—a measurable stand-in—for the physical property being studied.

Remote sensing is the science behind this data collection. To analyze and interpret it, we turn to Geographic Information Systems (GIS)—a suite of tools that let us visualize, manipulate, and extract insights from geospatial data.

Applications of Remote Sensing

The applications of remote sensing are broad, spanning environmental, social, and industrial domains. Here are a few areas where it plays a vital role:

  • Environmental monitoring: Tracking deforestation, glacier melt, coastal erosion, and land degradation.

  • Agriculture: Monitoring crop health, estimating yields, analyzing soil moisture, and managing irrigation.

  • Urban planning: Mapping land use changes, identifying urban heat islands, and planning infrastructure.

  • Disaster management: Flood mapping, wildfire detection, and earthquake damage assessments.

  • Climate science: Monitoring atmospheric aerosols, ocean temperatures, and cloud patterns.

  • Hydrology: Measuring snow cover, surface water dynamics, and watershed boundaries.

The advantage of remote sensing lies in its synoptic view (wide-area coverage) and repeatability—we can collect data consistently over time, across regions, and under conditions that might be inaccessible on the ground.

What is Geospatial Analysis?

Geospatial analysis refers to the computational techniques we use to interpret and derive meaning from location-based data. It's how we ask questions about space, like:

  • Where is a phenomenon occurring?

  • How does it vary geographically?

  • What spatial patterns or trends can we identify?

In practice, geospatial analysis combines geometry, statistics, and spatial algorithms to analyze everything from disease spread and traffic congestion to environmental change and natural resource distribution.

What Do We Use Geospatial Analysis For?

Geospatial analysis turns raw data into actionable insights. Here are a few scenarios where it adds value:

  • Identifying high-risk flood zones in a river basin.

  • Detecting illegal logging in protected areas.

  • Modeling air pollution spread based on weather and urban patterns.

  • Determining suitable land for agriculture or urban expansion.

  • Mapping population density and access to services.

It’s not just about maps—it’s about extracting knowledge and enabling better decisions through spatial intelligence.

How Do We Conduct Remote Sensing and Geospatial Analysis?

A typical remote sensing workflow begins with the acquisition of satellite imagery, followed by preprocessing, analysis, and visualization.

Sensor Platforms

Remote sensing sensors fall into two major categories:

  1. Passive sensors: These rely on sunlight (or emitted heat) and detect naturally reflected or emitted EMR.

    • Landsat series (NASA/USGS): Long-term, moderate-resolution Earth observation.

    • Sentinel-2 (ESA): High-resolution optical imagery with global coverage.

    • MODIS (NASA): Broad-scale, daily imagery ideal for vegetation and climate monitoring.

  2. Active sensors: These emit their own energy and measure the response.

    • Synthetic Aperture Radar (SAR): Penetrates clouds and works day or night. Useful for monitoring floods, landslides, and surface movement.

    • LiDAR (Light Detection and Ranging): Emits laser pulses to measure precise distances. Used in creating high-resolution elevation models, forest canopy analysis, and infrastructure mapping.

Image Preprocessing

Before we can analyze satellite images, they must be preprocessed to correct for noise and distortion.

  1. Radiometric Correction

    • Adjusts for sensor irregularities and varying illumination conditions.

    • Converts digital numbers (DNs) to radiance or reflectance to ensure consistency across scenes.

  2. Atmospheric Correction

    • Removes the effect of atmospheric particles and gases.

    • Common techniques include:

      • Dark Object Subtraction (DOS) – assumes certain areas (e.g., deep water) should be close to zero reflectance.

      • FLAASH and 6S – more advanced physics-based models for spectral correction.

  3. Geometric Correction

    • Aligns the imagery to known coordinate systems (e.g., UTM, WGS84).

    • Corrects for terrain-induced distortions, satellite angle, and Earth’s curvature.

Interpreting Spectral Characteristics

Every material—whether it’s vegetation, soil, water, or concrete—has a unique spectral signature. This signature describes how that material reflects or absorbs energy at different wavelengths.

For example:

  • Healthy vegetation strongly reflects near-infrared (NIR) and absorbs red light.

  • Water bodies absorb most radiation, appearing dark in NIR and SWIR bands.

  • Urban surfaces reflect strongly in visible and shortwave infrared ranges.

By analyzing reflectance patterns across spectral bands, we can classify land cover, detect vegetation stress, or track changes over time.

Creating Your Own Spectral Indices

Spectral indices are simple mathematical combinations of image bands that highlight specific features.

The most common example is the Normalized Difference Vegetation Index (NDVI):

NDVI = (NIR - Red) / (NIR + Red)

This equation takes advantage of the fact that healthy vegetation reflects NIR and absorbs red, producing values close to 1. Bare soil or water, by contrast, produce lower or negative values.

You can also create custom indices depending on your project's goals. For example:

Urban Index = (SWIR - NIR) / (SWIR + NIR)

This might help you differentiate built-up areas from natural surfaces in an urban expansion study.

These equations can be implemented using tools like QGIS, Google Earth Engine, or Python libraries such as rasterio, NumPy, and earthpy.

Final Thoughts

Remote sensing and geospatial analysis represent a powerful fusion of science and technology—allowing us to measure, map, and model the Earth's surface in unprecedented ways. Remote sensing gives us the ability to observe, while geospatial analysis helps us understand and act.

Whether you're studying forest health, mapping coastal changes, or planning smart cities, these techniques provide a data-driven lens through which to view the world. And as you grow in this field, you'll move from interpreting pre-made maps to creating your own insights, building algorithms that answer the spatial questions most relevant to your work.

The more you explore, the more you'll realize that these aren’t just tools—they're extensions of how we observe, question, and engage with the Earth itself.

Resources:

Udemy Course: https://www.udemy.com/course/introduction-to-remote-sensing-1/?srsltid=AfmBOorJJfT3BXacq5tkV9BKy5lO7vnF35CcpFF4G0UVUa1Ce3hr0h-b

Like what you read?

If you found this useful and want to dive deeper, I’ll be sharing follow-up posts covering:

  • Practical remote sensing workflows in Python and Google Earth Engine

  • A beginner's guide to creating NDVI maps from satellite imagery

  • Real-world examples using Sentinel and Landsat data for environmental monitoring

Feel free to drop a comment, ask a question, or suggest a topic you'd like me to explore next. Follow along if you want to keep learning how to extract meaningful insights from geospatial data.

Let’s build, map, and analyze—one pixel at a time. 🌍🛰️

~ Aishwarya

1
Subscribe to my newsletter

Read articles from Aishwarya directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Aishwarya
Aishwarya

Hey there! I’m Aishwarya — part engineer, part educator, part explorer. Also: geospatial specialist, ex-data engineer, and Developer Relations Lead at WomenDevsSG. From Python scripts to satellite maps—I turn data into stories and workflows into impact. Currently sharing, mentoring, and building in public. 🚀 Stick around for hands-on posts on automation, cloud, spatial data, and scaling knowledge through code. Let’s learn and grow together!