SlideShare une entreprise Scribd logo
1  sur  71
Télécharger pour lire hors ligne
GIS Workshop
Concepts and Practice
Nancy Warren, MPH
With Contributions from:
Nathan Heard, DSc
Hilary Spindler, MPH
Sarah Gutin
Ryan Keating
Goal
• Understand important GIS concepts and
how to utilize them through Quantum
GIS (QGIS), an open source software
package
Objectives:
• Understand basic GIS concepts
• Navigate GIS interface
• Locate GIS data on the web and
identify reliable data sources
• Add data to GIS software and
prepare vector GIS data
• Convert text-based data to a GIS
format
Objectives (cont’d)
• Create thematic maps with multiple
variables
• “Clip” map sections
• Test maps with Google raster data
• Demonstrate competency with basic
QGIS
Session one:
• Overview
• Basic QGIS installation and navigation
• Loading shapefiles and navigating
shapefiles
Definition of GIS
• Geographical Information System
– A map connected to a database
• A computerized database management
system for analysis and display of spatial data
• A system of data and tools
Why GIS?
Isn’t this chart enough?
Province HIV prev: women
Cabo delgado 9.5
Gaza 29.9
Inhambane 10
Manica 15.6
Maputo 20
Nampula 5.5
Niassa 3.3
Sofala 17.8
Tete 8
Zambezia 15.3
Why GIS?
see it to understand it:
HIV prevalence in women
Functions of GIS
• Visualization and Mapping
• Spatial database management
• Spatial Analysis
What GIS Applications Do:
• Automate geographic data
– Produce maps
– Calculate areas, distances, route lengths
• Integrate data (i.e. property maps and satellite photos)
• Communicate complex spatial patterns
What GIS Applications Do
• Answer spatial queries
– (how many HIV+ people live further than 10 km
from the PMTCT clinic 24 de Julho in the
Zambezia province?)
• Perform complex spatial modeling
– (“what if” scenarios for resource management –
where to put new sites, transportation – how to get
resources to people in need, etc.)
Difficulties
• Difficulty of database creation
• Integration of data from diverse sources can
result in poor overall accuracy if not well
managed
• Representation of dynamic data – flows,
dispersion, people, time can be problematic
The GIS Data Model: Implementation
Geographic Integration of Information
Layers
By
Organized
Is
Data
Data Organization in GIS
• Each layer contains
one specific type of
information.
• Layers are
integrated using
their geographic
location on the
earth’s surface as
the organizing
principle
Layers can be represented as Rasters or
Vectors:
•Vector create feature layers
– Point
– Lines (direction and length)
– Polygons (area, centroids,
and perimeter)
•Raster create surface layers
– Records information about
each element on a fixed grid
as pixels (E.g.: Satellite
images, aerial photos)
Vector vs. Raster
Table or attribute data
Tables - contain data for places that can
be converted to GIS files and mapped
• If each data record contains unique ID
codes for each place, those records can
be joined to their corresponding
features in a GIS file and mapped.
• If the data contains coordinates like
latitude and longitude, the data can be
plotted and converted to a vector file.
Geodatabase
•A geodatabase
(short for geographic
database) is a
physical store of
geographic
information in the
form of features and
classes inside a
database
management system
(DBMS).
Linking data: JOIN
GIS systems maintain
• spatial and
• attribute data
separately,
• then “join” them for
display or analysis
JOINing our data:
Geographic data links
• Spatial data Attribute data
Metadata: an important
part of GIS infrastructure
• Describes information resources
• Enables data exchange, efficient use of
(existing) resources
Source: http://www.esi.utexas.edu/gk12/workshops/gis/ppts.php
Quantum GIS (QGIS) - freeware
• Open Source GIS software that runs on
Linux, Mac, Unix and Windows
• First released in 2002 – Mature program
– Strong Online Community
• Regular updates and releases
• Compatible with: MySQL, SQLite,
• Freestanding module that can be linked
QGIS
• View and explore spatial data
– Can use files from other programs: Google
maps, Open Street Maps, WMS, GRASS
• Map Data (e.g., prevalence, population)
• Create/edit spatial data (e.g., from GPS
unit)
• Perform Spatial Analysis (e.g., network
analysis)
QGIS: Disadvantages
• Learning curve is higher
• No raster or vector data already
included -- must import
• No raster or vector data integrated --
must ensure quality
• Importing table (attribute) data is a two
step process
QGIS relies on other sources
for map layers
• User needs to import mapping layers
into the system from their own sources
and
• user needs to ensure quality of layers
-DIVA GIS
-QGIS
Open Streets Maps and
Google Maps
– These offer layers that can be imported
and used with all the other GIS software
we will discuss today
– Can be manipulated to show a variety of
features
Google Maps and Google
Earth
• Disadvantages:
– No static layers that can be imported and
used, because layers are constantly being
updated
– Requires strong connection to web in order
to import layers
5 minute QGIS Tour
When you first start up
QGIS, this is what you will
see.
This is called the QGIS
Graphical User Interface,
or GUI
It may look bare now, but
by the end of this week,
the GUI will look a little
more like….
This!
Lets take a moment before
going any further and go
through the front-end
components of QGIS.
Becoming familiar and
comfortable will make
learning the ins-and-outs
of QGIS a little easier
We can think about QGIS in terms
of a geodatabase.
We can see all of our
vector and raster data in
the left hand layers
window
Whenever we load or
create a new layer, it will
appear in this window
This is where our data will
be visually represented.
In this example we can see
two types of spatial data.
Raster and Vector.
In terms of vector data we
can see two types: line
and point data.
Both of these visual data
elements are also visible
in the Layers window
The raster data we can see
here is this large satellite
image of Vilankulos.
What do we need before
starting?
1. QGIS Software
2. Data (Shapefiles)
3. Plug-ins
QGIS: Required Software
• QGIS Desktop (Standalone Installer)
This tutorial was designed with version 1.7.3
WROCLAW. In an effort to improve quality
control, QGIS next version (LISBOA) has
made access to some of the 3rd party
plugins very difficult so we recommend
downloading this first and getting your
plugins.
http://qgis.org/downloads
Data = Shapefiles
• Like most GIS software, QGIS
organizes its data along raster and
vector layers.
• These layers can also be referred to as
Shapefiles.
• Shapefiles can either be created by the
user or found on Online Spatial Data
Repositories
Online Spatial Data
Repositories
• DIVA – Free Spatial Data (Solid source of
administrative boundaries, rails, roads &
inland water)
– http://www.diva-gis.org/gdata
• CloudMade – Downloads (Excellent open
source repository)
– http://downloads.cloudmade.com
Essential Plug-ins
• Open Streets Plug-in: Allows you to
directly download Open Streets Map data
(Vector and Raster) to QGIS
• Open Layers: Allows you to view Google,
Yahoo and OSM map in QGIS (Raster
only)
• Add Delimited Text Layer: Allow for easy
importing of a GIS-data-containing
spreadsheet
To begin we need to install
basic software:
1. QGIS
You want WROCLAW, version,
1.7.3 available here:
http://qgis.org/downloads/
2. LibreOffice
http://www.libreoffice.org/download/
This program is required to add our data to existing spatial
data
How to Add Plug-ins
In order to add plug-ins
first click on the “Plugins”
Dropdown menu
In order to add plug-ins
click “Fetch Python
Plugins..”, highlight in the
Installer window, and click
“Install Plugin”
Optional depends on your web
access/connection
In order to add plug-ins
click “Fetch Python
Plugins”, highlight open
streets and open layers in
the Installer window, and
click “Install Plugin”
The installed plugin will
then be available in the
same drop-down menu
Once installed, the plug-in
will be available either on
the dropdown menu or on
the plugin Palette below
Now that our plug-ins are downloaded, we
need to enable them. Click on “Manage
Plugins…” in the Plugins drop-down menu
Make sure that the plugins you
want to use are checked. For our
purposes, check “Add Delimited
Text Layer”, “Open Layers” and
“Open Streets Plug-in”
Click “OK”
Exploring the Interface
• QGIS is very simple to navigate. It's
made up of a layout area where the
map is drawn surrounded by a toolbar,
layers panel and a status bar.
Len De Groot, UC Berkeley School of Journalism QGIS basics for journalists
http://multimedia.journalism.berkeley.edu/tutorials/qgis-basics-journalists/
Toolbars
• Toolbars can be controlled and turned
off or on in the Toolbars menu.
• Can arrange them by clicking and
dragging.
• Can configure the toolbars to your liking
(suggestion: aligning them so you have
only two rows of them at the top of the
screen and all buttons are visible)
QGIS has many
toolbars, but they are
grouped for easy
identification
Now you explore!
• Plug ins
• Toolbars
• General interface
Loading Pre-existing
Shapefiles: Vectors
Download shapefiles: Diva
Choose administrative areas
Note the definitions of the layers are
down below the pull down menu
Click “ok”
Map pops up on next page:
bottom of page - hit download
Drag the files to new folder:
zambia shapefiles
Loading Pre-existing
Shapefiles: Vectors
Click add Vector Layer to
add shapefile.
Once the “Add Vector
Layer” dialog is open, click
browse.
Highlight all .shp files & “open”
And again click “open”
You will see the directory
and the file name of the
shapefile you chose in the
“Source” dialog box.
Now you see Zambia!
Notice that the layer
appears in the map
and the layer
window.
As mentioned before,
vector layers can either be
points, lines, or areas.
This is an area layer
Click through the diff layers
It is quite easy to change these
boundaries with one click. Note how
the previous layer 2 disappears and
now we see layer one.
Note how the boundary levels change
with the #s. 2 is “district” boundaries,
1 is province and 0 is…?
You can also
simply move the
layer up – the
layer at the top is
the one that
shows in the
screen
Notice that we have just added a
point-type vector layer. By the end
of the course you will take raw
health facility data convert it into a
shapefile and be able to place it in
into existing map layers like this!
End session one:
THANK YOU!

