Posts

Showing posts with the label GIS

Web GIS

Image
🌐 What is Web GIS? Web GIS uses the internet to display and analyze maps and geographic data. Instead of needing special software installed on your computer, you can use a browser or an app to access GIS tools. 🖱️ 1. Interactive Mapping ✅ What it means: You can see and interact with maps online — zoom in/out, click places, see information, measure distances, and more. 🌍 Example : Google Maps – When you search for a restaurant and see it on the map, that’s interactive mapping. OpenStreetMap – You can explore maps created by users, add places, or edit roads. 🔍 You can: Find your location Get driving directions Measure distance between places Turn on satellite view or terrain view ☁️ 2. Cloud-Based GIS Solutions ✅ What it means: GIS software and data are stored and run on cloud servers (online), not on your own computer. 💻 Example : ArcGIS Online – You log in with a browser and create maps or analyze data. Google Earth Engine – Analyze huge amounts of satellite data onli...

Digitizing in GIS

🧭 What is Digitizing in GIS? Digitizing means creating digital versions of real-world features (like roads, rivers, buildings) on a computer map using GIS software (like QGIS, ArcGIS). You "draw" features like: 🟦 Polygons (e.g., buildings, lakes) 🟩 Lines (e.g., roads, rivers) 🔴 Points (e.g., trees, electric poles) 🛠️ What is Editing in GIS? Editing means changing existing features—modifying shapes, adding new ones, deleting, or fixing mistakes. 🎯 Why Digitizing & Editing is Important? It helps create accurate, editable maps for analysis, planning, and decision-making in areas like: Urban planning Agriculture Disaster management Environmental studies 🧰 Tools You Use (in software like QGIS or ArcGIS): 📐 Example : Digitizing a Park Let’s say you're digitizing a park: 1. Open satellite imagery in QGIS. 2. Use the "Add Polygon" tool. 3. Trace the park’s boundary on the map. 4. Save it as a polygon feature. 5. Add attributes: Name: "Green Park" ...

Spatial Data

🌍 What is Spatial Data? Spatial data (or geospatial data) is information about locations and shapes of physical features on Earth, along with their attributes. There are two main types of spatial data: 🧭 Two Main Spatial Data Types 1. Vector Data Definition: Uses points, lines, and polygons to represent real-world features. Think of it as: Drawing with a pencil. Used for: Roads, buildings, boundaries, rivers, trees. Example : A school (point) The road to the school (line) The school campus boundary (polygon) Pros : Precise shapes Good for maps needing detailed features Easy to link to data tables (attributes) Cons : Can’t show gradual changes (like temperature) 2. Raster Data Definition: Represents data as a grid of pixels (like a photo), where each cell/pixel has a value. Think of it as: A photo made of many colored squares. Used for: Satellite images, elevation, temperature, land use, rainfall. Example : A satellite image of a forest A map showing rainfall in mm for every km² Pros ...

What is GIS?

Image
GIS stands for Geographic Information System . It’s a computer-based tool used to collect, store, analyze, and display information connected to locations on Earth. Think of it like Google Maps with superpowers—it not only shows where things are but also tells you what they are, how they relate, and what’s happening around them. Why is GIS Important? GIS helps us answer questions like: Where is the nearest hospital? Which areas are flood-prone? Where to build new roads or schools? It's used in city planning, environmental studies, disaster response, agriculture, and more. How Does GIS Work? GIS uses two main types of data: 1. Spatial Data – tells where something is (like a point, line, or area on a map). 2. Attribute Data – tells what it is (name, population, temperature, etc.). Example : If you have a map of schools: The location is spatial data. The name of the school, number of students is attribute data. GIS Components (The 5 Parts) 1. Hardware – Compu...

What is QGIS?

Image
QGIS (Quantum GIS) is free and open-source software used to view, edit, analyze, and visualize geographic data (maps, locations, etc.). It's like a digital map toolbox. What is QGIS used for? QGIS is used to: Create maps (roads, land use, rainfall, etc.) Analyze geography (find shortest routes, flood-prone areas, etc.) Manage data with location info (like school locations) Convert formats (e.g. from Google Maps to printable maps) Why use QGIS? Free to use Works on Windows, Mac, and Linux Customizable with plugins Handles many file types (Shapefiles, GeoJSON, GPS data) Used by professionals and beginners How does QGIS work? 1. Add Layers : Layers are like transparent map sheets (e.g., roads, rivers, buildings). 2. Analyze Data:  Measure distance, find overlaps, filter data. 3. Style Maps : Choose colors, symbols, and labels. 4. Export/Print : Save maps as images, PDFs, or share online. Who can use QGIS? Students learning geography or environment Researchers studying lan...