What is GIS Geographic Information Systems –System capable of capturing, storing, analyzing, and displaying geographical data identified according to.

Slides:



Advertisements
Similar presentations
GG3019/GG4027/GG5019 An Introduction to
Advertisements

Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Geographic Information Systems
Center for Modeling & Simulation.  A Map is the most effective shorthand to show locations of objects with attributes, which can be physical or cultural.
GIS for Environmental Science
From portions of Chapter 8, 9, 10, &11. Real world is complex. GIS is used model reality. The GIS models then enable us to ask questions of the data by.
Using GIS in the LEA World Introduction Henning Schreiber Calaveras County Environmental Health.
Raster Based GIS Analysis
Key Arc 8 additions to the network dialogue Review L&T Chapter 5 pages , Zeiler Chapter 8 Aspects of ESRI network –geometric network the.
Introduction to GIS Ghassan Mikati, Ph.D GIS Expert.
Bringing Geographical Location To Web By P.Hema.  HOW? GGIS >>> Geographical Information system GGOOGLE EARTH >>> A magnificent satellite view.
Department of Geography University of Portsmouth Fundamentals of GIS: What is GIS? Dr. Ian Gregory, Department of Geography, University of Portsmouth.
Geographic Information Systems
Geographic Information Systems. What is a Geographic Information System (GIS)? A GIS is a particular form of Information System applied to geographical.
Geographic Information Systems
What is a Geographic Information System? Geographic Information System = GIS.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
GTECH 361 Lecture 02 Introduction to ArcGIS. Today’s Objectives explore a map and get information about map features preview geographic data and metadata.
GIS A geographic information system. A GIS is most often associated with a map. A GIS is most often associated with a map. The map is a display of a data.
GIS Introduction What is GIS?. Geographic Information Systems A database system in which the organizing principle is explicitly SPATIAL.
GIS and GPS in Agriculture c 10 D
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Spatial data Visualization spatial data Ruslan Bobov
NSF DUE ; Laura Johnson Cherie Aukland.
Spatial data models (types)
M ETHODS OF REPRESENTING GEOGRAPHIC SPACE Raster Model Vector Model.
GIS and GPS in Agriculture Agricultural Facilities Design & Fabrication c 5 B.
SPATIAL DATA STRUCTURES
Ch2 Sec3 Maps and Computers.
GROUP 4 FATIN NUR HAFIZAH MULLAI J.DHANNIYA FARAH AN-NUR MOHAMAD AZUWAN LAU WAN YEE.
Statistical and Data Analysis of Rare, Threatened, and Endangered Wildlife Mathematical Applications in Agriculture c 6 C.
Applied Cartography and Introduction to GIS GEOG 2017 EL
GIS 1110 Designing Geodatabases. Representation Q. How will we model our real world data? A. Typically: Features Continuous Surfaces and Imagery Map Graphics.
Coordinate Systems Global Coordinate System – Latitude, Longitude and elevation UTM – eastings and northings, reference points are the equator and the.
CS654: Digital Image Analysis Lecture 3: Data Structure for Image Analysis.
Presented by Rehana Jamal (GIS Expert & Geographer) Dated: Advance Applications of RS/GIS in Geo-Environmental Conservation Subject Lecture# 9&10.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
GIS and GPS in Logistics, Planning and Management Systems c 10 D.
Geographic Information Systems Patty McGray University of Phoenix EDTC 560 Applications of Multimedia and Web Page Design Janet Wright November 17, 2004.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
1 Data models Vector data model Raster data model.
Center for Modeling & Simulation.  Introduction to GIS ◦ General Definitions ◦ Concept of space and time ◦ History ◦ Components ◦ Objectives / why use.
Geographic Information Systems Data Analysis. What is GIS Data ?
Geographic Information Systems Temporal GIS Lecture 8 Eng. Osama Dawoud.
1 CPSC 320: Intermediate Algorithm Design and Analysis July 9, 2014.
Reference or Thematic? What type of map are these examples? Identify and explain the type for each in your notebook!
Spatial Information Retrieval. Spatial Data Mining + Knowledge Discovery Used for mining data in spatial databases with huge amounts of data Spatial data.
GIS Data Structures How do we represent the world in a GIS database?
Exploring GIS concepts. Introduction to ArcGIS I (for ArcView 8, ArcEditor 8, and ArcInfo 8) Copyright © 2000–2003 ESRI. All rights reserved. 2-2 Organizing.
CS223 Advanced Data Structures and Algorithms 1 Review for Final Neil Tang 04/27/2010.
GIS Data Types. GIS technology utilizes two basic types of data 1. Spatial Data Describes the absolute and relative location of geographic features.
A Quick Introduction to GIS
What is GIS? GIS is an integrated system used to view and manage information about geographic places, analyze spatial relationships, and model spatial.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
Introduction to Geographic Information Systems (GIS)
Integrating Geographic Information Systems (GIS) into your Curriculum Teaching American History Meg Merrick & Heather Kaplinger Year 2 GIS Inservices.
Introduction to Geographic Information Systems
Chapter 1 Basic Concepts. HOW DO GEOGRAPHERS DESCRIBE WHERE THINGS ARE? Key Issue 1.
Spatial Data Models Geography is concerned with many aspects of our environment. From a GIS perspective, we can identify two aspects which are of particular.
Data Storage & Editing GEOG370 Instructor: Christine Erlien.
Czech Technical University in Prague Faculty of Transportation Sciences Department of Transport Telematics Doc. Ing. Pavel Hrubeš, Ph.D. Geographical Information.
GIS Project1 Physical Structure of GDB Geodatabase Feature datasets Object classes, subtypes Features classes, subtypes Relationship classes Geometric.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Key Issues How do geographers describe where things are? Why is each point on Earth unique? Why are different places similar? Why are some human actions.
Presented to the BLISS and SHARP undergraduate fellows
Linear Referencing Systems
Prepared by S Krishna Kumar
Presentation transcript:

What is GIS Geographic Information Systems –System capable of capturing, storing, analyzing, and displaying geographical data identified according to location Uses include: Topological modeling, simulating environmental effects, graphical display, climate history

How GIS Works Reference system using latitude and longitude (spatial data) to pin point global locations Envision the geographic aspects of a body of data Converts data points into 3D image map consisting of layers that show elevation and land form

GIS Samples Map of lava flows along Mauna Loa's northeast rift zone Cat Mountain in Arizona

Relationship to Data Structures Uses grid/graph data structures to store data Network represented by adjacency matrix where rows and columns are location nodes Arc relationship represented on table Data is displayed in graphical form

Familiar Algorithms Shortest path: –The labeling method employs a scanning operation to scan each node recursively until all nodes on a network are scanned onto the map –Time complexity O(N 2 )

Familiar Algorithms Cont’d Adjacency lists used to show relationship between location nodes on graph –Time complexity O(N 2 ) –N = number of nodes used in graph “Divide and Conquer” –Nodes are divided into smaller and small groups –Intersection tests used to determine relationship between two nodes on graph

Conclusion GIS technology utilizes adjacency matrices and lists to create topological maps Data points are nodes showing true land features End result is conversion of data points into 3D image

References Images Information standing_Topology.dochttp:// standing_Topology.doc