Contenu connexe

Tendances

Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functionsPramoda Raj
 
Free open source gis
Free open source gisFree open source gis
Free open source gisAshok Peddi
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)Vandana Verma
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gisMohamed Hamed
 
6. Shapefiles in gis
6. Shapefiles in gis6. Shapefiles in gis
6. Shapefiles in gisKU Leuven
 
Application of GIS (Geographical information system)
Application of GIS (Geographical information system)Application of GIS (Geographical information system)
Application of GIS (Geographical information system)Fayaz Ahamed A P
 
Introduction to Open Source GIS
Introduction to Open Source GISIntroduction to Open Source GIS
Introduction to Open Source GISSANGHEE SHIN
 
GIS and Mapping Software Introduction
GIS and Mapping Software IntroductionGIS and Mapping Software Introduction
GIS and Mapping Software IntroductionMEASURE Evaluation
 

Tendances (20)

Introduction to gis
Introduction to gisIntroduction to gis
Introduction to gis
 
GIS file types
GIS file typesGIS file types
GIS file types
 
georeference
georeferencegeoreference
georeference
 
Geo-spatial Analysis and Modelling
Geo-spatial Analysis and ModellingGeo-spatial Analysis and Modelling
Geo-spatial Analysis and Modelling
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
 
Free open source gis
Free open source gisFree open source gis
Free open source gis
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
 
