Remote sensing is a rapidly evolving geospatial technology used to collect information about the Earth's surface and atmosphere without direct physical contact . It involves detecting and measuring electromagnetic radiation (EMR) reflected or emitted from objects using sensors mounted on satellites, aircraft, or drones. Remote sensing systems are fundamentally classified based on (1) the energy source used for illumination and (2) the region of the electromagnetic spectrum utilized for sensing . 1. Types of Remote Sensing Based on Energy Source Remote sensing systems are commonly categorized according to whether the sensor generates its own energy or relies on naturally available radiation . Passive Remote Sensing Principle: Passive remote sensing relies on natural sources of electromagnetic energy , primarily solar radiation reflected from the Earth's surface or thermal radiation emitted by objects. Operation: Most passive sensors operate during daylight when sunlight is av...
These concepts explain different ways of organizing, storing, and representing geographic information in a Geographic Information System (GIS) . They include database design models (ER model), data structure models (Object and Attribute models), and spatio-temporal representations that integrate location, entities, and time . Together, they help GIS manage both spatial data (where things are) and descriptive information (what they are and how they change over time) . 1. Object-Based Model (Object-Oriented Data Model) The Object-Based Model treats geographic features as independent objects that combine spatial geometry and descriptive attributes within a single structure. Core Concept: Each geographic feature (such as a building, road, or river ) is represented as a self-contained object that stores both: Geometry – location and shape (point, line, polygon) Attributes – descriptive properties (name, type, length, capacity) Unlike older georelational models , which stored spatial ...