SlideShare a Scribd company logo
1 of 33
GEOGRAPHICAL INFORMATION
SYSTEM(GIS)
INDIAN SPACE RESEARCH
ORGANISATION,JODHPUR
Presented by:
Karan Hotchandani
Roll No.13EJIEE026
(IV B.Tech., VII Sem.)
2/17/2017 17EETR: PT & IV
What this presentation covers?
What is geographic information?
Importance of GIS
What are the existing types of GIS software available
to you.
Advantages and disadvantages of GIS
Applications of GIS
Assets mapping
2/17/2017 7EETR: PT & IV 3
What is an Information System?
GIS history
 Roger Tomlinson drives the creation of the Canada
Geographic Information System (CGIS) in 1964
o First national GIS system
 Land Use and Natural resource Inventory System
o LUNR, New York 1967
 Minnesota Land Management System
o MLMIS, Minnesota 1969
 Arc Info introduced in 1981
o First major commercial GIS venture
2/17/2017 7EETR: PT & IV 4
What is GIS?
 GIS stands for Geographic Information System and it is a
computer-based mapping tool that allows users to
manipulate large sets of data as layers or themes.
 These themes appear as graphics on a base layer which may
be a map or orthographic aerial photo.
 Geographical Information Systems (GIS) are a special class
of information systems that keep track not only of events,
activities, and things, but also of where these events,
activities, and things happen or exist.
2/17/2017 7EETR: PT & IV 5
GIS Objectives
 Identify principles and functional issues pertaining to
physical geography applications of GIS.
 Examine and review specific application areas where GIS
is a useful tool.
 Investigate techniques provided by GIS which have
particular relevance to physical geography applications
and problem solving.
 Identify and address problem areas such as data sources,
modelling, error and uncertainty.
 The broad types of GIS software that are available.
2/17/2017 7EETR: PT & IV 6
Why it matters?
Almost everything happens somewhere and in most cases,
knowing where some things happen is critically important.
Examples:
• Position of country boundaries
• Location of hospitals
• Routing delivery vehicles
• Management of forest stands
• Disaster affected areas
2/17/2017 7EETR: PT & IV 7
Features of GIS
• Multidimensional – at least two coordinates must be
specified to define a location.
• Voluminous – a geographic database can easily reach a
terabyte in size.
• Different Representations - and how this is done can
strongly influence the ease of analysis and the end results.
• Requires unique analysis methods.
• Analyses require data integration.
• Map displays require fast data retrieval.
2/17/2017 7EETR: PT & IV 8
Difference between GIS,GPS,RS
2/17/2017 7EETR: PT & IV 9
GPS RS GIS
a system of earth-
orbiting satellites
which can provide
precise (100 meter
to sub-cm.)
use of satellites or
aircraft to capture
information about
the earth’s surface
Software systems
with capability for
input, storage,
manipulation/analys
is and
output/display of
geographic (spatial)
information
Types of GIS
There are a number of Geographical Information Systems (GIS)
(or GIS software) available today. They range from high-
powered analytical software to visual web applications, and
each of those are used for a different purpose.
Although they share the common characteristics yet there
functions are different.GIS are broadly classified into 3 types:-
• Web-based GIS: ONS
• Geobrowser: Google Earth
• Desktop GIS: QGIS
2/17/2017 7EETR: PT & IV 10
1) Desktop GIS
A GIS, or GIS software, allows you to interactively work with
spatial data. A desktop GIS is a mapping software that needs to
be installed onto and runs on a personal computer.
In the project I have made use of QGIS Essen 2.14 which is
developed by ESRI.
QGIS is what ESRI refer to as a suite of products which can be
tailored to our need. QGIS is used for a vast range of activities,
covering both commercial and educational uses.
2/17/2017 7EETR: PT & IV 11
2) Geobrowser
A Geobrowser is better explained with reference to an internet
browser, i.e. Internet Explorer. In short, a geobrowser can be
understood as an Internet Explorer for geographic information.
Like the internet it allows the combination of many types of
geographic data from many different sources. The biggest
difference between the World Wide Web and the geographic
web however is that everything within the latter is spatially
referenced.
Google Earth is the most popular geobrowser available and
will be the one used for this course.
2/17/2017 7EETR: PT & IV 12
3) Web-based GIS
Web-based GIS, or WebGIS, are online GIS applications which
in most cases are excellent data visualisation tools. Their
functionality is limited compared to software stored on your
computer, but they are user-friendly and particularly useful as
they not required data download.
There are many WebGIS available, but commonly used are: the
Office of National Statistics (ONS) and the London Profiler.
2/17/2017 7EETR: PT & IV 13
GIS Softwares
2/17/2017 7EETR: PT & IV 14
There are a number of softwares available for GIS purpose.
Few of them are:-
• Grass Gis
• Gvsig
• Ilwis
• Jump Gis
• Map window Gis
• Qgis
• Saga Gis
• ARCGIS
QUANTUM GIS(QGIS)
 QGIS is a cross-platform free and open-
