SlideShare a Scribd company logo
1 of 47
QGIS Tutorial



Prepared By:
Niloy Ghosh
Nitin Kumar Rathore

Students of 2nd Year MBA at Vinod Gupta School of Management
(VGSOM), IIT Kharagpur
Objective of the Tutorial
• To make a choropleth interactive map, as
  given in the picture, using open source QGIS
  mapping software.
What it does
A Choropleth map is a thematic map,
having different colours or shades for
representing different values in
geographic region. It can be population,
per capita income. This map makes it
easy to visualize how measurement
varies from a region to region.
Pre-Requirements
• Shapefile: of any country that you want to
  choropleth interactive map of. In our case its
  India.
• Data: Data of population, in table format, of
  the country.
• GIS Software: Should be installed beforehand.
Shapefile
• A Shapefile describe geometries, its a collection
  of points, lines, polylines and polygons.
• It can have data about the geometries it
  describes for example population, mortality rate,
  terrain.
• Extension of a shapefile is .shp
• A shape file is provided by many websites for
  free. Our shape for India can be found at this link:
  http://www.gadm.org/country
Data
• The data you want to be represented in the
  map can be taken from a mysql database,
  excel spreadsheet, access database, CSV file or
  any table.
• Our data for India was taken from this link
  – data for excel:
    http://en.wikipedia.org/wiki/Demographics_of_In
    dia
About QGIS Software
•Quantum Geographical Information System (QGIS) is
an open source software for representing
geographical information. It’s available for Mac, OSX
Linux and Windows platforms at http://www.qgis.org/
•QGIS will be used to join the geographical
information stored in shapefile and data we want to
represent on the map.
•After that we will create web version of map using
the image of map and html code.
Let’s Start
• We are going to build a map to show population data for each state of the country.
    The shapefile is to be download from http://www.gadm.org/country
•   Unzip the Zip file downloaded and you will find the following contents.
Preparing data for shapefile:
• Copy the population data from wiki link into the excel file
Preparing data for shapefile (contd.)
• Copy the data of two columns, states and population, in excel file and save the spreadsheet
    with CSV format(comma delimited) (*.csv). And format column types as general.
Load the shapefile in QGIS
• Click on Layer
• Choose add vector layer
Load the shapefile in QGIS (contd.)
• Select the IND_adm1.shp file from the unzipped folder you have downloaded, it contains the
   shape and data for indian states.
This is how it looks, color may vary
Open attribute table
• Click on menu “Layer”
• Choose “Open Attribute Table”
Attribute Table
• The attribute table will contain data for states (column “NAME_1”). This field is used as a join
    to CSV file data. So one must be cautious that the data of the column should match
    otherwise make the necessary changes in CSV file.
• We therefore advise you to download both files (shape and data) from the same websites if
    available.
To set the internet settings for downloading plugins, if you are workin under proxy server.
• Click on menu “Settings”
• Select “Options”
To set the internet settings for downloading plugins (contd.)
• Select “Network” Tab
• Enter your Host, Port and Proxy type of your proxy server
To download required plugins (mmqgis and HTML Image map plugin)
• There are 2 plugins we need to complete this lab exercise. If you can’t see them in plugins
    menu, please follow theseesteps to download
• Click on menu “Plugins”
• Choose “Fetch Python plugins”
To download required plugins (contd.)
• Click “Add 3rd party repositories”
To download required plugins (contd.)
• Click on “Plugins” Tab
• Type “mmqgis” in textbox for search
• Click on “MMQGIS” plugin
• Click on Command “Install plugin”
To download required plugins (contd.)
• Follow same steps for Html Image map plugin
Import the data file in csv format
• Click on menu “plugins”
• Click option “mmqgis” and then option “Attributes joins from csv file”
Import the data file in csv format
• Click on browse to select the data file(CSV) we dcreated earlier in excel
• In data file select field “State or Union territory” and in Join layer attribute select option
   “NAME_1”. These are the fields to be joined
• Save the output shapefile in your working directory and do same for the notfound csv output
   list.
