Shapefile Components 🔹 .shp — Geometry file What it contains: • The actual geographic shapes (points, lines, polygons) Examples: • City locations (points) • Roads (lines) • Administrative boundaries (polygons) 📌 This is the core file — without it, there is no map. ⸻ 🔹 .shx — Shape index file What it contains: • An index of the geometry file • Allows fast access to shapes 📌 Improves performance when loading and navigating data. ⸻ 🔹 .dbf — Attribute table What it contains: • Attribute data linked to each shape • Stored in dBASE format Examples: • Name, population, area, ID • Road type, length, category 📌 Each row corresponds to one geometry in the .shp file. ⸻ 🔹 .prj — Projection file What it contains: • Coordinate Reference System (CRS) information • Projection, datum, units 📌 Without this file, GIS software does not know where the data is on Earth. ⸻ 🧩 Optional (But Common) Shapefile Files 🔹 .cpg — Character encoding What it contains: • Text encoding for the .dbf file (UTF-8, Latin1, etc.) 📌 Prevents issues with special characters and accents. ⸻ 🔹 .sbn / .sbx — Spatial index files What they contain: • Spatial indexing for faster rendering and queries 📌 Automatically created by some GIS software. ⸻ 🔹 .xml — Metadata file What it contains: • Dataset description • Source, author, creation date, data quality
In remote sensing, a platform is the physical structure or vehicle that carries a sensor (camera, scanner, radar, etc.) to observe and collect information about the Earth's surface. Platforms are classified mainly by their altitude and mobility : Ground-Based Platforms Definition : Sensors mounted on the Earth's surface or very close to it. Examples : Tripods, towers, ground vehicles, handheld instruments. Applications : Calibration and validation of satellite data Detailed local studies (e.g., soil properties, vegetation health, air quality) Strength : High spatial detail but limited coverage. Airborne Platforms Definition : Sensors carried by aircraft, balloons, or drones (UAVs). Altitude : A few hundred meters to ~20 km. Examples : Airplanes with multispectral scanners UAVs with high-resolution cameras or LiDAR High-altitude balloons (stratospheric platforms) Applications : Local-to-regional mapping ...
Comments
Post a Comment