source desktop geographic information system (GIS)
application that provides data viewing, editing, and
analysis.
 QGIS allows users to create maps with many layers using
different map projections. Maps can be assembled in
different formats and for different uses. QGIS allows maps
to be composed of Raster or Vector layers.
2/17/2017 7EETR: PT & IV 15
QGIS(cont.)
2/17/2017 7EETR: PT & IV 16
Types of Data
1) Raster Data:-
 Raster data is made up of pixels (also referred to as grid
cells). They are usually regularly-spaced and square but
they don’t have to be. Raster often look pixilated because
each pixel is associated with a value or class.
 Raster models are useful for storing data that varies
continuously, as in an aerial photograph, an elevation
surface or a satellite image. But it depends on the cell size
for spatial accuracy.
2/17/2017 7EETR: PT & IV 17
(cont.)
2) Vector Data:-
 Vector graphics are comprised of vertices and paths.
 The three basic symbol types for vector data are points,
lines and polygons (areas).In GIS terminology, real-world
features are called spatial entities.
 The decision to choose vector points, lines or polygons is
governed by the cartographer and scale of the map.
 Vector points are simply XY coordinates. When features
are too small to be represented as polygons, points are used
2/17/2017 7EETR: PT & IV 18
QGIS Plugins
 QGIS has been designed with a plugin architecture. This
allows many new features/functions to be easily added to
the application. Many of the features in QGIS are actually
implemented as either core or external plugins.
• Core Plugins are maintained by the QGIS Development
Team and are automatically part of every QGIS
distribution. They are written in one of two languages: C++
or Python.
• External Plugins are currently all written in Python. They
are stored in external repositories and maintained by the
individual authors.
2/17/2017 7EETR: PT & IV
19
QGIS Shapefiles
 The standard vector file format used in QGIS is the ESRI
Shapefile.
 A shape file actually consists of several files. The following
three are required:
• .shp file containing the feature geometries.
• .dbf file containing the attributes in dBase format.
• .shx index file.
 Shapefiles also can include a file with a .prj suffix, which
contains the projection information. While it is very useful
to have a projection file, it is not mandatory. A shapefile
dataset can contain additional files.
2/17/2017 7EETR: PT & IV 20
Google Earth
 Google Earth displays satellite images of varying resolution
of the Earth's surface, allowing users to see things like cities
and houses looking perpendicularly down or at an oblique
angle .The degree of resolution available is based somewhat
on the points of interest and popularity, but most land is
covered in at least 15 meters of resolution.
 Google Earth supports managing three-
dimensional Geospatial data.
 It stores the data in .KML or .KMZ extension.
2/17/2017 7EETR: PT & IV 21
Difference between KML and
KMZ file
 KML stands for “Keyhole Markup Language” while KMZ
stands for “Keyhole Markup Language Zipped.”
 KML is used to save and store map locations in
general while KMZ is used in the same capacity
for more specific locations like placemarks.
 KML can be read and recognized by many geobrowsers or
programs that run maps and images like Google Earth and
Google Maps. This sometimes does not hold true for KMZ.
2/17/2017 7EETR: PT & IV 22
Inside view of Google Earth
2/17/2017 7EETR: PT & IV 23
(cont.)
2/17/2017 7EETR: PT & IV 24
2/17/2017 7EETR: PT & IV 25
Adding Electrical Assets
 With the help of google earth we have marked the area or
the boundary in which we have to do asset mapping. Assets
can also be marked with the help of google earth but for
more accuracy the points and coordinates have been
marked with the help of an app named as MAPinr.
 It is available for free on google play store for android(OS).
 Its easy access to the data and user friendly interface makes
it popular among the other similar apps which I have used
so far.
2/17/2017 7EETR: PT & IV 26
MAPinr
 The maps in MAPinr is available offline. It