• Add joined layer must be checked and clik ok.
Import the data file in csv format (Contd.)
• A new layer will be added to your project as indicated below
Attribute table with data
• Open the attribute table again
• Click “ Layer”, then click “Open attribute table”
• New data has been joined with data of shapefile as shown below
•   The problem mmqgis plugin is the it did not recognize number fields as numbers but as
    strings. So to use data properly it is to be converted into integers or reals.
•   For that click on pencill icon on ,as indicated in picture,to enter editing mode. Then click on
    calculator icon to launch field calculator
Format Strings to numbers
• Enter name(say pop_int)of new column that will hold no. value for all strings in populatio
   field
• select whole noumberinteger) for output field type
• Click “to real” in opertators section, to begin expression in the field calculator expression box.
   Enter field name Ppop_int” and close the paranthesis. Click ok
Format string to numbers(contd.)
• Now we will create a column that will hold a string value as a tooltip. When a mouse Is
   moved over a area in the map this is the message a person will see.
• In output field name, enter pop_str, choose text(string) and make the output filed width 50.
• Enter this formula in field calculator expression section: NAME_1+’:’+to string(populatio)
• This will concatenatese the name field with population of that sate.. Now click ok
Format string to numbers
• Now you can see different columns for population in numbers and in string form.
• To save these changes you must click the pencil icon.
Colouring the map
• Now we will color the map based on data file
• Click on layers and select properties
Coloring the map (cont.)
• In the layer properties dialog box , choose style tab(default). Choose legend type as
    ‘Graduated’. For column field select ‘pop_int’. For mode choose “equal interval”
• For classes choose 6, then click on classify and then click apply.
Colouring the map(cont.)
• Now the colours applied to map would be visible. And the colours of the map and legend of
    colours and values can be seen in layers window
• We can change the default colour palette selected by QGIS.
• To change colors go to style option by clicking layers menu then properties and then style
    tab.
Colouring the map(contd.)
• To change color, click on the color of the respective row. This will open symbol selector. click
    change.
• To change range, click on the range next to the first colour and a dialog box will appear to
    allow you to change the range upper and lower values
Colouring the map(contd.)
• By clicking on change (for colour). IT will open a window Select Color.
• Select bright red to differentiate it from blue.
• Follow similar steps to change the colors of other ranges
Colouring the map(contd.)
• To change range after clicking on the range values, as shown in previous slide , a dialog box
    will appear named “enter class bounds” as shown below. You can enter upper and lower limit
    to define range.
• Click ok
• Apply the same procedure to change ranges of the other rows
Colouring the map (contd.)
• Now change the row values and colors as given in the figure below (range values in the
    multiples of 3 crore).
• Also edit the labels next to range. You can edit labels just by double clicking on it.
• After all editing click ok
Colouring th e map (contd.)
• We can see different colour codes for the different range of population in the map.
Making an interactive web map
• Whatever you see in the map window will be in your final Html map. If you want to get rid of
   the default icons on maps: the copy right notice, a measurement bar and a north marker. We
   have circled the icons, which can remove them.
Making an interactive web map(contd.)
• You can resize the QGIS window to resize the map, according to your requirement of size on
   webpage.
• Click the magnifying class as indicated to fill up any extra space.
Making an interactive web map(contd.)
• Now we can export our map and html code to create an interactive web map.
• Click on menu ‘Plugins’ and select Html Image Map Plugin. Then select image map.
Making an interactive web map(contd.)
• The defauld dimension of image size is the size of QGIS map window. If you want to change
   these dimensions, you can change the size of map window and try again
• Set the path for file to be saved by ‘browse’. Choose a filename for the html map.
• Uncheck all the boxes except onMouseOver attr. Infront of that property select field value
   pop_str, the field that holds the tooltip/mouseover message. Click ok
Final Map
• Open the web page file in your browser. You can see a similar picture given below. Move your
    mouse over individual states to see the population of that state on the top left corner.
To use the map in already existing template
• A sample template can be found at http://tbarmann.webfactional.com/nicar
• Html plugin will create 3 files: an html page, a png file and a PNGw file. Open the Html file
    with a text editor and copy all code between the start tag (<map name =“mapmap”>)and the
    end tag.
To use the map in already existing template (contd.)
• Open the web page template you want to embed map on. Paste the map code into this
    template file.