QGIS training class 3
QGIS training class 3QGIS training class 3
QGIS training class 3
 
Introduction to Remote Sensing
Introduction to Remote SensingIntroduction to Remote Sensing
Introduction to Remote Sensing
 
6. Shapefiles in gis
6. Shapefiles in gis6. Shapefiles in gis
6. Shapefiles in gis
 
QGIS training class 1
QGIS training class 1QGIS training class 1
QGIS training class 1
 
Application of GIS (Geographical information system)
Application of GIS (Geographical information system)Application of GIS (Geographical information system)
Application of GIS (Geographical information system)
 
Introduction to Open Source GIS
Introduction to Open Source GISIntroduction to Open Source GIS
Introduction to Open Source GIS
 
Presentation on gis and future trends
Presentation on gis and future trendsPresentation on gis and future trends
Presentation on gis and future trends
 
QGIS Tutorial 1
QGIS Tutorial 1QGIS Tutorial 1
QGIS Tutorial 1
 
Land cover and Land Use
Land cover and Land UseLand cover and Land Use
Land cover and Land Use
 
GIS and Mapping Software Introduction
GIS and Mapping Software IntroductionGIS and Mapping Software Introduction
GIS and Mapping Software Introduction
 
TIN IN GIS
TIN IN GISTIN IN GIS
TIN IN GIS
 

En vedette

QGIS Module 3
QGIS Module 3QGIS Module 3
QGIS Module 3CAPSUCSF
 
QGIS Module 2
QGIS Module 2QGIS Module 2
QGIS Module 2CAPSUCSF
 
QGIS Module 4
QGIS Module 4QGIS Module 4
QGIS Module 4CAPSUCSF
 
OSM and QGIS
OSM and QGISOSM and QGIS
OSM and QGISQGIS UK
 
GEOPROCESSING IN QGIS
GEOPROCESSING IN QGISGEOPROCESSING IN QGIS
GEOPROCESSING IN QGISSwetha A
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GISGIS Colorado
 
Open Source - 5 myths
Open Source - 5 mythsOpen Source - 5 myths
Open Source - 5 mythspiers_higgs
 
Urban health study ii
Urban health study iiUrban health study ii
Urban health study iiCAPSUCSF
 
The shine study
The shine studyThe shine study
The shine studyCAPSUCSF
 
QGIS Workshop Introduction - CalGIS 2015
QGIS Workshop Introduction - CalGIS 2015QGIS Workshop Introduction - CalGIS 2015
QGIS Workshop Introduction - CalGIS 2015Michele Tobias
 
2014年度中部大学共同研究報告
2014年度中部大学共同研究報告2014年度中部大学共同研究報告
2014年度中部大学共同研究報告Hiroaki Sengoku
 
みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動Hiroaki Sengoku
 
QGIS - How does it work?
QGIS - How does it work?QGIS - How does it work?
QGIS - How does it work?Nathan Woodrow
 
mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015Hiroaki Sengoku
 
Opening slides - South-East UK QGIS user group meeting
Opening slides - South-East UK QGIS user group meetingOpening slides - South-East UK QGIS user group meeting
Opening slides - South-East UK QGIS user group meetingQGIS UK
 
QGIS UK User Group - Developing with QGIS (Lutra)
QGIS UK User Group - Developing with QGIS (Lutra)QGIS UK User Group - Developing with QGIS (Lutra)
QGIS UK User Group - Developing with QGIS (Lutra)QGIS UK
 
Mobmap人流データ解析入門
Mobmap人流データ解析入門Mobmap人流データ解析入門
Mobmap人流データ解析入門Hiroaki Sengoku
 

En vedette (20)

QGIS Module 3
QGIS Module 3QGIS Module 3
QGIS Module 3
 
QGIS training class 2
QGIS training class 2QGIS training class 2
QGIS training class 2
 
QGIS Module 2
QGIS Module 2QGIS Module 2
QGIS Module 2
 
QGIS Module 4
QGIS Module 4QGIS Module 4
QGIS Module 4
 
OSM and QGIS
OSM and QGISOSM and QGIS
OSM and QGIS
 
GEOPROCESSING IN QGIS
GEOPROCESSING IN QGISGEOPROCESSING IN QGIS
GEOPROCESSING IN QGIS
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GIS
 
Open Source - 5 myths
Open Source - 5 mythsOpen Source - 5 myths
Open Source - 5 myths
 
Urban health study ii
Urban health study iiUrban health study ii
Urban health study ii
 
The shine study
The shine studyThe shine study
The shine study
 
QGIS Workshop Introduction - CalGIS 2015
QGIS Workshop Introduction - CalGIS 2015QGIS Workshop Introduction - CalGIS 2015
QGIS Workshop Introduction - CalGIS 2015
 
2014年度中部大学共同研究報告
2014年度中部大学共同研究報告2014年度中部大学共同研究報告
2014年度中部大学共同研究報告
 
みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動
 
Raster processing
Raster processingRaster processing
Raster processing
 
QGIS - How does it work?
QGIS - How does it work?QGIS - How does it work?
QGIS - How does it work?
 
mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015
 
Opening slides - South-East UK QGIS user group meeting
Opening slides - South-East UK QGIS user group meetingOpening slides - South-East UK QGIS user group meeting
Opening slides - South-East UK QGIS user group meeting
 
GIS fundamentals - vector
GIS fundamentals - vectorGIS fundamentals - vector
GIS fundamentals - vector
 
QGIS UK User Group - Developing with QGIS (Lutra)
QGIS UK User Group - Developing with QGIS (Lutra)QGIS UK User Group - Developing with QGIS (Lutra)
QGIS UK User Group - Developing with QGIS (Lutra)
 
Mobmap人流データ解析入門
Mobmap人流データ解析入門Mobmap人流データ解析入門
Mobmap人流データ解析入門
 

Similaire à QGIS Module 1

Plugins in QGIS and its uses
Plugins in QGIS and its usesPlugins in QGIS and its uses
Plugins in QGIS and its usesMayuresh Padalkar
 
Whitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developerWhitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developerRobin Lovelace
 
FOSS4G 2017 Spatial Sql for Rookies
FOSS4G 2017 Spatial Sql for RookiesFOSS4G 2017 Spatial Sql for Rookies
FOSS4G 2017 Spatial Sql for RookiesTodd Barr
 
Introduction_to_QGIS_Revision, read before
Introduction_to_QGIS_Revision, read beforeIntroduction_to_QGIS_Revision, read before
Introduction_to_QGIS_Revision, read beforeMadhuSudhan725843
 
Introduction to ArcGIS
Introduction to ArcGISIntroduction to ArcGIS
Introduction to ArcGISKate Dougherty
 
Gis tutorial2013
Gis tutorial2013Gis tutorial2013
Gis tutorial2013Terry Yoast
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfsakinatunnajmi
 
I ♥ Maps: Quantum GIS + Python
I ♥ Maps: Quantum GIS + PythonI ♥ Maps: Quantum GIS + Python
I ♥ Maps: Quantum GIS + PythonPaige Bailey
 