provides facilities, such as you can mark your
waypoints of different types not only with
different symbols but also with different colors.
 The kml file of your saved map can be easily
transferred to QGIS just by opening the
corresponding kml file in QGIS, the points
marked on the map with there coordinates and
descriptions can now be seen and now you can
mark your waypoints in QGIS.
2/17/2017 7EETR: PT & IV 27
“THE PROJECT”
2/17/2017 7EETR: PT & IV 28
2/17/2017 7EETR: PT & IV 29
Advantages of GIS
 Exploring both geographical and thematic components
of data in a holistic way
 Stresses geographical aspects of a research question
 Allows handling and exploration of large volumes of
data
 Allows integration of data from widely disparate
sources
 Allows analysis of data to explicitly incorporate location
 Allows a wide variety of forms of visualisation
2/17/2017 7EETR: PT & IV 30
Conclusion
 On the conclusion note all we can say that the use of GIS
makes the way for the future mapping of our valuable assets
in an efficient way.
 Users, vendors and most importantly, researchers, have
symbiotic roles to play in the advancement of geographic
information science.
2/17/2017 7EETR: PT & IV 31
References
 http://www.qgis.org
 http://www.esri.org
 www.google.com
 http://www.supergeotek.com/Library_GISApplication_Geo
spatialIntelligence.aspx
 https://www.wikiwand.com/en/Geographic_information_sy
stem
2/17/2017 7EETR: PT & IV 32
2/17/2017 33
Thank You……
7EETR: PT & IV

More Related Content

What's hot

Components of gis
Components of gisComponents of gis
Components of gisPramoda Raj
 
Geographic information system
Geographic information systemGeographic information system
Geographic information systemSumanta Das
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systemsVivek Srivastava
 
Remote sensing
Remote sensingRemote sensing
Remote sensingKU Leuven
 
Principles of GIS unit 1
Principles of GIS unit 1Principles of GIS unit 1
Principles of GIS unit 1SanjanaKhemka1
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA QueryKU Leuven
 
Remote sensing and gis ppt
Remote sensing and gis pptRemote sensing and gis ppt
Remote sensing and gis pptpreeti patil
 
Chapter 5: Remote sensing
Chapter 5: Remote sensingChapter 5: Remote sensing
Chapter 5: Remote sensingShankar Gangaju
 
GIS & RS in Forest Mapping
GIS & RS in Forest MappingGIS & RS in Forest Mapping
GIS & RS in Forest MappingKamlesh Kumar
 
Remote Sensing Data Acquisition,Scanning/Imaging systems
Remote Sensing Data Acquisition,Scanning/Imaging systemsRemote Sensing Data Acquisition,Scanning/Imaging systems
Remote Sensing Data Acquisition,Scanning/Imaging systemsdaniyal rustam
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GISRituSaha3
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial dataRahul Kumar
 
Land use and land cover classification
Land use and land cover classification Land use and land cover classification
Land use and land cover classification Calcutta University
 

What's hot (20)

Components of gis
Components of gisComponents of gis
Components of gis
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
 
Functions of GIS
Functions of GISFunctions of GIS
Functions of GIS
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Remote sensing
Remote sensingRemote sensing
Remote sensing
 
Principles of GIS unit 1
Principles of GIS unit 1Principles of GIS unit 1
Principles of GIS unit 1
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
 
Remote sensing
Remote sensingRemote sensing
Remote sensing
 
Introduction to Remote Sensing
Introduction to Remote SensingIntroduction to Remote Sensing
Introduction to Remote Sensing
 
Remote sensing and gis ppt
Remote sensing and gis pptRemote sensing and gis ppt
Remote sensing and gis ppt
 
Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GIS
 
Chapter 5: Remote sensing
Chapter 5: Remote sensingChapter 5: Remote sensing
Chapter 5: Remote sensing
 
GIS & RS in Forest Mapping
GIS & RS in Forest MappingGIS & RS in Forest Mapping
GIS & RS in Forest Mapping
 
Remote Sensing Data Acquisition,Scanning/Imaging systems
Remote Sensing Data Acquisition,Scanning/Imaging systemsRemote Sensing Data Acquisition,Scanning/Imaging systems
Remote Sensing Data Acquisition,Scanning/Imaging systems
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GIS
 
Raster data and Vector data
Raster data and Vector dataRaster data and Vector data
Raster data and Vector data
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Land use and land cover classification
Land use and land cover classification Land use and land cover classification
Land use and land cover classification
 

