Gis
Gis
DATA HARDWARE
Geospatial data, including maps, imagery, and tabular Computers, servers, and other hardware components
information, forms the foundation of any GIS provide the infrastructure for data processing and
application. visualization.
SOFTWARE PEOPLE
Specialized GIS software packages enable data GIS professionals are responsible for designing,
management, analysis, and map creation with implementing, and maintaining GIS systems and
advanced tools and functionalities. applications across various sectors.
METHODS
The techniques and processes used to collect, analyze,
and interpret geographic data.
SPATIAL DATA:
ArcGIS (by Esri) – The most widely used QGIS (Quantum GIS) – User-friendly,
GIS software with advanced mapping, widely used for mapping, analysis, and
analytics, and cloud support. geoprocessing.
SPACIAL DATA ACQUISITIONS:
URBAN PLANNING
2 aids in creating sustainable urban environments, analyzing population growth, transportation
needs, and land use patterns.
ENVIRONMENTAL MANAGEMENT
3 GIS helps monitor and analyze environmental conditions, track deforestation, manage protected
areas, and assess pollution.
5 GIS assists in optimizing crop yields, managing forest resources, and monitoring soil conditions
for sustainable agriculture.
WHY IS GIS IMPORTANT?
GIS (Geographic Information Systems) is a powerful tool for spatial data analysis
and decision-making. However, it has certain limitations and challenges that users
must be aware of.
Data-Related Challenges
Data Availability & Accessibility
Data Accuracy & Quality
Data Collection Challenges
Technical Limitations
High Computing Requirements
Software & Hardware Compatibility
Steep Learning Curve
LIMITATIONS AND CHALLENGES OF GIS?
Technical Limitations
High Computing Requirements
Software & Hardware Compatibility
Steep Learning Curve
INTRODUCTION TO QGIS
DOWNLOADING AND INSTALLING QGIS
PLATFORMS:
WINDOWS (64 BIT)
LINUX
MACOS
FREEBSD
MOBILE & TABLET
SOURCE (GITHUB)
LINK: https://qgis.org/download/
DOWNLOADING AND INSTALLING QGIS
1 2 3 4
5 6 7
LINK: https://qgis.org/download/
QGIS INTERFACE (TOOLBARS & PANELS)
A
A. MENU
B B. TOOLBAR
C. BROWSER PANEL
D. LAYERS PANEL
C E. CANVASS
E. STATUS BAR
F
MAKING OUR FIRST MAP:
OBJECTIVES:
Download available spatial
data online;
Learn how to add basemap
using XYZ Tiles or with plugins;
Learn how to load and create
vector and raster data;
Understand attribute table and
its features.
Data Editing and Digitization
Use geoprocessing tools
Create Map Layout
Create 3D View Map
DOWNLOAD ADMINISTRATIVE BOUNDARIES:
NEEDED:
GitHub Account;
Git (https://git-scm.com/);
Git Large File Storage
(https://git-lfs.com/);
LINK: https://github.com/altcoder/philippines-psgc-shapefiles
ADDING BASEMAPS (XYZ TILES & PLUGINS) :
XYZ Tiles allow you to add basemaps from sources like Google Maps, OpenStreetMap,
Bing Maps, and others to your QGIS project.
Step 1: Open QGIS
Launch QGIS on your computer.
Ensure you have an internet connection (required for XYZ tiles).
NAME URL
Google Hybrid(Satellite + Labels) http://mt0.google.com/vt/lyrs=y&hl=en&x={x}&y={y}&z={z}
Google Roadmap http://mt0.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}
Google Satellite https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}
Google Terrain http://mt0.google.com/vt/lyrs=p&hl=en&x={x}&y={y}&z={z}
Google Terrain Only http://mt0.google.com/vt/lyrs=t&hl=en&x={x}&y={y}&z={z}
Google Topographical https://tile.opentopomap.org/{z}/{x}/{y}.png
https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapSe
ArcGIS World Imagery
rver/tile/{z}/{y}/{x}
http://services.arcgisonline.com/ArcGIS/rest/services/Elevation/World_Hillsha
Esri Topography Map
de/MapServer/tile/{z}/{y}/{x}
OpenTopoMap https://tile.opentopomap.org/{z}/{x}/{y}.png
OpenStreetMap https://tile.openstreetmap.org/{z}/{x}/{y}.png
Bing Aerial https://ecn.t3.tiles.virtualearth.net/tiles/a{q}.jpeg?g=1
ADDING BASEMAPS (XYZ TILES & PLUGINS) :
XYZ Tiles allow you to add basemaps from sources like Google Maps, OpenStreetMap,
Bing Maps, and others to your QGIS project.
Step 5: Load the XYZ Tile Layer
Drag and drop your newly added tile layer onto the Map Canvas.
It will load as a basemap.
Zoom in and out to check the tile loading.
BONUS: Using Plugins for More Basemaps. You can also use the QuickMapServices
plugin to add multiple basemaps easily.
Go to Plugins > Manage and Install Plugins.
Search for QuickMapServices and install it.
Once installed, go to Web > QuickMapServices to access different basemaps.
https://plugins.qgis.org/plugins/quick_map_services/
https://plugins.qgis.org/plugins/HCMGIS/
https://plugins.qgis.org/plugins/openlayers_plugin/
WORKING WITH SPATIAL
DATA
WORKING WITH SPATIAL DATA:
RASTER VECTOR
WORKING WITH SPATIAL DATA:
VECTOR DATA:
Vector data is a type of spatial data used in Geographic Information Systems (GIS) to
represent real-world features using geometric shapes. It consists of three primary types:
Each vector feature is associated with attributes, which store additional information
about the feature (e.g., a road might have attributes for name, type, and speed limit).
Vector data is often stored in formats like Shapefiles (.shp), GeoJSON, and KML and is
widely used for mapping, spatial analysis, and geographic modeling.
LOADING VECTOR DATA:
USING THE "DATA SOURCE MANAGER“
Open QGIS
Launch QGIS on your computer.
Open the Data Source Manager
Click on "Layer" in the menu bar.
Select "Data Source Manager" (or press Ctrl + L).
Select the Vector Data Option
In the Data Source Manager window, click "Vector" in the left panel.
Browse for the Vector File
Click "..." (the Browse button) next to "Source".
Locate your vector file (e.g., .shp, .geojson, .kml, etc.).
Click "Open".
Set Coordinate Reference System (CRS) (Optional)
If prompted, select the appropriate Coordinate Reference System (CRS) for the data.
Click OK to confirm.
Add the Layer
Click "Add", then "Close" the Data Source Manager window.
Your vector data should now appear in the Layers Panel and on the map canvas.
RASTER DATA:
Raster data is a type of spatial data used in Geographic Information Systems (GIS) that
represents the Earth's surface as a grid of cells (pixels). Each pixel stores a value
representing a feature, such as elevation, temperature, or land cover.
Each row in the table corresponds to a feature (point, line, or polygon), and each column
represents an attribute (descriptive information).
Query & Filtering – Search for specific features using expressions (e.g., cities with
population > 1 million).
Editing & Updating – Modify attribute values or add new fields.
Symbolization – Use attributes to style layers (e.g., color cities by population size).
Spatial Analysis – Perform operations like buffering, joining, and intersecting based
on attributes.
Exporting & Sharing – Save as CSV, Excel, or database for further analysis.
WORKING WITH ATTRIBUTE TABLES:
Symbology, in Geographic Information Systems (GIS) refers to the way spatial data (vector and raster) is
represented visually on a map. It helps in distinguishing different features, making data easier to interpret
and analyze and;
Visualization, in Geographic Information Systems (GIS) is the process of designing maps to effectively
communicate spatial patterns, relationships, and trends using colors, symbols, and styles.
Data editing involves modifying existing spatial features and attribute values in a GIS
dataset.
Digitization is the process of creating vector data (points, lines, polygons) from satellite
images, scanned maps, or other raster sources.
Types of Digitization:
Manual Digitization – Drawing features manually using a mouse.
Automatic Digitization – Using plugins/tools to extract features from raster data.
HOW TO EDIT VECTOR DATA IN QGIS:
1. Open a Layer:
Load a shapefile or any vector layer into QGIS.
3. Modify Features:
Use tools like Move, Split, Merge, Delete, Reshape to edit geometries.
To edit attributes, open the Attribute Table (F6), modify values, and click Save.
Example: Finding protected zones around rivers by applying a buffer of 100 meters.
MAP LAYOUT &
EXPORTING MAPS
MAP LAYOUT AND EXPORTING MAPS
QGIS allows you to create professional maps using the Print Layout tool. You can
customize your map with elements like titles, legends, scale bars, and grids before
exporting it as an image, PDF, or SVG.
MAP LAYOUT AND EXPORTING MAPS
Open the Map Layout in QGIS
Go to Project → New Print Layout.
Give it a name (or leave it blank) and click OK.
A blank layout window opens.
Steps to Export: