Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University

Size: px
Start display at page:

Download "Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University"

Transcription

1 Basics of GIS by Basudeb Bhatta Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University e-governance Training Programme Conducted by National Institute of Electronics and Information Technology, Kolkata 12 May 2016

2 Definition of GIS GIS is as an information system that is used to input, store, retrieve, manipulate, analyze and output geographically referenced data or geospatial data, in order to support decision making for planning and management of land use, natural resources, environment, transportation, urban facilities, and other administrative records.

3 Key Components

4 GIS Themes

5 GIS is Integration of Spatial and Attribute Data GIS Attribute data Spatial data

6 GIS is a Set of Interrelated Subsystems Data Processing Subsystem Communication Subsystem Data Analysis Subsystem GIS Management Subsystem Information Use Subsystem

7 Functions of GIS The questions that a GIS is required to answer are: What is at? Where is it? What has changed? What spatial patterns exist? What if?

8 Advantages of GIS Advantage over traditional map Advantage over mapping software Advantage over CADD Advantage over AM/FM Advantage over conventional DBMS Advantage of analysis, modelling, presentation and decision making

9 Limitations of GIS Data for a specific area may lack spatial or temporal continuity. GIS data are relatively expensive than traditional data. Privacy and security issues can sometimes limit distribution of data. Collecting the data can be very time consuming. GIS often relies on the quality of available data, which may introduce serious errors. GIS data may also be subject to misuse or misinterpretation.

10 Limitations of GIS GIS shows only spatial relationships but does not necessarily explain them or provide absolute solutions, which is the actual need of the user. GIS has its origin in the earth science and computer science. Therefore, solutions derived from GIS may not be appropriate for humanities science/research. Learning time on GIS software and systems can be long, because it easily becomes the objective of the study rather than just a tool. GIS integrates several individual subjects, which demands proper knowledge on all of integrated disciplines. GIS needs specialised computer equipment and software (increasingly becoming less important).

11 Dimensions of Geographic Data GIS DATA Spatial Thematic Temporal

12 Spatial Data Model Spatial data model Conceptual Logical Object oriented Object based Field based Raster Vector

13 Conceptual Data Model Conceptual data model organizes principles that translate the real world into functional descriptions of how phenomena are represented and related to one another. Conceptual data model Object based Field based

14 Object Objects are with discrete boundaries represented by geometric features.

15 Field Fields are continuous phenomena such as elevation, temperature, and soil chemistry; they exist everywhere. Surface

16 Logical Data Model Logical data model provides the explicit forms of representation, which the conceptual model can take. Logical data model Raster Vector

17 Logical Data Model Raster data are represented as an array of grid cells. Vector data are represented as points, lines, polygons, and volumes. Raster Vector

18 Raster versus Vector Vector Raster

19 Object-oriented Data Model This model is based on object-class concept. Real-world objects are used as the basis for abstraction, instead of geometric objects such as points, lines, polygons, or surfaces.

20 Process of GIS Data capture Encoding raster data Encoding vector data Encoding attribute data Spatial database Attribute database Linking of spatial and attribute data Organizing data for analysis GIS Analysis

21 Sources of DATA

22 Geospatial Analysis Spatial or geospatial analysis is the process of modelling, examining, and interpreting model results. The GIS has the capability of carrying out any number of analyses related to any discipline-oriented problems. Common analysis techniques: Database query Geospatial measurement Overlay operations Network analysis Surface analysis Geostatistics Geovisualization

23 DATABASE QUERY

24 Database Query Database query just asks to find already stored information. Both raster and vector can be queried.

25 Vector Data Query There are two types of query that a GIS generally allows on vector data: Query by attribute data Query by spatial data

26 Query by Attribute Data SELECT <attribute/field name(s)> FROM <table> WHERE <condition statement> Relational: >, <, =,, ; SELECT * FROM road WHERE road_width > 10 Arithmetic: +, -, x, ; SELECT road_width, width + 2 AS new_width FROM road Boolean (logical): AND, OR, NOT, XOR (exclusive OR); SELECT * FROM road WHERE road_width > 10 AND road_type = Highway

27 Selection by cursor Query by Spatial Data

28 Query by Spatial Data Selection by graphic objects

29 Query by Spatial Data Selection by spatial relationship. Containment Selects features that fall completely within features used for selection. Adjacency Selects features that are adjacent to features used for selection. Intersect Selects features that intersect features used for selection. Proximity Selects features that are within a specified distance of features used for selection.

30 Containment Query by Spatial Data

31 Query by Spatial Data Proximity - Buffering

32 Query by Spatial Data Proximity - Buffering

33 Query by Spatial Data Proximity analysis by time

34 Raster Data Query Raster may also be queried by the following methods: Query by pixel values of the raster Query by attribute Query by spatial data

35 GEOSPATIAL MEASUREMENTS