Viewers also liked

An introduction to geographic information systems (gis) m goulbourne 2007
An introduction to geographic information systems (gis)   m goulbourne 2007An introduction to geographic information systems (gis)   m goulbourne 2007
An introduction to geographic information systems (gis) m goulbourne 2007Michelle Goulbourne @ DiaMind Health
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GISMrinmoy Majumder
 
Geographical information system (gis)
Geographical information system (gis)Geographical information system (gis)
Geographical information system (gis)RAKESH AHIRWAR
 
GIS Training in Hyderabad | GIS Coaching insistue in Hyderabad,Ameerpet | GIS...
GIS Training in Hyderabad | GIS Coaching insistue in Hyderabad,Ameerpet | GIS...GIS Training in Hyderabad | GIS Coaching insistue in Hyderabad,Ameerpet | GIS...
GIS Training in Hyderabad | GIS Coaching insistue in Hyderabad,Ameerpet | GIS...GEOSYS ENTERPRISE PVT. LTD.
 
Conception et Développement d'un Network Management System ATM Nortel
Conception et Développement d'un Network Management System ATM NortelConception et Développement d'un Network Management System ATM Nortel
Conception et Développement d'un Network Management System ATM NortelTidiane Sylla
 
Geographical information system : GIS and Social Media
Geographical information system : GIS and Social Media Geographical information system : GIS and Social Media
Geographical information system : GIS and Social Media Imran Ghaznavi
 
Gis (geographic information system)
Gis (geographic information system)Gis (geographic information system)
Gis (geographic information system)Saad Bare
 
GEOGRAPHICAL INFORMATION SYSTEM (GIS)
GEOGRAPHICAL INFORMATION SYSTEM (GIS)GEOGRAPHICAL INFORMATION SYSTEM (GIS)
GEOGRAPHICAL INFORMATION SYSTEM (GIS)Siva Mbbs
 

Viewers also liked (13)

An introduction to geographic information systems (gis) m goulbourne 2007
An introduction to geographic information systems (gis)   m goulbourne 2007An introduction to geographic information systems (gis)   m goulbourne 2007
An introduction to geographic information systems (gis) m goulbourne 2007
 
History of GIS
History of GISHistory of GIS
History of GIS
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GIS
 
Geographical information system (gis)
Geographical information system (gis)Geographical information system (gis)
Geographical information system (gis)
 
GIS Geographical Information System
GIS Geographical Information SystemGIS Geographical Information System
GIS Geographical Information System
 
GIS Training in Hyderabad | GIS Coaching insistue in Hyderabad,Ameerpet | GIS...
GIS Training in Hyderabad | GIS Coaching insistue in Hyderabad,Ameerpet | GIS...GIS Training in Hyderabad | GIS Coaching insistue in Hyderabad,Ameerpet | GIS...
GIS Training in Hyderabad | GIS Coaching insistue in Hyderabad,Ameerpet | GIS...
 
Conception et Développement d'un Network Management System ATM Nortel
Conception et Développement d'un Network Management System ATM NortelConception et Développement d'un Network Management System ATM Nortel
Conception et Développement d'un Network Management System ATM Nortel
 
Gis
GisGis
Gis
 
Gis
Gis Gis
Gis
 
Geographical information system : GIS and Social Media
Geographical information system : GIS and Social Media Geographical information system : GIS and Social Media
Geographical information system : GIS and Social Media
 
Gis (geographic information system)
Gis (geographic information system)Gis (geographic information system)
Gis (geographic information system)
 
GEOGRAPHICAL INFORMATION SYSTEM (GIS)
GEOGRAPHICAL INFORMATION SYSTEM (GIS)GEOGRAPHICAL INFORMATION SYSTEM (GIS)
GEOGRAPHICAL INFORMATION SYSTEM (GIS)
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Similar to GIS PPT

The recovery of netherlands geographic information system (nlgis 2)
The recovery of netherlands geographic information system (nlgis 2)The recovery of netherlands geographic information system (nlgis 2)
The recovery of netherlands geographic information system (nlgis 2)vty
 
Introduction to Geographic Information System (GIS)
Introduction to Geographic Information System (GIS)Introduction to Geographic Information System (GIS)
Introduction to Geographic Information System (GIS)Shashank Singh
 
Fundamentals_of_GIS_Estoque.pdf
Fundamentals_of_GIS_Estoque.pdfFundamentals_of_GIS_Estoque.pdf
Fundamentals_of_GIS_Estoque.pdfmichael152973
 