• Change the src attribute to the name of the png file created by the html image map plugin.
    and save the png file In the new html page directory. Now save the web page.
To use the map in already existing template (contd.)
• This template file will show the same string but below the mouse as a tooltip rather than a
    message at top left. Like when we move mouse to West Bengal, this tooltip appears.
Thank You


Please visit our blog
http://gettingstartedwithqgis.blogspot.in/ for more such
tutorials

More Related Content

What's hot

Digitization in ArcGIS
Digitization in ArcGISDigitization in ArcGIS
Digitization in ArcGISKU Leuven
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial dataRahul Kumar
 
Raster data model
Raster data modelRaster data model
Raster data modelPramoda Raj
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GISRituSaha3
 
Introduction to MAPS,Coordinate System and Projection System
Introduction to MAPS,Coordinate System and Projection SystemIntroduction to MAPS,Coordinate System and Projection System
Introduction to MAPS,Coordinate System and Projection SystemNAXA-Developers
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsUroosa Samman
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate systemMohsin Siddique
 
Image classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIImage classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIP.K. Mani
 

What's hot (20)

GIS - lecture-1.ppt
GIS - lecture-1.pptGIS - lecture-1.ppt
GIS - lecture-1.ppt
 
Digitization in ArcGIS
Digitization in ArcGISDigitization in ArcGIS
Digitization in ArcGIS
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
 
Geoprocessing
GeoprocessingGeoprocessing
Geoprocessing
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
 
Functions of GIS
Functions of GISFunctions of GIS
Functions of GIS
 
Raster data model
Raster data modelRaster data model
Raster data model
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GIS
 
GIS
GISGIS
GIS
 
Map algebra
Map algebraMap algebra
Map algebra
 
QGIS training class 1
QGIS training class 1QGIS training class 1
QGIS training class 1
 
GIS Map Projection
GIS Map ProjectionGIS Map Projection
GIS Map Projection
 
History of GIS
History of GISHistory of GIS
History of GIS
 
Introduction to MAPS,Coordinate System and Projection System
Introduction to MAPS,Coordinate System and Projection SystemIntroduction to MAPS,Coordinate System and Projection System
Introduction to MAPS,Coordinate System and Projection System
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System Fundamentals
 
Fundamentals of GIS
Fundamentals of GISFundamentals of GIS
Fundamentals of GIS
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
 
Image classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIImage classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANI
 
functions of GIS
functions of GISfunctions of GIS
functions of GIS
 

Similar to QGIS Tutorial 1

UNIT_4_data visualization.pptx
UNIT_4_data visualization.pptxUNIT_4_data visualization.pptx
UNIT_4_data visualization.pptxBhagyasriPatel2
 
Geohosting english manual
Geohosting english manualGeohosting english manual
Geohosting english manualSDIEDU
 
Map visualisation
Map visualisationMap visualisation
Map visualisationSDIEDU
 
Mapping Immigrants
Mapping ImmigrantsMapping Immigrants
Mapping Immigrantsborderzine
 
LoCloud MINT metadata mapping tool, Nikolaos Simou, Eleni Iskou, National Tec...
LoCloud MINT metadata mapping tool, Nikolaos Simou, Eleni Iskou, National Tec...LoCloud MINT metadata mapping tool, Nikolaos Simou, Eleni Iskou, National Tec...
LoCloud MINT metadata mapping tool, Nikolaos Simou, Eleni Iskou, National Tec...locloud
 
Coord transform 082014
Coord transform 082014Coord transform 082014
Coord transform 082014PramodPandit9
 
Applied GIS - 3022.pptx
Applied GIS - 3022.pptxApplied GIS - 3022.pptx
Applied GIS - 3022.pptxtemesgenabebe1
 
Crystal tr///SAP Design Studio online training by design studio Export-24/7//...
Crystal tr///SAP Design Studio online training by design studio Export-24/7//...Crystal tr///SAP Design Studio online training by design studio Export-24/7//...
Crystal tr///SAP Design Studio online training by design studio Export-24/7//...venkat training
 
Manual gis
Manual gisManual gis
Manual gissaha232
 