36 Geospatial Measurements Measurement is also a type of query; however, it does not select any object from the GIS database, instead it gives some statistical/mathematical/geometrical result by measuring the map or resulting a map. Measurement of density Measurement of distance Measurement of neighbourhood

37 Measurement of Density

38 Measurement of Distance Physical distance : Distance from Kolkata to Delhi

39 Measurement of Neighbourhood Thiessen polygon

40 OVERLAY OPERATIONS

41 Overlay Operations The capability to overlay multiple data layers in a vertical fashion is the most required and common technique in geographic data processing.

42 Vector Overlay Overlay operations are based on Boolean logic

43 Point in polygon Vector Overlay

44 Line on polygon Vector Overlay

45 Polygon on polygon Vector Overlay

46 Raster Overlay

47 NETWORK ANALYSIS

48 Network Analysis Network analysis is a range of techniques employed by engineers and planners to study the properties of networks, including connectivity, capacity, and rates of flow. Three major network analysis: Network tracing Network routing Network allocation

49 Network Tracing Network tracing finds a particular path through the network based on criteria provided by the user. Example: Finding a path (from a position on the network) which will connect the nearest ATM of SBI bank

50 Network Routing Point-to-point (source to destination) Point-to-multiple-point (with intermediate stops)

51 Network Allocation Designation of portions of the network to supply centers or destination points.

52 SURFACE ANALYSIS

53 Surface Analysis Common techniques: Deriving contours/isolines Deriving slope Deriving aspect Hillshade analysis Viewshed analysis Watershed analysis Surface intersection

54 Deriving Contours/Isolines

55 Deriving Slope

56 Deriving Slope

57 Deriving Aspect

58 Hillshade Analysis DEM Hillshade

59 Viewshed Analysis

60 Watershed Analysis

61 Surface Intersection

62 GEOSTATISTICS

63 Geostatistics Geostatistics offers a way of describing the spatial continuity of natural phenomena and provides adaptations of classical regression techniques to take advantage of this continuity. Common techniques: Spatial autocorrelation Interpolation

64 GEOVISUALIZATION

65 Geovisualization Geovisualization (short for geographic visualization) refers to techniques and tools designed to interactively visualize spatial phenomena. Common techniques: Classification and reclassification Map comparison Chart Report Layout 3D visualization

66 Classification

67 Classification

68 Reclassification

69 Reclassification

70 Reclassification

71 Reclassification

72 Reclassification Difference between classification and reclassification

73 Map Comparison

74 Chart

75 Report

76 Layout

77 3D Visualization

78 THANK YOU

Introduction to GIS I

Introduction to GIS I Introduction to GIS Introduction How to answer geographical questions such as follows: What is the population of a particular city? What are the characteristics of the soils in a particular land parcel?

More information

BASIC SPATIAL ANALYSIS TOOLS IN A GIS. data set queries basic statistics buffering overlay reclassification

BASIC SPATIAL ANALYSIS TOOLS IN A GIS. data set queries basic statistics buffering overlay reclassification BASIC SPATIAL ANALYSIS TOOLS IN A GIS data set queries basic statistics buffering overlay reclassification GIS ANALYSIS TOOLS GIS ANALYSIS TOOLS Database tools: query and summarize (similar to spreadsheet

More information

A Basic Introduction to Geographic Information Systems (GIS) ~~~~~~~~~~

A Basic Introduction to Geographic Information Systems (GIS) ~~~~~~~~~~ A Basic Introduction to Geographic Information Systems (GIS) ~~~~~~~~~~ Rev. Ronald J. Wasowski, C.S.C. Associate Professor of Environmental Science University of Portland Portland, Oregon 3 September

More information

Geographic Information Systems (GIS) in Environmental Studies ENVS Winter 2003 Session III

Geographic Information Systems (GIS) in Environmental Studies ENVS Winter 2003 Session III Geographic Information Systems (GIS) in Environmental Studies ENVS 6189 3.0 Winter 2003 Session III John Sorrell York University sorrell@yorku.ca Session Purpose: To discuss the various concepts of space,

More information

Geog 469 GIS Workshop. Data Analysis

Geog 469 GIS Workshop. Data Analysis Geog 469 GIS Workshop Data Analysis Outline 1. What kinds of need-to-know questions can be addressed using GIS data analysis? 2. What is a typology of GIS operations? 3. What kinds of operations are useful

More information

INTRODUCTION TO GIS. Dr. Ori Gudes

INTRODUCTION TO GIS. Dr. Ori Gudes INTRODUCTION TO GIS Dr. Ori Gudes Outline of the Presentation What is GIS? What s the rational for using GIS, and how GIS can be used to solve problems? Explore a GIS map and get information about map

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual)

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual) Introduction Geo-information Science (GRS-10306) Overview key concepts and terms (based on the textbook 2006 and the practical manual) Introduction Chapter 1 Geographic information system (GIS) Geographically

More information

Spatial Analyst. By Sumita Rai

