SlideShare a Scribd company logo
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

GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
John Reiser
 
Gis
GisGis
Gis powerpoint
Gis powerpointGis powerpoint
Gis powerpoint
kaushdave
 
Geographical Information System (GIS)
Geographical Information System (GIS)Geographical Information System (GIS)
Geographical Information System (GIS)
Malla Reddy University
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis
Arindam Sarkar
 
Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood Arif
KU Leuven
 
GIS
GISGIS
GIS presentation
GIS presentationGIS presentation
GIS presentation
arniontech
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote Sensing
John Reiser
 
georeference
georeferencegeoreference
georeference
Thana Chirapiwat
 
Principles of GIS unit 1
Principles of GIS unit 1Principles of GIS unit 1
Principles of GIS unit 1
SanjanaKhemka1
 
Application of gis & rs in urban planning
Application of gis & rs in urban planning Application of gis & rs in urban planning
Application of gis & rs in urban planning
sathish1446
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
KU Leuven
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
Mohsin Siddique
 
Functions of GIS
Functions of GISFunctions of GIS
Functions of GIS
Fayaz Ahamed A P
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
Joey Li
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theories
Mohsin Siddique
 
Applications of gis
Applications of gisApplications of gis
Applications of gis
Pramoda Raj
 
Gis functions
Gis functionsGis functions
Gis functions
Shah Naseer
 
Raster data model
Raster data modelRaster data model
Raster data model
Pramoda Raj
 

What's hot (20)

GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Gis
GisGis
Gis
 
Gis powerpoint
Gis powerpointGis powerpoint
Gis powerpoint
 
Geographical Information System (GIS)
Geographical Information System (GIS)Geographical Information System (GIS)
Geographical Information System (GIS)
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis
 
Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood Arif
 
GIS
GISGIS
GIS
 
GIS presentation
GIS presentationGIS presentation
GIS presentation
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote Sensing
 
georeference
georeferencegeoreference
georeference
 
Principles of GIS unit 1
Principles of GIS unit 1Principles of GIS unit 1
Principles of GIS unit 1
 
Application of gis & rs in urban planning
Application of gis & rs in urban planning Application of gis & rs in urban planning
Application of gis & rs in urban planning
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
 
Functions of GIS
Functions of GISFunctions of GIS
Functions of GIS
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theories
 
Applications of gis
Applications of gisApplications of gis
Applications of gis
 
Gis functions
Gis functionsGis functions
Gis functions
 
Raster data model
Raster data modelRaster data model
Raster data model
 

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 2007
Michelle Goulbourne @ DiaMind Health
 
History of GIS
History of GISHistory of GIS
History of GIS
Walter Simonazzi
 
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 Geographical Information System
GIS Geographical Information SystemGIS Geographical Information System
GIS Geographical Information System
Muhammad Hamza Khan KaimKhani
 
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 Nortel
Tidiane Sylla
 
Gis
Gis Gis
Gis
Meet Shah
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
Sumanta Das
 
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
Gis Gis
Gis
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
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

introduction to GIS
introduction to GIS introduction to GIS
introduction to GIS
niazali15CRP92
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
Ange Felix NSANZIYERA
 
( G . i . s )
( G . i . s )( G . i . s )
( G . i . s )
Himanshu Chakravarti
 
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
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
RamMishra65
 
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.pdf
michael152973
 
GIS in Nutshell
GIS in NutshellGIS in Nutshell
GIS in Nutshell
Reham Maher El-Safarini
 
Gis
GisGis
What is GIS (PDF).pdf
What is GIS (PDF).pdfWhat is GIS (PDF).pdf
What is GIS (PDF).pdf
KartikBhatt43
 
Intro GIS.pptx
Intro GIS.pptxIntro GIS.pptx
Intro GIS.pptx
SamiDan2
 
Data sources and input in GIS
Data  sources and input in GISData  sources and input in GIS
Data sources and input in GIS
Prof. A.Balasubramanian
 
GIS for geophysics.pptx
GIS for geophysics.pptxGIS for geophysics.pptx
GIS for geophysics.pptx
ThomasHundasa1
 
1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx
1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx
1_GEOGRAPHIC INFORMATION SYSTEMSTEM.pptx
LaleanePale
 
Two mark qn answer
Two mark qn answerTwo mark qn answer
Two mark qn answer
Jessy Mol
 
GIS and Petroleum Land Management
GIS and Petroleum Land ManagementGIS and Petroleum Land Management
GIS and Petroleum Land Management
wlgardnerjr
 
Principles of GIS unit 2
Principles of GIS unit 2Principles of GIS unit 2
Principles of GIS unit 2
SanjanaKhemka1
 

Similar to GIS PPT (20)

Mrp Intrim
Mrp IntrimMrp Intrim
Mrp Intrim
 
introduction to GIS
introduction to GIS introduction to GIS
introduction to GIS
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
( 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
 

Recently uploaded

Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Globus
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Natan Silnitsky
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
Designing for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web ServicesDesigning for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web Services
KrzysztofKkol1
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
Ortus Solutions, Corp
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
Globus
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus
 
Why React Native as a Strategic Advantage for Startup Innovation.pdf
Why React Native as a Strategic Advantage for Startup Innovation.pdfWhy React Native as a Strategic Advantage for Startup Innovation.pdf
Why React Native as a Strategic Advantage for Startup Innovation.pdf
ayushiqss
 
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERRORTROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
Tier1 app
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
Max Andersen
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
Tendenci - The Open Source AMS (Association Management Software)
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
Globus
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Visitor Management System in India- Vizman.app
Visitor Management System in India- Vizman.appVisitor Management System in India- Vizman.app
Visitor Management System in India- Vizman.app
NaapbooksPrivateLimi
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
Advanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowAdvanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should Know
Peter Caitens
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
Georgi Kodinov
 

Recently uploaded (20)

Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
Designing for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web ServicesDesigning for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web Services
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 
Why React Native as a Strategic Advantage for Startup Innovation.pdf
Why React Native as a Strategic Advantage for Startup Innovation.pdfWhy React Native as a Strategic Advantage for Startup Innovation.pdf
Why React Native as a Strategic Advantage for Startup Innovation.pdf
 
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERRORTROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Visitor Management System in India- Vizman.app
Visitor Management System in India- Vizman.appVisitor Management System in India- Vizman.app
Visitor Management System in India- Vizman.app
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
Advanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowAdvanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should Know
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
 

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