Autocad 2007 Workbook Tutorial
Autocad 2007 Workbook TutorialAutocad 2007 Workbook Tutorial
Autocad 2007 Workbook TutorialJhongNatz
 
Getting started with Tableau
Getting started with TableauGetting started with Tableau
Getting started with TableauParth Acharya
 
spatial anaylisi using ilwis
spatial anaylisi using ilwisspatial anaylisi using ilwis
spatial anaylisi using ilwisAsri Renggo
 
Necto 16 training 23 - visual studio modeling
Necto 16 training 23 -  visual studio modelingNecto 16 training 23 -  visual studio modeling
Necto 16 training 23 - visual studio modelingPanorama Software
 
Fly thru
Fly thruFly thru
Fly thruAli Sam
 

Similar to QGIS Tutorial 1 (20)

02+ +step+by+step+qgis
02+ +step+by+step+qgis02+ +step+by+step+qgis
02+ +step+by+step+qgis
 
UNIT_4_data visualization.pptx
UNIT_4_data visualization.pptxUNIT_4_data visualization.pptx
UNIT_4_data visualization.pptx
 
QGIS Tutorial 2
QGIS Tutorial 2QGIS Tutorial 2
QGIS Tutorial 2
 
Power BI.pdf
Power BI.pdfPower BI.pdf
Power BI.pdf
 
Geohosting english manual
Geohosting english manualGeohosting english manual
Geohosting english manual
 
Bar chart Creation
Bar chart CreationBar chart Creation
Bar chart Creation
 
Map visualisation
Map visualisationMap visualisation
Map visualisation
 
Mapping Immigrants
Mapping ImmigrantsMapping Immigrants
Mapping Immigrants
 
LoCloud MINT metadata mapping tool, Nikolaos Simou, Eleni Iskou, National Tec...
LoCloud MINT metadata mapping tool, Nikolaos Simou, Eleni Iskou, National Tec...LoCloud MINT metadata mapping tool, Nikolaos Simou, Eleni Iskou, National Tec...
LoCloud MINT metadata mapping tool, Nikolaos Simou, Eleni Iskou, National Tec...
 
Coord transform 082014
Coord transform 082014Coord transform 082014
Coord transform 082014
 
Applied GIS - 3022.pptx
Applied GIS - 3022.pptxApplied GIS - 3022.pptx
Applied GIS - 3022.pptx
 
Simplymap guide
Simplymap guideSimplymap guide
Simplymap guide
 
Crystal tr///SAP Design Studio online training by design studio Export-24/7//...
Crystal tr///SAP Design Studio online training by design studio Export-24/7//...Crystal tr///SAP Design Studio online training by design studio Export-24/7//...
Crystal tr///SAP Design Studio online training by design studio Export-24/7//...
 
Manual gis
Manual gisManual gis
Manual gis
 
Autocad 2007 Workbook Tutorial
Autocad 2007 Workbook TutorialAutocad 2007 Workbook Tutorial
Autocad 2007 Workbook Tutorial
 
Getting started with Tableau
Getting started with TableauGetting started with Tableau
Getting started with Tableau
 
spatial anaylisi using ilwis
spatial anaylisi using ilwisspatial anaylisi using ilwis
spatial anaylisi using ilwis
 
Necto 16 training 23 - visual studio modeling
Necto 16 training 23 -  visual studio modelingNecto 16 training 23 -  visual studio modeling
Necto 16 training 23 - visual studio modeling
 
Introduction to MapBasic
Introduction to MapBasicIntroduction to MapBasic
Introduction to MapBasic
 
Fly thru
Fly thruFly thru
Fly thru
 

Recently uploaded

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 

Recently uploaded (20)

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 