Spatial Analyst. By Sumita Rai ArcGIS Extentions Spatial Analyst By Sumita Rai Overview What does GIS do? How does GIS work data models Extension to GIS Spatial Analyst Spatial Analyst Tasks & Tools Surface Analysis Surface Creation

More information

An Introduction to Geographic Information System

An Introduction to Geographic Information System An Introduction to Geographic Information System PROF. Dr. Yuji MURAYAMA Khun Kyaw Aung Hein 1 July 21,2010 GIS: A Formal Definition A system for capturing, storing, checking, Integrating, manipulating,

More information

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS Study Guide: Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS This guide presents some study questions with specific referral to the essential

More information

Learning Computer-Assisted Map Analysis

Learning Computer-Assisted Map Analysis Learning Computer-Assisted Map Analysis by Joseph K. Berry* Old-fashioned math and statistics can go a long way toward helping us understand GIS Note: This paper was first published as part of a three-part

More information

SRJC Applied Technology 54A Introduction to GIS

SRJC Applied Technology 54A Introduction to GIS SRJC Applied Technology 54A Introduction to GIS Overview Lecture of Geographic Information Systems Fall 2004 Santa Rosa Junior College Presented By: Tim Pudoff, GIS Coordinator, County of Sonoma, Information

More information

GIS for ChEs Introduction to Geographic Information Systems

GIS for ChEs Introduction to Geographic Information Systems GIS for ChEs Introduction to Geographic Information Systems AIChE Webinar John Cirucci 1 GIS for ChEs Introduction to Geographic Information Systems What is GIS? Tools and Methods Applications Examples

More information

Least-Cost Transportation Corridor Analysis Using Raster Data.

Least-Cost Transportation Corridor Analysis Using Raster Data. Least-Cost Transportation Corridor Analysis Using Raster Data What is GeoMedia Grid: Key Grid Concepts Vector Model Vector based systems show data by means of a series of points, lines, and polygons. Each

More information

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types Chapter 6 Fundamentals of GIS-Based Data Analysis for Decision Support FROM: Points Lines Polygons Fields Table 6.1. Spatial Data Transformations by Geospatial Data Types TO: Points Lines Polygons Fields

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Software Dr. M. Gavrilova GIS System What is a GIS system? A system containing spatially referenced data that can be analyzed and converted to new information for a specific

More information

INTRODUCTION AND PRINCIPLES OF GIS. Sunil Kumar. Introduction

INTRODUCTION AND PRINCIPLES OF GIS. Sunil Kumar. Introduction INTRODUCTION AND PRINCIPLES OF GIS Introduction Sunil Kumar Director, NWA Geographic Information System (GIS) is a computer based system designed to accept large volume of spatial data derived from a variety

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil ABSTRACT:- The geographical information system (GIS) is Computer system for capturing, storing, querying analyzing, and displaying geospatial

More information

Spatial Analysis with ArcGIS Pro STUDENT EDITION

Spatial Analysis with ArcGIS Pro STUDENT EDITION Spatial Analysis with ArcGIS Pro STUDENT EDITION Copyright 2018 Esri All rights reserved. Course version 2.0. Version release date November 2018. Printed in the United States of America. The information

More information

ENV208/ENV508 Applied GIS. Week 1: What is GIS?

ENV208/ENV508 Applied GIS. Week 1: What is GIS? ENV208/ENV508 Applied GIS Week 1: What is GIS? 1 WHAT IS GIS? A GIS integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information.

More information

Aileen Buckley, Ph.D. and Charlie Frye

Aileen Buckley, Ph.D. and Charlie Frye An Information Model for Maps: Towards Production from GIS Databases Aileen Buckley, Ph.D. and Charlie Frye Researchers, ESRI GIS vs. cart GIS Outline of the presentation Introduction Differences between

More information

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware,

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware, Introduction to GIS Dr. Pranjit Kr. Sarma Assistant Professor Department of Geography Mangaldi College Mobile: +91 94357 04398 What is a GIS a system for input, storage, manipulation, and output of geographic

More information

Introduction to Geographic Information Systems (GIS): Environmental Science Focus

Introduction to Geographic Information Systems (GIS): Environmental Science Focus Introduction to Geographic Information Systems (GIS): Environmental Science Focus September 9, 2013 We will begin at 9:10 AM. Login info: Username:!cnrguest Password: gocal_bears Instructor: Domain: CAMPUS

More information

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME:

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME: 1) A GIS data model using an array of cells to store spatial data is termed: a) Topology b) Vector c) Object d) Raster 2) Metadata a) Usually includes map projection, scale, data types and origin, resolution

More information

Geography 38/42:376 GIS II. Topic 1: Spatial Data Representation and an Introduction to Geodatabases. The Nature of Geographic Data

Geography 38/42:376 GIS II. Topic 1: Spatial Data Representation and an Introduction to Geodatabases. The Nature of Geographic Data Geography 38/42:376 GIS II Topic 1: Spatial Data Representation and an Introduction to Geodatabases Chapters 3 & 4: Chang (Chapter 4: DeMers) The Nature of Geographic Data Features or phenomena occur as