What is GIS (PDF).pdf
What is GIS (PDF).pdfWhat is GIS (PDF).pdf
What is GIS (PDF).pdfKartikBhatt43
 
Intro GIS.pptx
Intro GIS.pptxIntro GIS.pptx
Intro GIS.pptxSamiDan2
 
GIS for geophysics.pptx
GIS for geophysics.pptxGIS for geophysics.pptx
GIS for geophysics.pptxThomasHundasa1
 
1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx
1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx
1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptxLaleanePale
 
Two mark qn answer
Two mark qn answerTwo mark qn answer
Two mark qn answerJessy Mol
 
GIS and Petroleum Land Management
GIS and Petroleum Land ManagementGIS and Petroleum Land Management
GIS and Petroleum Land Managementwlgardnerjr
 
Principles of GIS unit 2
Principles of GIS unit 2Principles of GIS unit 2
Principles of GIS unit 2SanjanaKhemka1
 
INTRODUCTION TO GIS
INTRODUCTION TO GISINTRODUCTION TO GIS
INTRODUCTION TO GISHamzaAhmad91
 

Similar to GIS PPT (20)

Mrp Intrim
Mrp IntrimMrp Intrim
Mrp Intrim
 
introduction to GIS
introduction to GIS introduction to GIS
introduction to GIS
 
( G . i . s )
( G . i . s )( G . i . s )
( G . i . s )
 
The recovery of netherlands geographic information system (nlgis 2)
The recovery of netherlands geographic information system (nlgis 2)The recovery of netherlands geographic information system (nlgis 2)
The recovery of netherlands geographic information system (nlgis 2)
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
 
Introduction to Geographic Information System (GIS)
Introduction to Geographic Information System (GIS)Introduction to Geographic Information System (GIS)
Introduction to Geographic Information System (GIS)
 
Fundamentals_of_GIS_Estoque.pdf
Fundamentals_of_GIS_Estoque.pdfFundamentals_of_GIS_Estoque.pdf
Fundamentals_of_GIS_Estoque.pdf
 
GIS in Nutshell
GIS in NutshellGIS in Nutshell
GIS in Nutshell
 
Gis
GisGis
Gis
 
Gis
GisGis
Gis
 
What is GIS (PDF).pdf
What is GIS (PDF).pdfWhat is GIS (PDF).pdf
What is GIS (PDF).pdf
 
Intro GIS.pptx
Intro GIS.pptxIntro GIS.pptx
Intro GIS.pptx
 
Data sources and input in GIS
Data  sources and input in GISData  sources and input in GIS
Data sources and input in GIS
 
GIS for geophysics.pptx
GIS for geophysics.pptxGIS for geophysics.pptx
GIS for geophysics.pptx
 
Gis
GisGis
Gis
 
1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx
1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx
1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx
 
Two mark qn answer
Two mark qn answerTwo mark qn answer
Two mark qn answer
 
GIS and Petroleum Land Management
GIS and Petroleum Land ManagementGIS and Petroleum Land Management
GIS and Petroleum Land Management
 
Principles of GIS unit 2
Principles of GIS unit 2Principles of GIS unit 2
Principles of GIS unit 2
 
INTRODUCTION TO GIS
INTRODUCTION TO GISINTRODUCTION TO GIS
INTRODUCTION TO GIS
 

Recently uploaded

CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxAndreas Kunz
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZABSYZ Inc
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfStefano Stabellini
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Hr365.us smith
 

Recently uploaded (20)

CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZ
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdf
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)
 