QGIS Tutorial 1

  • 1. QGIS Tutorial Prepared By: Niloy Ghosh Nitin Kumar Rathore Students of 2nd Year MBA at Vinod Gupta School of Management (VGSOM), IIT Kharagpur
  • 2. Objective of the Tutorial • To make a choropleth interactive map, as given in the picture, using open source QGIS mapping software.
  • 3. What it does A Choropleth map is a thematic map, having different colours or shades for representing different values in geographic region. It can be population, per capita income. This map makes it easy to visualize how measurement varies from a region to region.
  • 4. Pre-Requirements • Shapefile: of any country that you want to choropleth interactive map of. In our case its India. • Data: Data of population, in table format, of the country. • GIS Software: Should be installed beforehand.
  • 5. Shapefile • A Shapefile describe geometries, its a collection of points, lines, polylines and polygons. • It can have data about the geometries it describes for example population, mortality rate, terrain. • Extension of a shapefile is .shp • A shape file is provided by many websites for free. Our shape for India can be found at this link: http://www.gadm.org/country
  • 6. Data • The data you want to be represented in the map can be taken from a mysql database, excel spreadsheet, access database, CSV file or any table. • Our data for India was taken from this link – data for excel: http://en.wikipedia.org/wiki/Demographics_of_In dia
  • 7. About QGIS Software •Quantum Geographical Information System (QGIS) is an open source software for representing geographical information. It’s available for Mac, OSX Linux and Windows platforms at http://www.qgis.org/ •QGIS will be used to join the geographical information stored in shapefile and data we want to represent on the map. •After that we will create web version of map using the image of map and html code.
  • 8. Let’s Start • We are going to build a map to show population data for each state of the country. The shapefile is to be download from http://www.gadm.org/country
  • 9. Unzip the Zip file downloaded and you will find the following contents.
  • 10. Preparing data for shapefile: • Copy the population data from wiki link into the excel file
  • 11. Preparing data for shapefile (contd.) • Copy the data of two columns, states and population, in excel file and save the spreadsheet with CSV format(comma delimited) (*.csv). And format column types as general.
  • 12. Load the shapefile in QGIS • Click on Layer • Choose add vector layer
  • 13. Load the shapefile in QGIS (contd.) • Select the IND_adm1.shp file from the unzipped folder you have downloaded, it contains the shape and data for indian states.
  • 14. This is how it looks, color may vary
  • 15. Open attribute table • Click on menu “Layer” • Choose “Open Attribute Table”
  • 16. Attribute Table • The attribute table will contain data for states (column “NAME_1”). This field is used as a join to CSV file data. So one must be cautious that the data of the column should match otherwise make the necessary changes in CSV file. • We therefore advise you to download both files (shape and data) from the same websites if available.
  • 17. To set the internet settings for downloading plugins, if you are workin under proxy server. • Click on menu “Settings” • Select “Options”
  • 18. To set the internet settings for downloading plugins (contd.) • Select “Network” Tab • Enter your Host, Port and Proxy type of your proxy server
  • 19. To download required plugins (mmqgis and HTML Image map plugin) • There are 2 plugins we need to complete this lab exercise. If you can’t see them in plugins menu, please follow theseesteps to download • Click on menu “Plugins” • Choose “Fetch Python plugins”
  • 20. To download required plugins (contd.) • Click “Add 3rd party repositories”
  • 21. To download required plugins (contd.) • Click on “Plugins” Tab • Type “mmqgis” in textbox for search • Click on “MMQGIS” plugin • Click on Command “Install plugin”
  • 22. To download required plugins (contd.) • Follow same steps for Html Image map plugin
  • 23. Import the data file in csv format • Click on menu “plugins” • Click option “mmqgis” and then option “Attributes joins from csv file”
  • 24. Import the data file in csv format • Click on browse to select the data file(CSV) we dcreated earlier in excel • In data file select field “State or Union territory” and in Join layer attribute select option “NAME_1”. These are the fields to be joined • Save the output shapefile in your working directory and do same for the notfound csv output list. • Add joined layer must be checked and clik ok.
  • 25. Import the data file in csv format (Contd.) • A new layer will be added to your project as indicated below
  • 26. Attribute table with data • Open the attribute table again • Click “ Layer”, then click “Open attribute table” • New data has been joined with data of shapefile as shown below
  • 27. The problem mmqgis plugin is the it did not recognize number fields as numbers but as strings. So to use data properly it is to be converted into integers or reals. • For that click on pencill icon on ,as indicated in picture,to enter editing mode. Then click on calculator icon to launch field calculator
  • 28. Format Strings to numbers • Enter name(say pop_int)of new column that will hold no. value for all strings in populatio field • select whole noumberinteger) for output field type • Click “to real” in opertators section, to begin expression in the field calculator expression box. Enter field name Ppop_int” and close the paranthesis. Click ok
  • 29. Format string to numbers(contd.) • Now we will create a column that will hold a string value as a tooltip. When a mouse Is moved over a area in the map this is the message a person will see. • In output field name, enter pop_str, choose text(string) and make the output filed width 50. • Enter this formula in field calculator expression section: NAME_1+’:’+to string(populatio) • This will concatenatese the name field with population of that sate.. Now click ok
  • 30. Format string to numbers • Now you can see different columns for population in numbers and in string form. • To save these changes you must click the pencil icon.
  • 31. Colouring the map • Now we will color the map based on data file • Click on layers and select properties
  • 32. Coloring the map (cont.) • In the layer properties dialog box , choose style tab(default). Choose legend type as ‘Graduated’. For column field select ‘pop_int’. For mode choose “equal interval” • For classes choose 6, then click on classify and then click apply.
  • 33. Colouring the map(cont.) • Now the colours applied to map would be visible. And the colours of the map and legend of colours and values can be seen in layers window • We can change the default colour palette selected by QGIS. • To change colors go to style option by clicking layers menu then properties and then style tab.
  • 34. Colouring the map(contd.) • To change color, click on the color of the respective row. This will open symbol selector. click change. • To change range, click on the range next to the first colour and a dialog box will appear to allow you to change the range upper and lower values
  • 35. Colouring the map(contd.) • By clicking on change (for colour). IT will open a window Select Color. • Select bright red to differentiate it from blue. • Follow similar steps to change the colors of other ranges
  • 36. Colouring the map(contd.) • To change range after clicking on the range values, as shown in previous slide , a dialog box will appear named “enter class bounds” as shown below. You can enter upper and lower limit to define range. • Click ok • Apply the same procedure to change ranges of the other rows
  • 37. Colouring the map (contd.) • Now change the row values and colors as given in the figure below (range values in the multiples of 3 crore). • Also edit the labels next to range. You can edit labels just by double clicking on it. • After all editing click ok
  • 38. Colouring th e map (contd.) • We can see different colour codes for the different range of population in the map.
  • 39. Making an interactive web map • Whatever you see in the map window will be in your final Html map. If you want to get rid of the default icons on maps: the copy right notice, a measurement bar and a north marker. We have circled the icons, which can remove them.
  • 40. Making an interactive web map(contd.) • You can resize the QGIS window to resize the map, according to your requirement of size on webpage. • Click the magnifying class as indicated to fill up any extra space.
  • 41. Making an interactive web map(contd.) • Now we can export our map and html code to create an interactive web map. • Click on menu ‘Plugins’ and select Html Image Map Plugin. Then select image map.
  • 42. Making an interactive web map(contd.) • The defauld dimension of image size is the size of QGIS map window. If you want to change these dimensions, you can change the size of map window and try again • Set the path for file to be saved by ‘browse’. Choose a filename for the html map. • Uncheck all the boxes except onMouseOver attr. Infront of that property select field value pop_str, the field that holds the tooltip/mouseover message. Click ok
  • 43. Final Map • Open the web page file in your browser. You can see a similar picture given below. Move your mouse over individual states to see the population of that state on the top left corner.
  • 44. To use the map in already existing template • A sample template can be found at http://tbarmann.webfactional.com/nicar • Html plugin will create 3 files: an html page, a png file and a PNGw file. Open the Html file with a text editor and copy all code between the start tag (<map name =“mapmap”>)and the end tag.
  • 45. To use the map in already existing template (contd.) • Open the web page template you want to embed map on. Paste the map code into this template file. • Change the src attribute to the name of the png file created by the html image map plugin. and save the png file In the new html page directory. Now save the web page.
  • 46. To use the map in already existing template (contd.) • This template file will show the same string but below the mouse as a tooltip rather than a message at top left. Like when we move mouse to West Bengal, this tooltip appears.
  • 47. Thank You Please visit our blog http://gettingstartedwithqgis.blogspot.in/ for more such tutorials