More information

4. GIS Implementation of the TxDOT Hydrology Extensions

4. GIS Implementation of the TxDOT Hydrology Extensions 4. GIS Implementation of the TxDOT Hydrology Extensions A Geographic Information System (GIS) is a computer-assisted system for the capture, storage, retrieval, analysis and display of spatial data. It

More information

Geographical Information System (GIS) Prof. A. K. Gosain

Geographical Information System (GIS) Prof. A. K. Gosain Geographical Information System (GIS) Prof. A. K. Gosain gosain@civil.iitd.ernet.in Definition of GIS GIS - Geographic Information System or a particular information system applied to geographical data

More information

Software. People. Data. Network. What is GIS? Procedures. Hardware. Chapter 1

Software. People. Data. Network. What is GIS? Procedures. Hardware. Chapter 1 People Software Data Network Procedures Hardware What is GIS? Chapter 1 Why use GIS? Mapping Measuring Monitoring Modeling Managing Five Ms of Applied GIS Chapter 2 Geography matters Quantitative analyses

More information

Digital EIA - The Increasing Use of GIS

Digital EIA - The Increasing Use of GIS Digital EIA - The Increasing Use of GIS The Benefits of Using GIS Tools in the EIA Process Gary Benson GIS Consultant, AECOM Environment Topics to be considered: 1. What is GIS? 2. What can GIS do/what

More information

INTRODUCTION. In March 1998, the tender for project CT.98.EP.04 was awarded to the Department of Medicines Management, Keele University, UK.

INTRODUCTION. In March 1998, the tender for project CT.98.EP.04 was awarded to the Department of Medicines Management, Keele University, UK. INTRODUCTION In many areas of Europe patterns of drug use are changing. The mechanisms of diffusion are diverse: introduction of new practices by new users, tourism and migration, cross-border contact,

More information

Techniques for Science Teachers: Using GIS in Science Classrooms.

Techniques for Science Teachers: Using GIS in Science Classrooms. Techniques for Science Teachers: Using GIS in Science Classrooms. After ESRI, 2008 GIS A Geographic Information System A collection of computer hardware, software, and geographic data used together for

More information

DATA SOURCES AND INPUT IN GIS. By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore

DATA SOURCES AND INPUT IN GIS. By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore DATA SOURCES AND INPUT IN GIS By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore 1 1. GIS stands for 'Geographic Information System'. It is a computer-based

More information

Abstract: Contents. Literature review. 2 Methodology.. 2 Applications, results and discussion.. 2 Conclusions 12. Introduction

Abstract: Contents. Literature review. 2 Methodology.. 2 Applications, results and discussion.. 2 Conclusions 12. Introduction Abstract: Landfill is one of the primary methods for municipal solid waste disposal. In order to reduce the environmental damage and to protect the public health and welfare, choosing the site for landfill

More information

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows)

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows) LECTURE 1 - INTRODUCTION TO GIS Section I - GIS versus GPS What is a geographic information system (GIS)? GIS can be defined as a computerized application that combines an interactive map with a database

More information

Outline. Geographic Information Analysis & Spatial Data. Spatial Analysis is a Key Term. Lecture #1

Outline. Geographic Information Analysis & Spatial Data. Spatial Analysis is a Key Term. Lecture #1 Geographic Information Analysis & Spatial Data Lecture #1 Outline Introduction Spatial Data Types: Objects vs. Fields Scale of Attribute Measures GIS and Spatial Analysis Spatial Analysis is a Key Term

More information

GIS IN ECOLOGY: ANALYZING RASTER DATA

GIS IN ECOLOGY: ANALYZING RASTER DATA GIS IN ECOLOGY: ANALYZING RASTER DATA Contents Introduction... 2 Raster Tools and Functionality... 2 Data Sources... 3 Tasks... 4 Getting Started... 4 Creating Raster Data... 5 Statistics... 8 Surface

More information

CS 350 A Computing Perspective on GIS