Mapgears - Technical product overview
Mapgears - Technical product overviewMapgears - Technical product overview
Mapgears - Technical product overviewAlexandre St-Cyr
 
Integrating PostGIS in Web Applications
Integrating PostGIS in Web ApplicationsIntegrating PostGIS in Web Applications
Integrating PostGIS in Web ApplicationsCommand Prompt., Inc
 
DATABASE & WEBGIS - GIS BOOTCAMP
DATABASE & WEBGIS - GIS BOOTCAMPDATABASE & WEBGIS - GIS BOOTCAMP
DATABASE & WEBGIS - GIS BOOTCAMPKevin Ng'eno
 
Geoscience For Gis A
Geoscience For Gis AGeoscience For Gis A
Geoscience For Gis AAndrew Zolnai
 
Different GIS Software's (2).pptx
Different GIS Software's (2).pptxDifferent GIS Software's (2).pptx
Different GIS Software's (2).pptxlovezalodhi
 
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...Manikanta Kondeti
 

Similaire à QGIS Module 1 (20)

Plugins in QGIS and its uses
Plugins in QGIS and its usesPlugins in QGIS and its uses
Plugins in QGIS and its uses
 
Q GIS Training Presentation
Q GIS Training PresentationQ GIS Training Presentation
Q GIS Training Presentation
 
design_doc
design_docdesign_doc
design_doc
 
Whitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developerWhitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developer
 
FOSS4G 2017 Spatial Sql for Rookies
FOSS4G 2017 Spatial Sql for RookiesFOSS4G 2017 Spatial Sql for Rookies
FOSS4G 2017 Spatial Sql for Rookies
 
Introduction_to_QGIS_Revision, read before
Introduction_to_QGIS_Revision, read beforeIntroduction_to_QGIS_Revision, read before
Introduction_to_QGIS_Revision, read before
 
Introduction to ArcGIS
Introduction to ArcGISIntroduction to ArcGIS
Introduction to ArcGIS
 
GIS BY NIKHIL PAKWANNE
GIS BY NIKHIL PAKWANNEGIS BY NIKHIL PAKWANNE
GIS BY NIKHIL PAKWANNE
 
Gis tutorial2013
Gis tutorial2013Gis tutorial2013
Gis tutorial2013
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdf
 
I ♥ Maps: Quantum GIS + Python
I ♥ Maps: Quantum GIS + PythonI ♥ Maps: Quantum GIS + Python
I ♥ Maps: Quantum GIS + Python
 
Mapgears - Technical product overview
Mapgears - Technical product overviewMapgears - Technical product overview
Mapgears - Technical product overview
 
Integrating PostGIS in Web Applications
Integrating PostGIS in Web ApplicationsIntegrating PostGIS in Web Applications
Integrating PostGIS in Web Applications
 
Geospatial Data Abstraction Library (GDAL) Enhancement for ESDIS (GEE)
Geospatial Data Abstraction Library (GDAL) Enhancement for ESDIS (GEE)Geospatial Data Abstraction Library (GDAL) Enhancement for ESDIS (GEE)
Geospatial Data Abstraction Library (GDAL) Enhancement for ESDIS (GEE)
 
Agi08 Jeremy Morley
Agi08 Jeremy MorleyAgi08 Jeremy Morley
Agi08 Jeremy Morley
 
DATABASE & WEBGIS - GIS BOOTCAMP
DATABASE & WEBGIS - GIS BOOTCAMPDATABASE & WEBGIS - GIS BOOTCAMP
DATABASE & WEBGIS - GIS BOOTCAMP
 
Geoscience For Gis A
Geoscience For Gis AGeoscience For Gis A
Geoscience For Gis A
 
Different GIS Software's (2).pptx
Different GIS Software's (2).pptxDifferent GIS Software's (2).pptx
Different GIS Software's (2).pptx
 
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
 
Web mapping
Web mappingWeb mapping
Web mapping
 

Plus de CAPSUCSF

The ballroom community project
The ballroom community projectThe ballroom community project
The ballroom community projectCAPSUCSF
 
Relate project abstract
Relate project abstractRelate project abstract
Relate project abstractCAPSUCSF
 
Moving mountains
Moving mountainsMoving mountains
Moving mountainsCAPSUCSF
 
Implementing eban ii
Implementing eban iiImplementing eban ii
Implementing eban iiCAPSUCSF
 
Hiv testing feasibility and acceptability with low wage immigrant workers
Hiv testing feasibility and acceptability with low wage immigrant workersHiv testing feasibility and acceptability with low wage immigrant workers
Hiv testing feasibility and acceptability with low wage immigrant workersCAPSUCSF
 
