Skip to main content

Raster Data Structure

Raster Data

Raster data is like a digital photo made up of small squares called cells or pixels. Each cell shows something about that spot — like how high it is (elevation), how hot it is (temperature), or what kind of land it is (forest, water, etc.).

Think of it like a graph paper where each box is colored to show what's there.

Key Points

  • What's in the cell?
    Each cell stores information — for example, "water" or "forest."

  • Where is the cell?
    The cell's location comes from its place in the grid (like row 3, column 5). We don't need to store its exact coordinates.

How Do We Decide a Cell's Value?

Sometimes, one cell covers more than one thing (like part forest and part water). To choose one value, we can:

  • Center Point: Use whatever feature is in the middle.

  • Most Area: Use the feature that takes up the most space in the cell.

  • Most Important: Use the most important feature (like a road or well), even if it's small.

  • Percentages: Record how much of each feature is in the cell.

How is Raster Data Stored?

Raster files can be very big, so we use smart ways to save space.

1. Direct Coding

  • Simple: Just store every cell in order, row by row.

  • Easy to understand, but uses a lot of space.

2. Compression Methods

a. Chain Code

  • Stores the outline of shapes by saving the direction of lines.

  • Good for drawing boundaries, but hard to edit.

b. Run-Length Encoding

  • Saves repeating values like "5 trees" instead of "tree, tree, tree, tree, tree."

  • Great for large areas with the same value.

c. Block Code

  • Groups nearby cells with the same value into square blocks.

  • Saves space by storing just one value per block.

d. Quadtree

  • Splits the map into 4 parts.

  • If a part has the same value (like all water), it stores it as one piece.

  • If not, it keeps dividing into smaller squares.

  • Very smart and space-saving, especially for maps with both simple and complex areas.

Warm regards.
..
Vineesh V
UGC Nodal Officer
Assistant Professor of Geography,
PG and Research Department of Geography,
Government College Chittur, Palakkad.

Comments

Popular posts from this blog

Thermal Infrared Remote Sensing

1. Principles Thermal Infrared Remote Sensing is based on the detection of naturally emitted electromagnetic radiation from objects, rather than reflected solar energy. According to Planck's Radiation Law , all objects with a temperature above absolute zero (0 K) emit electromagnetic radiation. For Earth surface features, the peak emission lies in the Thermal Infrared (TIR) region of 3–14 μm of the electromagnetic spectrum. The amount of radiation emitted is primarily a function of surface temperature and emissivity . Sensors measure the radiant energy flux density (W/m²) , which is later converted to surface temperature using Stefan-Boltzmann's Law . 2. Radiation Properties in TIR Emissivity (ε): Ratio of radiation emitted by a surface to that emitted by a perfect blackbody at the same temperature. Natural surfaces like water (ε ≈ 0.98) have high emissivity, while bare soils and metals have lower values. Blackbody: An idealized object th...

Atmospheric Window

The atmospheric window in remote sensing refers to specific wavelength ranges within the electromagnetic spectrum that can pass through the Earth's atmosphere relatively unimpeded. These windows are crucial for remote sensing applications because they allow us to observe the Earth's surface and atmosphere without significant interference from the atmosphere's constituents. Key facts and concepts about atmospheric windows: Visible and Near-Infrared (VNIR) window: This window encompasses wavelengths from approximately 0. 4 to 1. 0 micrometers. It is ideal for observing vegetation, water bodies, and land cover types. Shortwave Infrared (SWIR) window: This window covers wavelengths from approximately 1. 0 to 3. 0 micrometers. It is particularly useful for detecting minerals, water content, and vegetation health. Mid-Infrared (MIR) window: This window spans wavelengths from approximately 3. 0 to 8. 0 micrometers. It is valuable for identifying various materials, incl...

Radar Remote Sensing SAR

1. Radar and Radar Remote Sensing RADAR stands for Radio Detection and Ranging . It is an active remote sensing system that transmits microwave energy toward the Earth's surface and records the energy that is returned to the sensor as an echo or backscatter . Unlike passive optical remote sensing, radar does not depend on sunlight. Therefore, it can operate day and night and, at suitable wavelengths, can acquire data through clouds, haze and light rain. Hence, radar is widely described as an all-weather, day-and-night remote sensing technology . Basic principle Microwave pulse → transmission → interaction with surface → backscatter/echo → antenna receives signal → signal processing → radar image 2. Microwave Energy Radar systems use microwave electromagnetic radiation , generally in wavelength ranges from approximately 1 mm to 1 m . Important radar bands include: Band Approx. wavelength Common applications ...

Radar image. Polarization in Remote Sensing

L band radars operate on a wavelength of 15-30 cm and a frequency of 1-2 GHz. L band radars are mostly used for clear air turbulence studies. S band radars operate on a wavelength of 8-15 cm and a frequency of 2-4 GHz. Because of the wavelength and frequency, S band radars are not easily attenuated. . Polarization refers to the direction of travel of an electromagnetic wave vector's tip: vertical (up and down), horizontal (left to right), or  circular (rotating in a constant plane left or right). . a synthetic aperture radar (SAR) for high-resolution imaging. a radar altimeter, to measure the ocean topography. echo amplitude a wind scatterometer to measure wind speed and direction. Other types of radars have been flown for Earth observation missions: precipitation radars such as the  Tropical Rainfall Measuring Mission, or cloud radars like the one used on Cloudsat. . RISAT-1 (SAR, ISRO India, 2012) RORSAT (SAR, Soviet Union, 1967-1988) Seasat (SAR, altimeter, scatterometer, US, 19...

Discrete Detectors and Scanning mirrors Across the track scanner Whisk broom scanner.

Multispectral Imaging Using Discrete Detectors and Scanning Mirrors (Across-Track Scanner or Whisk Broom Scanner) Multispectral Imaging:  This technique involves capturing images of the Earth's surface using multiple sensors that are sensitive to different wavelengths of electromagnetic radiation.  This allows for the identification of various features and materials based on their spectral signatures. Discrete Detectors:  These are individual sensors that are arranged in a linear or array configuration.  Each detector is responsible for measuring the radiation within a specific wavelength band. Scanning Mirrors:  These are optical components that are used to deflect the incoming radiation onto the discrete detectors.  By moving the mirrors,  the sensor can scan across the scene,  capturing data from different points. Across-Track Scanner or Whisk Broom Scanner:  This refers to the scanning mechanism where the mirror moves perpendicular to the direction of flight.  This allows for t...