CS 350 A Computing Perspective on GIS CS 350 A Computing Perspective on GIS What is GIS? Definitions A powerful set of tools for collecting, storing, retrieving at will, transforming and displaying spatial data from the real world (Burrough,

More information

+ = Spatial Analysis of Raster Data. 2 =Fault in shale 3 = Fault in limestone 4 = no Fault, shale 5 = no Fault, limestone. 2 = fault 4 = no fault

+ = Spatial Analysis of Raster Data. 2 =Fault in shale 3 = Fault in limestone 4 = no Fault, shale 5 = no Fault, limestone. 2 = fault 4 = no fault Spatial Analysis of Raster Data 0 0 1 1 0 0 1 1 1 0 1 1 1 1 1 1 2 4 4 4 2 4 4 2 4 4 4 2 4 4 2 4 4 3 4 4 4 2 3 + = 0 = shale 1 = limestone 2 = fault 4 = no fault 2 =Fault in shale 3 = Fault in limestone

More information

GISc Technician model. Diploma in GISc / Geoinformatics NQF level 6. Minimum 240 credits

GISc Technician model. Diploma in GISc / Geoinformatics NQF level 6. Minimum 240 credits GISc Technician model. Diploma in GISc / Geoinformatics NQF level. Minimum 20 credits The workforce and competency requirements of a GISc technicians is defined in terms of the Geomatics Act 19 of 2013,

More information

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University GIS CONCEPTS AND ARCGIS METHODS 2 nd Edition, July 2005 David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University Copyright Copyright 2005 by David M. Theobald. All rights

More information

GIS in Weather and Society

GIS in Weather and Society GIS in Weather and Society Olga Wilhelmi Institute for the Study of Society and Environment National Center for Atmospheric Research WAS*IS November 8, 2005 Boulder, Colorado Presentation Outline GIS basic

More information

Spatial Analysis of Raster Data

Spatial Analysis of Raster Data Spatial Analysis of Raster Data 0 0 1 1 0 0 1 1 1 0 1 1 1 1 1 1 2 4 4 4 2 4 5 5 4 2 4 4 4 2 5 5 4 4 2 4 5 4 3 5 4 4 4 2 5 5 5 3 + = 0 = shale 1 = limestone 2 = fault 4 = no fault 2 =Fault in shale 3 =

More information

Display data in a map-like format so that geographic patterns and interrelationships are visible

Display data in a map-like format so that geographic patterns and interrelationships are visible Vilmaliz Rodríguez Guzmán M.S. Student, Department of Geology University of Puerto Rico at Mayagüez Remote Sensing and Geographic Information Systems (GIS) Reference: James B. Campbell. Introduction to

More information

Understanding Geographic Information System GIS

Understanding Geographic Information System GIS Understanding Geographic Information System GIS What do we know about GIS? G eographic I nformation Maps Data S ystem Computerized What do we know about maps? Types of Maps (Familiar Examples) Street Maps

More information

Identifying Audit, Evidence Methodology and Audit Design Matrix (ADM)

Identifying Audit, Evidence Methodology and Audit Design Matrix (ADM) 11 Identifying Audit, Evidence Methodology and Audit Design Matrix (ADM) 27/10/2012 Exercise XXX 2 LEARNING OBJECTIVES At the end of this session participants will be able to: 1. Identify types and sources

More information

8.9 Geographical Information Systems Advantages of GIS

8.9 Geographical Information Systems Advantages of GIS 8.9 Geographical Information Systems A Geographic Information System (GIS) is a computer-based system that is used in input, storage, analysis manipulation, retrieval, and output, of spatial data. These

More information

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model Introduction-Overview Why use a GIS? What can a GIS do? How does a GIS work? GIS definitions Spatial (coordinate) data model Relational (tabular) data model intro_gis.ppt 1 Why use a GIS? An extension

More information

M.Y. Pior Faculty of Real Estate Science, University of Meikai, JAPAN

M.Y. Pior Faculty of Real Estate Science, University of Meikai, JAPAN GEOGRAPHIC INFORMATION SYSTEM M.Y. Pior Faculty of Real Estate Science, University of Meikai, JAPAN Keywords: GIS, rasterbased model, vectorbased model, layer, attribute, topology, spatial analysis. Contents

More information

Introduction to ArcGIS Spatial Analyst

Introduction to ArcGIS Spatial Analyst Esri International User Conference San Diego, California Technical Workshops July 2011 Introduction to ArcGIS Spatial Analyst Steve Kopp Elizabeth Graham ArcGIS Spatial Analyst Integrated raster and vector

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Visualization Software Dr. M. Gavrilova GIS Software for Visualization ArcView GEO/SQL Digital Atmosphere AutoDesk Visual_Data GeoMedia GeoExpress CAVE? Visualization in

More information

Syllabus Reminders. Geographic Information Systems. Components of GIS. Lecture 1 Outline. Lecture 1 Introduction to Geographic Information Systems

Syllabus Reminders. Geographic Information Systems. Components of GIS. Lecture 1 Outline. Lecture 1 Introduction to Geographic Information Systems Syllabus Reminders Geographic Information s Lecture Introduction to Geographic Information s. Class Info: www.saigis.com/class/ 2. Office T / TH (8:00-9:30 a.m.) and (2:30 3:30pm) or Appt 3. Email: burgerpr@unk.edu

More information

Calculating Land Values by Using Advanced Statistical Approaches in Pendik

Calculating Land Values by Using Advanced Statistical Approaches in Pendik Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Calculating Land Values by Using Advanced Statistical Approaches in Pendik Prof. Dr. Arif Cagdas AYDINOGLU Ress. Asst. Rabia BOVKIR

More information

Geospatial Analysis and Optimization Techniques to Select Site for New Business: The Case Study of Washtenaw County, Michigan, USA

Geospatial Analysis and Optimization Techniques to Select Site for New Business: The Case Study of Washtenaw County, Michigan, USA International Journal of Sciences: Basic and Applied Research (IJSBAR) ISSN 2307-4531 (Print & Online) http://gssrr.org/index.php?journal=journalofbasicandapplied ---------------------------------------------------------------------------------------------------------------------------

More information

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS KING FAHD UNIVERSITY OF PETROLEUM & MINERALS Department of City & Regional Planning Introduction To GIS (CRP 514) Identifying & Planning Public School Facility In California Using GIS Presented to Dr.

More information

Site Suitability Analysis for Urban Development: A Review

Site Suitability Analysis for Urban Development: A Review Site Suitability Analysis for Urban Development: A Review Santanu Kumar Misra Associate Professor (Dept. of CSE) Sikkim Manipal Institute of Technology Majitar, Sikkim misra_santanu@rediffmail.com Shrijana

More information

Applications of GIS in Electrical Power System

Applications of GIS in Electrical Power System Applications of GIS in Electrical Power System Abdulrahman M. AL-Sakkaf 201102310 CRP 514 May 2013 Dr. Baqer M. AL-Ramadan Abstract GIS has been widely used in various areas and disciplines. This paper

More information

GIS Geographic Information System

GIS Geographic Information System GIS Geographic Information System Andrea Petroselli Tuscia University, Italy petro@unitus.it SUMMARY Part 1: Part 2: Part 3: Part 4: What is a GIS? Why do we need a GIS? Which are the possibilities of

More information

Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI

Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI Deciding Alternative Land Use Options in a Watershed Using GIS Source: Anita Prakash

More information

Spatial Data Analysis with ArcGIS Desktop: From Basic to Advance

Spatial Data Analysis with ArcGIS Desktop: From Basic to Advance Spatial Data Analysis with ArcGIS Desktop: From Basic to Advance 1. Course overview Modern environmental, energy as well as resource modeling and planning require huge amount of geographically located

More information

Combining Geospatial and Statistical Data for Analysis & Dissemination

Combining Geospatial and Statistical Data for Analysis & Dissemination Combining Geospatial and Statistical Data for Analysis & Dissemination (with Special Reference to Qatar Census 2010) Presentation by Mansoor Al Malki, Director of IT Department Qatar Statistics Authority

More information

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT HENRIETTE TAMAŠAUSKAS*, L.C. LARSEN, O. MARK DHI Water and Environment, Agern Allé 5 2970 Hørsholm, Denmark *Corresponding author, e-mail: htt@dhigroup.com

More information

How GIS can be used for improvement of literacy and CE programmes

How GIS can be used for improvement of literacy and CE programmes How GIS can be used for improvement of literacy and CE programmes Training Workshop for Myanmar Literacy Resource Center (MLRC) ( Yangon, Myanmar, 11 20 October 2000 ) Presented by U THEIN HTUT GEOCOMP

More information

Geographical Information System GIS

Geographical Information System GIS Geographical Information System GIS LOOM.02.331 anto.aasa@ut.ee Scale GIS and spatial planning National Regional Local Strategic (National Dev. Plan) National Goals and development policy Tactical (Regional

More information

GIS Data Structure: Raster vs. Vector RS & GIS XXIII

GIS Data Structure: Raster vs. Vector RS & GIS XXIII Subject Paper No and Title Module No and Title Module Tag Geology Remote Sensing and GIS GIS Data Structure: Raster vs. Vector RS & GIS XXIII Principal Investigator Co-Principal Investigator Co-Principal

More information

Planning Road Networks in New Cities Using GIS: The Case of New Sohag, Egypt

Planning Road Networks in New Cities Using GIS: The Case of New Sohag, Egypt Planning Road Networks in New Cities Using GIS: The Case of New Sohag, Egypt Mostafa Abdel-Bary Ebrahim, Egypt Ihab Yehya Abed-Elhafez, Kingdom of Saudi Arabia Keywords: Road network evaluation; GIS, Spatial

More information

Chapter 5. GIS and Decision-Making

Chapter 5. GIS and Decision-Making Chapter 5. GIS and Decision-Making GIS professionals are involved in the use and application of GIS in a wide range of areas, including government, business, and planning. So far, it has been introduced

More information

Lecture 9: Geocoding & Network Analysis

Lecture 9: Geocoding & Network Analysis Massachusetts Institute of Technology - Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory Lecture 9: Geocoding

More information

Dr.Sinisa Vukicevic Dr. Robert Summers

Dr.Sinisa Vukicevic Dr. Robert Summers Dr.Sinisa Vukicevic Dr. Robert Summers "Planning" means the scientific, aesthetic, and orderly disposition of land, resources, facilities and services with a view to securing the physical, economic and

More information

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM SPATIAL DATA MINING Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM INTRODUCTION The main difference between data mining in relational DBS and in spatial DBS is that attributes of the neighbors

More information

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN Kuo-Chung Wen *, Tsung-Hsing Huang ** * Associate Professor, Chinese Culture University, Taipei **Master, Chinese

More information

GIS Methodology in Determining Population Centers and Distances to Nuclear Power Plants

GIS Methodology in Determining Population Centers and Distances to Nuclear Power Plants GIS Methodology in Determining Population Centers and Distances to Nuclear Power Plants Tine Ningal & Finbarr Brereton The methods used to determine the population centres are described below. The default

More information

SPATIAL MODELING GIS Analysis Winter 2016

SPATIAL MODELING GIS Analysis Winter 2016 SPATIAL MODELING GIS Analysis Winter 2016 Spatial Models Spatial Modeling attempts to represent how the world works All models are wrong, but some are useful (G.E. Box, quoted in course textbook pg. 379)

More information

Raster Spatial Analysis Specific Theory

Raster Spatial Analysis Specific Theory RSATheory.doc 1 Raster Spatial Analysis Specific Theory... 1 Spatial resampling... 1 Mosaic... 3 Reclassification... 4 Slicing... 4 Zonal Operations... 5 References... 5 Raster Spatial Analysis Specific

More information

Introduction to Geographic

Introduction to Geographic Eighth Edition Introduction to Geographic Information Systems Kang-tsung Chang University of Idaho Mc Graw Hill Education Preface xiv CHAPTER 1 Introduction 1 1.1 GIS 2 1.1.1 Components of a GIS 3 1.1.2

More information

Version 1.1 GIS Syllabus

Version 1.1 GIS Syllabus GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION Version 1.1 GIS Syllabus Endorsed 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed at: Those who wish to demonstrate

More information

ArcGIS Pro: Analysis and Geoprocessing. Nicholas M. Giner Esri Christopher Gabris Blue Raster

ArcGIS Pro: Analysis and Geoprocessing. Nicholas M. Giner Esri Christopher Gabris Blue Raster ArcGIS Pro: Analysis and Geoprocessing Nicholas M. Giner Esri Christopher Gabris Blue Raster Agenda What is Analysis and Geoprocessing? Analysis in ArcGIS Pro - 2D (Spatial xy) - 3D (Elevation - z) - 4D

More information

Dr.Weerakaset Suanpaga (D.Eng RS&GIS)

Dr.Weerakaset Suanpaga (D.Eng RS&GIS) The Analysis of Discrete Entities i in Space Dr.Weerakaset Suanpaga (D.Eng RS&GIS) Aim of GIS? To create spatial and non-spatial database? Not just this, but also To facilitate query, retrieval and analysis

More information

Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall

Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall Announcement New Teaching Assistant Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall 209 Email: michael.harrigan@ttu.edu Guofeng Cao, Texas Tech GIST4302/5302, Lecture 2: Review of Map Projection

More information

ABSTRACT The first chapter Chapter two Chapter three Chapter four

ABSTRACT The first chapter Chapter two Chapter three Chapter four ABSTRACT The researches regarding this doctoral dissertation have been focused on the use of modern techniques and technologies of topography for the inventory and record keeping of land reclamation. The

More information

The Use of GIS in Exploring Settlement Patterns of the Ethnic Groups in Nan, Thailand. Pannee Cheewinsiriwat.

The Use of GIS in Exploring Settlement Patterns of the Ethnic Groups in Nan, Thailand. Pannee Cheewinsiriwat. The Use of GIS in Exploring Settlement Patterns of the Ethnic Groups in Nan, Thailand Pannee Cheewinsiriwat pannee.ch@chula.ac.th Department of Geography, Faculty of Arts, Chulalongkorn University, Bangkok

More information

Integrating Geographical Information Systems (GIS) with Hydrological Modelling Applicability and Limitations

Integrating Geographical Information Systems (GIS) with Hydrological Modelling Applicability and Limitations Integrating Geographical Information Systems (GIS) with Hydrological Modelling Applicability and Limitations Rajesh VijayKumar Kherde *1, Dr. Priyadarshi. H. Sawant #2 * Department of Civil Engineering,

More information

LECTURE NOTES ON REMOTE SENSING & GIS IV B. Tech II semester (JNTU (A)-R13)

LECTURE NOTES ON REMOTE SENSING & GIS IV B. Tech II semester (JNTU (A)-R13) LECTURE NOTES ON IV B. Tech II semester (JNTU (A)-R13) C.THEJASWINI VEENA Assistant Professor G.PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY CIVIL ENGINEERING BY C.THEJASWINI VEENA Page 1 OBJECTIVES:

More information

An Information Model for Maps: Towards Cartographic Production from GIS Databases

An Information Model for Maps: Towards Cartographic Production from GIS Databases An Information Model for s: Towards Cartographic Production from GIS Databases Aileen Buckley, Ph.D. and Charlie Frye Senior Cartographic Researchers, ESRI Barbara Buttenfield, Ph.D. Professor, University

More information

FUNDAMENTALS OF GEOINFORMATICS PART-II (CLASS: FYBSc SEM- II)

FUNDAMENTALS OF GEOINFORMATICS PART-II (CLASS: FYBSc SEM- II) FUNDAMENTALS OF GEOINFORMATICS PART-II (CLASS: FYBSc SEM- II) UNIT:-I: INTRODUCTION TO GIS 1.1.Definition, Potential of GIS, Concept of Space and Time 1.2.Components of GIS, Evolution/Origin and Objectives

More information

Chapter 5. GIS The Global Information System

Chapter 5. GIS The Global Information System Chapter 5 GIS The Global Information System What is GIS? We have just discussed GPS a simple three letter acronym for a fairly sophisticated technique to locate a persons or objects position on the Earth

More information

Geo-spatial Analysis for Prediction of River Floods

Geo-spatial Analysis for Prediction of River Floods Geo-spatial Analysis for Prediction of River Floods Abstract. Due to the serious climate change, severe weather conditions constantly change the environment s phenomena. Floods turned out to be one of

More information

Quality and Coverage of Data Sources

Quality and Coverage of Data Sources Quality and Coverage of Data Sources Objectives Selecting an appropriate source for each item of information to be stored in the GIS database is very important for GIS Data Capture. Selection of quality

More information

Introducing GIS analysis

Introducing GIS analysis 1 Introducing GIS analysis GIS analysis lets you see patterns and relationships in your geographic data. The results of your analysis will give you insight into a place, help you focus your actions, or

More information

GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis

GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis Guofeng Cao http://www.spatial.ttu.edu Department of Geosciences Texas Tech University guofeng.cao@ttu.edu

More information

Popular Mechanics, 1954

Popular Mechanics, 1954 Introduction to GIS Popular Mechanics, 1954 1986 $2,599 1 MB of RAM 2017, $750, 128 GB memory, 2 GB of RAM Computing power has increased exponentially over the past 30 years, Allowing the existence of

More information

You are Building Your Organization s Geographic Knowledge

You are Building Your Organization s Geographic Knowledge You are Building Your Organization s Geographic Knowledge And Increasingly Making it Available Sharing Data Publishing Maps and Geo-Apps Developing Collaborative Approaches Citizens Knowledge Workers Analysts

More information

GIS based high speed railway between Calgary-Red Deer-Edmonton

GIS based high speed railway between Calgary-Red Deer-Edmonton Capstone Project BGIS Bachel o r of A p p l i ed Technology in G eographic I n f o r m a tion S y s tems GIS based high speed railway between Calgary-Red Deer-Edmonton Sisay Bayafers Arshdeep Virk Jordan

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis Guofeng Cao http://thestarlab.github.io Department of Geosciences Texas Tech University

More information

Key Processes

Key Processes Data Manipulation and Extraction Key Processes Key Processes Re-Projecting Data Selecting by Attributes Exporting Data Hillshade Reclassification Conversion of Raster to Vector Re-Projecting Data Purpose

More information

Illustrator: Vector base Each line/point store some sort of information Mapping Representation of the world

Illustrator: Vector base Each line/point store some sort of information Mapping Representation of the world Illustrator: Vector base Each line/point store some sort of information Mapping Representation of the world Photoshop Raster base Images can be overlaid Pixel vector data model: [data models] A representation

More information

Class 9. Query, Measurement & Transformation; Spatial Buffers; Descriptive Summary, Design & Inference

Class 9. Query, Measurement & Transformation; Spatial Buffers; Descriptive Summary, Design & Inference Class 9 Query, Measurement & Transformation; Spatial Buffers; Descriptive Summary, Design & Inference Spatial Analysis Turns raw data into useful information by adding greater informative content and value

More information

Geospatial Tactical Decision Aids

Geospatial Tactical Decision Aids Geospatial Tactical Decision Aids Miguel Pacheco Abstract Environmental conditions are known to affect the efficiency and effectiveness of military platforms, weapon systems and personnel. The translation

More information

3/29/11. Why bother with tools? Incorporating Decision Support Tools into Climate Adaptation Planning. A Simplified Planning Process

3/29/11. Why bother with tools? Incorporating Decision Support Tools into Climate Adaptation Planning. A Simplified Planning Process Incorporating Decision Support Tools into Climate Adaptation Planning Why bother with tools? Tools don t eliminate complexity but they can help deal with it" Tools can:"! Help incorporate science into

More information

ENVIRONMENTAL MONITORING Vol. II - Applications of Geographic Information Systems - Ondieki C.M. and Murimi S.K.

ENVIRONMENTAL MONITORING Vol. II - Applications of Geographic Information Systems - Ondieki C.M. and Murimi S.K. APPLICATIONS OF GEOGRAPHIC INFORMATION SYSTEMS Ondieki C.M. and Murimi S.K. Kenyatta University, Kenya Keywords: attribute, database, geo-coding, modeling, overlay, raster, spatial analysis, vector Contents

More information