Hiv disclosure abstract
Hiv disclosure abstractHiv disclosure abstract
Hiv disclosure abstractCAPSUCSF
 
Enhancing hiv testing and counseling for men recently released from jail or p...
Enhancing hiv testing and counseling for men recently released from jail or p...Enhancing hiv testing and counseling for men recently released from jail or p...
Enhancing hiv testing and counseling for men recently released from jail or p...CAPSUCSF
 
Documenting challenges for people living with hiv
Documenting challenges for people living with hivDocumenting challenges for people living with hiv
Documenting challenges for people living with hivCAPSUCSF
 
Connecting resources for urban sexual health
Connecting resources for urban sexual healthConnecting resources for urban sexual health
Connecting resources for urban sexual healthCAPSUCSF
 
A randomized controlled trial of the bruthas program
A randomized controlled trial of the bruthas programA randomized controlled trial of the bruthas program
A randomized controlled trial of the bruthas programCAPSUCSF
 
Community based participatory research to address late diagnosis of hiv among...
Community based participatory research to address late diagnosis of hiv among...Community based participatory research to address late diagnosis of hiv among...
Community based participatory research to address late diagnosis of hiv among...CAPSUCSF
 
The cultural and relationship context of hiv among bisexually active black me...
The cultural and relationship context of hiv among bisexually active black me...The cultural and relationship context of hiv among bisexually active black me...
The cultural and relationship context of hiv among bisexually active black me...CAPSUCSF
 

Plus de CAPSUCSF (12)

The ballroom community project
The ballroom community projectThe ballroom community project
The ballroom community project
 
Relate project abstract
Relate project abstractRelate project abstract
Relate project abstract
 
Moving mountains
Moving mountainsMoving mountains
Moving mountains
 
Implementing eban ii
Implementing eban iiImplementing eban ii
Implementing eban ii
 
Hiv testing feasibility and acceptability with low wage immigrant workers
Hiv testing feasibility and acceptability with low wage immigrant workersHiv testing feasibility and acceptability with low wage immigrant workers
Hiv testing feasibility and acceptability with low wage immigrant workers
 
Hiv disclosure abstract
Hiv disclosure abstractHiv disclosure abstract
Hiv disclosure abstract
 
Enhancing hiv testing and counseling for men recently released from jail or p...
Enhancing hiv testing and counseling for men recently released from jail or p...Enhancing hiv testing and counseling for men recently released from jail or p...
Enhancing hiv testing and counseling for men recently released from jail or p...
 
Documenting challenges for people living with hiv
Documenting challenges for people living with hivDocumenting challenges for people living with hiv
Documenting challenges for people living with hiv
 
Connecting resources for urban sexual health
Connecting resources for urban sexual healthConnecting resources for urban sexual health
Connecting resources for urban sexual health
 
A randomized controlled trial of the bruthas program
A randomized controlled trial of the bruthas programA randomized controlled trial of the bruthas program
A randomized controlled trial of the bruthas program
 
Community based participatory research to address late diagnosis of hiv among...
Community based participatory research to address late diagnosis of hiv among...Community based participatory research to address late diagnosis of hiv among...
Community based participatory research to address late diagnosis of hiv among...
 
The cultural and relationship context of hiv among bisexually active black me...
The cultural and relationship context of hiv among bisexually active black me...The cultural and relationship context of hiv among bisexually active black me...
The cultural and relationship context of hiv among bisexually active black me...
 

Dernier

The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushShivain97
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..nishakur201
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)Delhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceanilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceanilsa9823
 
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)Delhi Call girls
 
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girlsPooja Nehwal
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theorydrae5
 
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)Delhi Call girls
 
Introducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfIntroducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfnoumannajam04
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceanilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceanilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceanilsa9823
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfpastor83
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxABMWeaklings
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,dollysharma2066
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morvikas rana
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...anilsa9823
 

Dernier (20)

