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

Regional Geography, Systematic Geography, Idiographic, Nomothetic, Inductive and Deductive Approaches

T wo major ways of studying Geography : the Regional Approach and the Systematic Approach . It also explains the related ideas of idiographic vs. nomothetic and inductive vs. deductive reasoning , especially in the context of the Hartshorne–Schaefer debate . 1. Regional Geography: “All About One” Regional Geography studies one particular region in detail . A region is an area that has some degree of homogeneity (sameness) within its boundary but is also unique or different from other regions . For example, if we study Palakkad District , we may study: Relief and drainage Climate Soil Vegetation Agriculture Population Occupation Economy Culture Political characteristics The purpose is to understand the complete geographical personality of Palakkad and the relationships among its different features. Key concepts Region: A geographical area with identifiable characteristics and boundaries. Homogeneity: Si...

Kuhn’s Paradigms

The given content explains Thomas S. Kuhn’s model of scientific development , its application to geography, and criticisms by Karl Popper, Paul Feyerabend, Michel Foucault , and others. 1. Basic Idea Kuhn argued that science does not develop continuously in a straight line . Instead, scientific development occurs through: Preparadigm → Paradigm → Normal Science → Crisis → Scientific Revolution → New Paradigm A new paradigm may replace an older one, producing a major change in the way scientists understand and study a subject. Concepts and Terminologies Concept / Term Simple Meaning Paradigm A commonly accepted framework/model that guides scientific research Exemplar A successful concrete problem-solution used as a model for future research Disciplinary Matrix Shared beliefs, values, concepts, methods and techniques of a scientific community Preparadig...

Multispectral and Hyperspectral Imaging Systems

The main idea is how a remote-sensing sensor collects information about an area . A sensor does not simply take an ordinary photograph. It measures the electromagnetic energy reflected or emitted by objects in different wavelength bands . Depending on how many bands are measured and how the sensor collects them, different imaging systems are used. 1. Multispectral vs. Hyperspectral Multispectral imaging (MSI) records information in a limited number of relatively broad, separate spectral bands , such as blue, green, red, near-infrared and shortwave infrared. Hyperspectral imaging (HSI) records information in many narrow and usually contiguous spectral bands . Therefore, it provides a much more detailed spectral signature of each pixel. The resulting dataset is commonly called a hyperspectral data cube (hypercube) because it contains: X-axis → spatial information Y-axis → spatial information Z-axis → wavelength/spectral information Thus, hype...

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...

Satalite

Landsat → Land resources SPOT → High-resolution mapping IRS → Indian natural-resource mapping ASTER → Geology + thermal + DEM QuickBird → Very high spatial resolution MODIS → Daily global monitoring GOES → Weather monitoring AVHRR → Weather + vegetation + ocean AVIRIS → Hyperspectral imaging Highest spectral resolution: AVIRIS (224 narrow bands) Highest spatial resolution in this list: QuickBird (~0.61 m PAN) Highest temporal frequency: GOES (minutes) Best broad global monitoring: MODIS Indian sensors: IRS-LISS III and LISS IV Hyperspectral: AVIRIS Thermal + multispectral + DEM: ASTER abbreviations MSS – Multispectral Scanner System TM – Thematic Mapper ETM+ – Enhanced Thematic Mapper Plus GOES – Geostationary Operational Environmental Satellite AVHRR – Advanced Very High Resolution Radiometer HRV – High Resolution Visible HRVIR – High Resolution Visible and Infrared HRG – High Resolution Geometric ...