GIS PPT

  • 1. GEOGRAPHICAL INFORMATION SYSTEM(GIS) INDIAN SPACE RESEARCH ORGANISATION,JODHPUR Presented by: Karan Hotchandani Roll No.13EJIEE026 (IV B.Tech., VII Sem.) 2/17/2017 17EETR: PT & IV
  • 2. What this presentation covers? What is geographic information? Importance of GIS What are the existing types of GIS software available to you. Advantages and disadvantages of GIS Applications of GIS Assets mapping
  • 3. 2/17/2017 7EETR: PT & IV 3 What is an Information System?
  • 4. GIS history  Roger Tomlinson drives the creation of the Canada Geographic Information System (CGIS) in 1964 o First national GIS system  Land Use and Natural resource Inventory System o LUNR, New York 1967  Minnesota Land Management System o MLMIS, Minnesota 1969  Arc Info introduced in 1981 o First major commercial GIS venture 2/17/2017 7EETR: PT & IV 4
  • 5. What is GIS?  GIS stands for Geographic Information System and it is a computer-based mapping tool that allows users to manipulate large sets of data as layers or themes.  These themes appear as graphics on a base layer which may be a map or orthographic aerial photo.  Geographical Information Systems (GIS) are a special class of information systems that keep track not only of events, activities, and things, but also of where these events, activities, and things happen or exist. 2/17/2017 7EETR: PT & IV 5
  • 6. GIS Objectives  Identify principles and functional issues pertaining to physical geography applications of GIS.  Examine and review specific application areas where GIS is a useful tool.  Investigate techniques provided by GIS which have particular relevance to physical geography applications and problem solving.  Identify and address problem areas such as data sources, modelling, error and uncertainty.  The broad types of GIS software that are available. 2/17/2017 7EETR: PT & IV 6
  • 7. Why it matters? Almost everything happens somewhere and in most cases, knowing where some things happen is critically important. Examples: • Position of country boundaries • Location of hospitals • Routing delivery vehicles • Management of forest stands • Disaster affected areas 2/17/2017 7EETR: PT & IV 7
  • 8. Features of GIS • Multidimensional – at least two coordinates must be specified to define a location. • Voluminous – a geographic database can easily reach a terabyte in size. • Different Representations - and how this is done can strongly influence the ease of analysis and the end results. • Requires unique analysis methods. • Analyses require data integration. • Map displays require fast data retrieval. 2/17/2017 7EETR: PT & IV 8
  • 9. Difference between GIS,GPS,RS 2/17/2017 7EETR: PT & IV 9 GPS RS GIS a system of earth- orbiting satellites which can provide precise (100 meter to sub-cm.) use of satellites or aircraft to capture information about the earth’s surface Software systems with capability for input, storage, manipulation/analys is and output/display of geographic (spatial) information
  • 10. Types of GIS There are a number of Geographical Information Systems (GIS) (or GIS software) available today. They range from high- powered analytical software to visual web applications, and each of those are used for a different purpose. Although they share the common characteristics yet there functions are different.GIS are broadly classified into 3 types:- • Web-based GIS: ONS • Geobrowser: Google Earth • Desktop GIS: QGIS 2/17/2017 7EETR: PT & IV 10
  • 11. 1) Desktop GIS A GIS, or GIS software, allows you to interactively work with spatial data. A desktop GIS is a mapping software that needs to be installed onto and runs on a personal computer. In the project I have made use of QGIS Essen 2.14 which is developed by ESRI. QGIS is what ESRI refer to as a suite of products which can be tailored to our need. QGIS is used for a vast range of activities, covering both commercial and educational uses. 2/17/2017 7EETR: PT & IV 11
  • 12. 2) Geobrowser A Geobrowser is better explained with reference to an internet browser, i.e. Internet Explorer. In short, a geobrowser can be understood as an Internet Explorer for geographic information. Like the internet it allows the combination of many types of geographic data from many different sources. The biggest difference between the World Wide Web and the geographic web however is that everything within the latter is spatially referenced. Google Earth is the most popular geobrowser available and will be the one used for this course. 2/17/2017 7EETR: PT & IV 12
  • 13. 3) Web-based GIS Web-based GIS, or WebGIS, are online GIS applications which in most cases are excellent data visualisation tools. Their functionality is limited compared to software stored on your computer, but they are user-friendly and particularly useful as they not required data download. There are many WebGIS available, but commonly used are: the Office of National Statistics (ONS) and the London Profiler. 2/17/2017 7EETR: PT & IV 13
  • 14. GIS Softwares 2/17/2017 7EETR: PT & IV 14 There are a number of softwares available for GIS purpose. Few of them are:- • Grass Gis • Gvsig • Ilwis • Jump Gis • Map window Gis • Qgis • Saga Gis • ARCGIS
  • 15. QUANTUM GIS(QGIS)  QGIS is a cross-platform free and open- source desktop geographic information system (GIS) application that provides data viewing, editing, and analysis.  QGIS allows users to create maps with many layers using different map projections. Maps can be assembled in different formats and for different uses. QGIS allows maps to be composed of Raster or Vector layers. 2/17/2017 7EETR: PT & IV 15
  • 17. Types of Data 1) Raster Data:-  Raster data is made up of pixels (also referred to as grid cells). They are usually regularly-spaced and square but they don’t have to be. Raster often look pixilated because each pixel is associated with a value or class.  Raster models are useful for storing data that varies continuously, as in an aerial photograph, an elevation surface or a satellite image. But it depends on the cell size for spatial accuracy. 2/17/2017 7EETR: PT & IV 17
  • 18. (cont.) 2) Vector Data:-  Vector graphics are comprised of vertices and paths.  The three basic symbol types for vector data are points, lines and polygons (areas).In GIS terminology, real-world features are called spatial entities.  The decision to choose vector points, lines or polygons is governed by the cartographer and scale of the map.  Vector points are simply XY coordinates. When features are too small to be represented as polygons, points are used 2/17/2017 7EETR: PT & IV 18
  • 19. QGIS Plugins  QGIS has been designed with a plugin architecture. This allows many new features/functions to be easily added to the application. Many of the features in QGIS are actually implemented as either core or external plugins. • Core Plugins are maintained by the QGIS Development Team and are automatically part of every QGIS distribution. They are written in one of two languages: C++ or Python. • External Plugins are currently all written in Python. They are stored in external repositories and maintained by the individual authors. 2/17/2017 7EETR: PT & IV 19
  • 20. QGIS Shapefiles  The standard vector file format used in QGIS is the ESRI Shapefile.  A shape file actually consists of several files. The following three are required: • .shp file containing the feature geometries. • .dbf file containing the attributes in dBase format. • .shx index file.  Shapefiles also can include a file with a .prj suffix, which contains the projection information. While it is very useful to have a projection file, it is not mandatory. A shapefile dataset can contain additional files. 2/17/2017 7EETR: PT & IV 20
  • 21. Google Earth  Google Earth displays satellite images of varying resolution of the Earth's surface, allowing users to see things like cities and houses looking perpendicularly down or at an oblique angle .The degree of resolution available is based somewhat on the points of interest and popularity, but most land is covered in at least 15 meters of resolution.  Google Earth supports managing three- dimensional Geospatial data.  It stores the data in .KML or .KMZ extension. 2/17/2017 7EETR: PT & IV 21
  • 22. Difference between KML and KMZ file  KML stands for “Keyhole Markup Language” while KMZ stands for “Keyhole Markup Language Zipped.”  KML is used to save and store map locations in general while KMZ is used in the same capacity for more specific locations like placemarks.  KML can be read and recognized by many geobrowsers or programs that run maps and images like Google Earth and Google Maps. This sometimes does not hold true for KMZ. 2/17/2017 7EETR: PT & IV 22
  • 23. Inside view of Google Earth 2/17/2017 7EETR: PT & IV 23
  • 26. Adding Electrical Assets  With the help of google earth we have marked the area or the boundary in which we have to do asset mapping. Assets can also be marked with the help of google earth but for more accuracy the points and coordinates have been marked with the help of an app named as MAPinr.  It is available for free on google play store for android(OS).  Its easy access to the data and user friendly interface makes it popular among the other similar apps which I have used so far. 2/17/2017 7EETR: PT & IV 26
  • 27. MAPinr  The maps in MAPinr is available offline. It provides facilities, such as you can mark your waypoints of different types not only with different symbols but also with different colors.  The kml file of your saved map can be easily transferred to QGIS just by opening the corresponding kml file in QGIS, the points marked on the map with there coordinates and descriptions can now be seen and now you can mark your waypoints in QGIS. 2/17/2017 7EETR: PT & IV 27
  • 30. Advantages of GIS  Exploring both geographical and thematic components of data in a holistic way  Stresses geographical aspects of a research question  Allows handling and exploration of large volumes of data  Allows integration of data from widely disparate sources  Allows analysis of data to explicitly incorporate location  Allows a wide variety of forms of visualisation 2/17/2017 7EETR: PT & IV 30
  • 31. Conclusion  On the conclusion note all we can say that the use of GIS makes the way for the future mapping of our valuable assets in an efficient way.  Users, vendors and most importantly, researchers, have symbiotic roles to play in the advancement of geographic information science. 2/17/2017 7EETR: PT & IV 31
  • 32. References  http://www.qgis.org  http://www.esri.org  www.google.com  http://www.supergeotek.com/Library_GISApplication_Geo spatialIntelligence.aspx  https://www.wikiwand.com/en/Geographic_information_sy stem 2/17/2017 7EETR: PT & IV 32