(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by Mindbrush
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
 
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
 
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
 
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theory
 
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
 
Introducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfIntroducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdf
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdf
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptx
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
 

QGIS Module 1

  • 1. GIS Workshop Concepts and Practice Nancy Warren, MPH With Contributions from: Nathan Heard, DSc Hilary Spindler, MPH Sarah Gutin Ryan Keating
  • 2. Goal • Understand important GIS concepts and how to utilize them through Quantum GIS (QGIS), an open source software package
  • 3. Objectives: • Understand basic GIS concepts • Navigate GIS interface • Locate GIS data on the web and identify reliable data sources • Add data to GIS software and prepare vector GIS data • Convert text-based data to a GIS format
  • 4. Objectives (cont’d) • Create thematic maps with multiple variables • “Clip” map sections • Test maps with Google raster data • Demonstrate competency with basic QGIS
  • 5. Session one: • Overview • Basic QGIS installation and navigation • Loading shapefiles and navigating shapefiles
  • 6. Definition of GIS • Geographical Information System – A map connected to a database • A computerized database management system for analysis and display of spatial data • A system of data and tools
  • 7. Why GIS? Isn’t this chart enough? Province HIV prev: women Cabo delgado 9.5 Gaza 29.9 Inhambane 10 Manica 15.6 Maputo 20 Nampula 5.5 Niassa 3.3 Sofala 17.8 Tete 8 Zambezia 15.3
  • 8. Why GIS? see it to understand it: HIV prevalence in women
  • 9. Functions of GIS • Visualization and Mapping • Spatial database management • Spatial Analysis
  • 10. What GIS Applications Do: • Automate geographic data – Produce maps – Calculate areas, distances, route lengths • Integrate data (i.e. property maps and satellite photos) • Communicate complex spatial patterns
  • 11. What GIS Applications Do • Answer spatial queries – (how many HIV+ people live further than 10 km from the PMTCT clinic 24 de Julho in the Zambezia province?) • Perform complex spatial modeling – (“what if” scenarios for resource management – where to put new sites, transportation – how to get resources to people in need, etc.)
  • 12. Difficulties • Difficulty of database creation • Integration of data from diverse sources can result in poor overall accuracy if not well managed • Representation of dynamic data – flows, dispersion, people, time can be problematic
  • 13. The GIS Data Model: Implementation Geographic Integration of Information Layers By Organized Is Data
  • 14. Data Organization in GIS • Each layer contains one specific type of information. • Layers are integrated using their geographic location on the earth’s surface as the organizing principle
  • 15. Layers can be represented as Rasters or Vectors: •Vector create feature layers – Point – Lines (direction and length) – Polygons (area, centroids, and perimeter) •Raster create surface layers – Records information about each element on a fixed grid as pixels (E.g.: Satellite images, aerial photos)
  • 17. Table or attribute data Tables - contain data for places that can be converted to GIS files and mapped • If each data record contains unique ID codes for each place, those records can be joined to their corresponding features in a GIS file and mapped. • If the data contains coordinates like latitude and longitude, the data can be plotted and converted to a vector file.
  • 18. Geodatabase •A geodatabase (short for geographic database) is a physical store of geographic information in the form of features and classes inside a database management system (DBMS).
  • 19. Linking data: JOIN GIS systems maintain • spatial and • attribute data separately, • then “join” them for display or analysis
  • 20. JOINing our data: Geographic data links • Spatial data Attribute data
  • 21. Metadata: an important part of GIS infrastructure • Describes information resources • Enables data exchange, efficient use of (existing) resources Source: http://www.esi.utexas.edu/gk12/workshops/gis/ppts.php
  • 22. Quantum GIS (QGIS) - freeware • Open Source GIS software that runs on Linux, Mac, Unix and Windows • First released in 2002 – Mature program – Strong Online Community • Regular updates and releases • Compatible with: MySQL, SQLite, • Freestanding module that can be linked
  • 23. QGIS • View and explore spatial data – Can use files from other programs: Google maps, Open Street Maps, WMS, GRASS • Map Data (e.g., prevalence, population) • Create/edit spatial data (e.g., from GPS unit) • Perform Spatial Analysis (e.g., network analysis)
  • 24. QGIS: Disadvantages • Learning curve is higher • No raster or vector data already included -- must import • No raster or vector data integrated -- must ensure quality • Importing table (attribute) data is a two step process
  • 25. QGIS relies on other sources for map layers • User needs to import mapping layers into the system from their own sources and • user needs to ensure quality of layers -DIVA GIS -QGIS
  • 26. Open Streets Maps and Google Maps – These offer layers that can be imported and used with all the other GIS software we will discuss today – Can be manipulated to show a variety of features
  • 27. Google Maps and Google Earth • Disadvantages: – No static layers that can be imported and used, because layers are constantly being updated – Requires strong connection to web in order to import layers
  • 29. When you first start up QGIS, this is what you will see. This is called the QGIS Graphical User Interface, or GUI It may look bare now, but by the end of this week, the GUI will look a little more like….
  • 30. This!
  • 31. Lets take a moment before going any further and go through the front-end components of QGIS. Becoming familiar and comfortable will make learning the ins-and-outs of QGIS a little easier
  • 32. We can think about QGIS in terms of a geodatabase. We can see all of our vector and raster data in the left hand layers window Whenever we load or create a new layer, it will appear in this window
  • 33. This is where our data will be visually represented. In this example we can see two types of spatial data. Raster and Vector.
  • 34. In terms of vector data we can see two types: line and point data. Both of these visual data elements are also visible in the Layers window
  • 35. The raster data we can see here is this large satellite image of Vilankulos.
  • 36. What do we need before starting? 1. QGIS Software 2. Data (Shapefiles) 3. Plug-ins
  • 37. QGIS: Required Software • QGIS Desktop (Standalone Installer) This tutorial was designed with version 1.7.3 WROCLAW. In an effort to improve quality control, QGIS next version (LISBOA) has made access to some of the 3rd party plugins very difficult so we recommend downloading this first and getting your plugins. http://qgis.org/downloads
  • 38. Data = Shapefiles • Like most GIS software, QGIS organizes its data along raster and vector layers. • These layers can also be referred to as Shapefiles. • Shapefiles can either be created by the user or found on Online Spatial Data Repositories
  • 39. Online Spatial Data Repositories • DIVA – Free Spatial Data (Solid source of administrative boundaries, rails, roads & inland water) – http://www.diva-gis.org/gdata • CloudMade – Downloads (Excellent open source repository) – http://downloads.cloudmade.com
  • 40. Essential Plug-ins • Open Streets Plug-in: Allows you to directly download Open Streets Map data (Vector and Raster) to QGIS • Open Layers: Allows you to view Google, Yahoo and OSM map in QGIS (Raster only) • Add Delimited Text Layer: Allow for easy importing of a GIS-data-containing spreadsheet
  • 41. To begin we need to install basic software: 1. QGIS You want WROCLAW, version, 1.7.3 available here: http://qgis.org/downloads/ 2. LibreOffice http://www.libreoffice.org/download/ This program is required to add our data to existing spatial data
  • 42. How to Add Plug-ins
  • 43. In order to add plug-ins first click on the “Plugins” Dropdown menu
  • 44. In order to add plug-ins click “Fetch Python Plugins..”, highlight in the Installer window, and click “Install Plugin”
  • 45.
  • 46. Optional depends on your web access/connection
  • 47. In order to add plug-ins click “Fetch Python Plugins”, highlight open streets and open layers in the Installer window, and click “Install Plugin” The installed plugin will then be available in the same drop-down menu
  • 48. Once installed, the plug-in will be available either on the dropdown menu or on the plugin Palette below
  • 49. Now that our plug-ins are downloaded, we need to enable them. Click on “Manage Plugins…” in the Plugins drop-down menu
  • 50. Make sure that the plugins you want to use are checked. For our purposes, check “Add Delimited Text Layer”, “Open Layers” and “Open Streets Plug-in” Click “OK”
  • 51. Exploring the Interface • QGIS is very simple to navigate. It's made up of a layout area where the map is drawn surrounded by a toolbar, layers panel and a status bar.
  • 52. Len De Groot, UC Berkeley School of Journalism QGIS basics for journalists http://multimedia.journalism.berkeley.edu/tutorials/qgis-basics-journalists/
  • 53. Toolbars • Toolbars can be controlled and turned off or on in the Toolbars menu. • Can arrange them by clicking and dragging. • Can configure the toolbars to your liking (suggestion: aligning them so you have only two rows of them at the top of the screen and all buttons are visible)
  • 54. QGIS has many toolbars, but they are grouped for easy identification
  • 55. Now you explore! • Plug ins • Toolbars • General interface
  • 58. Choose administrative areas Note the definitions of the layers are down below the pull down menu
  • 60. Map pops up on next page: bottom of page - hit download
  • 61. Drag the files to new folder: zambia shapefiles
  • 63. Click add Vector Layer to add shapefile.
  • 64. Once the “Add Vector Layer” dialog is open, click browse.
  • 65. Highlight all .shp files & “open”
  • 66. And again click “open” You will see the directory and the file name of the shapefile you chose in the “Source” dialog box.
  • 67. Now you see Zambia! Notice that the layer appears in the map and the layer window. As mentioned before, vector layers can either be points, lines, or areas. This is an area layer
  • 68. Click through the diff layers It is quite easy to change these boundaries with one click. Note how the previous layer 2 disappears and now we see layer one. Note how the boundary levels change with the #s. 2 is “district” boundaries, 1 is province and 0 is…?
  • 69. You can also simply move the layer up – the layer at the top is the one that shows in the screen
  • 70. Notice that we have just added a point-type vector layer. By the end of the course you will take raw health facility data convert it into a shapefile and be able to place it in into existing map layers like this!