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

Size: px
Start display at page:

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

Transcription

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

2 GIS ANALYSIS TOOLS

3 GIS ANALYSIS TOOLS Database tools: query and summarize (similar to spreadsheet or database program contains spatial component Grid-based: buffering, overlay and map calculator tools Image processing and terrain analysis: based on moving window that create new maps from patterns on the original

4 QUERIES Ask questions about GIS data set: Where are the older stands? Which roads are paved? Which trails are authorized? Which water sources are within a certain distance of a road?

5 QUERIES Where are the thinnable stands? Age 30 and Age 40 Age 30 and Age 40 and MBF 30

6 QUERIES Structured Query Language (SQL) uses standard operators e.g. = > < + - * and or not standard order of operations add/subtract before multiply/divide use parentheses to isolate terms

7 QUERIES Example: select stands greater than 30 acres with grass understories and a mean quadratic diameter less than 20 inches. query for above: (area > 30) and (understory = grass ) and (QMD < 20)

8 QUERIES Which water sources are within a certain distance of a road? Y # Y # we need more information. perhaps a new data set layer. buffering may help answer this question Y Y # # Y #

9 BASIC STATISTICS statistics can help determine meaning within the data simple, sum, count, mean, maximum, range, variance and standard deviation calculates statistics for a combination of fields, for example: by combining the State name field & Population fields, we can calculate the average state population

10 BUFFERING defining closed areas (polygons) within a certain distance of selected landscape features: to identify areas surrounding geographic features identify / select features that then fall within / outside the boundary of the buffer provide summary measures of proximity

11 BUFFERING you can buffer points, lines and polygons

12 BUFFERING What do the riparian buffer zones look like? How far around an owl nest location is 70 acres? What do the visually sensitive areas around trails encompass?

13 BUFFERING problems may occur when buffering very convoluted lines or areas; or for large datasets may have to increase the virtual memory of your system or break the job up into a number of smaller pieces

14 BUFFERING Site selection determine location of new well make sure it does not fall within 10km of chemical factories find all stream segments within 300 meter of a proposed logging area

15 BUFFERING Environmental pollution zone of noise pollution around major roads buffers around contaminated land to prioritise sites (according to land use, water courses & ground water protection zones)

16 BUFFERING Resource management / Planning service zones (e.g. 2,000 m around recycling centres) create protection zones around features (e.g. nature reserves) e.g. Bus routes

17 BUFFERING Epidemiology disease clusters around certain features (e.g. asthma surrounding incinerators) Crime to examine if car crime is more prominent in certain areas (e.g. close to major roads, street corners, car parks)

18 OVERLAY processes involving two (or more) layers merging is a simple overlay process that combines two or more layers into one. It leaves overlapping re gions and does not create new attributed polygons w here there is overlap. three overlay processes are considered here: Union Intersect Identity

19 OVERLAY Laying one GIS data set on another to produce a combination of the two. Union: determining the combination of two GIS data set. resulting GIS data set will extend as far as both input GIS data set extend

20 OVERLAY Union: What is the combination of the stands and the fire area? Input GIS database #1 Input GIS database #2 Output GIS database

21 OVERLAY Laying one GIS data set on another to produce a combination of the two Intersect: finding the overlapping areas between two GIS data set

22 OVERLAY Intersect: Where do the stands and the fire area overlap? Input GIS data set #1 Input GIS data set #2 Output GIS data set

23 OVERLAY Laying one GIS data set on another to produce a combination of the two. Identity: determining how one GIS data set can be modified by the position of features in another. limited to the spatial extent of the first GIS data set.

24 OVERLAY Identity: Where does the fire occur in the stands data set? Input GIS data set #1 Input GIS data set #2 Output GIS data set

25 BOOLEAN OPERATORS Definitions to retrieve geographical data essential part of most GIS projects Usages to retrieve geographical data to check the quality of data and the results obtained (i.e. hotels in the sea after digitising or data conversion) Boolean operators A AND B, A OR B, A NOT B, A XOR B, (A AND B) OR C, A AND (B OR C)

26 BOOLEAN OPERATORS 1 = true 0 = false A B NOT A A AND B A OR B A XOR B

27 BOOLEAN OPERATORS Venn diagrams

28 OVERLAY TYPES - VECTOR Point in Polygon overlay point objects on areas, compute "is contained in" relationship points a,b,c...n, are contained within polygon x result is a new attribute for each point in the data set

29

30

31 OVERLAY TYPES - VECTOR Line on Polygon overlay line objects on area objects compute "is contained in" relationship lines are broken at each area object boundary containing area is new attribute of each output line

32

33

34

35 OVERLAY TYPES - VECTOR Polygon on Polygon overlay two layers of area objects boundaries are broken at each intersection number of output areas likely to be greater than the total number of input areas after overlay we can recreate either of the input layers by dissolving and merging based on the attributes contributed by the input layer

36 OVERLAY TYPES - VECTOR

37 OVERLAY TYPES - RASTER very fast and easy compared to vector overlay extent of calculations is much less cell-by-cell basic new cells are assigned attributes composed from original cells condition: both layers have identical geometry quantitative or qualitative overlay less flexibility with attributes

38 OVERLAY TYPES - RASTER raster maps treated as arrays of numbers to be added, subtracted, etc.

39 OVERLAY TYPES - RASTER High slope (red) + Private land (blue) = Potential areas for a ski resort (brown)

40 OVERLAY TYPES - RASTER Map Algebra operators arithmetic operators: +, -, *, /, ^, grid2 = grid0 + grid1 logical operators, =, >, <, >=, <=, <>, etc. grid2 = grid0 > grid1 (grid2 becomes 1 where this is true, 0 where false) mathematical functions (trigonometric, logorithms, etc.) grid2 = sin(grid1) best raster systems allow multiple input grids grid5 = grid1 * ( grid2 + grid3 - grid4 ) Saves calculating and storing intermediate grids

41 RECLASSIFICATION input is result of classification grouping of attributes according to limits with no change in geometry results usually in a lower number of classes aim: to remove detail to emphasize spatial patterns visualize new pattern and connections transformation from one classification system to another (e.g. soil types to agricultural land use s uitability)

42 RECLASSIFICATION Household Income ,000 10,000 20,000 20,000 40,000 40,000 60,000 50,000 75,000 > 75,000 Low Income Group Middle Income Group High Income Group

43 NETWORK ANALYSIS movement or distribution of resources across a connected network or arcs. routing optimum path between two locations allocating maximize capacity at a facility e.g. assign streets to fire stations address Matching locate street address along an arc based on address

44 SURFACE ANALYSIS three dimensional analysis (x,y,z) lattice or TIN (Triangulated Irregular Network) viewshed, profile, volume, slope, aspect not always based on elevation e.g. pollution, climate data, water table, etc

45 Before lunch -Work with SEAFDEC data -Make a nice map and some chart

46 Last homework for evaluate, you can do it or not Please make a nice map with your data that compose with Country boundary Any kind of point data Chart of your point data Don't forget to include your name in the map for copy right Export your map to png file Send it to psiriporn@seafdec.org before this midnight Wirotela@gmail.com

47 Buffering make 3000 meter protected area from shoreline of Thailand make polygon of 30km zone area buffer function difference function (real protected zone) find out which fishing boat (catch data) operate in 30km zone How many and which one???? Within query

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

Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University 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

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

Introduction to GIS. Dr. M.S. Ganesh Prasad

Introduction to GIS. Dr. M.S. Ganesh Prasad Introduction to GIS Dr. M.S. Ganesh Prasad Department of Civil Engineering The National Institute of Engineering, MYSORE ganeshprasad.nie@gmail.com 9449153758 Geographic Information System (GIS) Information

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

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

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 = 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

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

Exercise 2: Working with Vector Data in ArcGIS 9.3

Exercise 2: Working with Vector Data in ArcGIS 9.3 Exercise 2: Working with Vector Data in ArcGIS 9.3 There are several tools in ArcGIS 9.3 used for GIS operations on vector data. In this exercise we will use: Analysis Tools in ArcToolbox Overlay Analysis

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

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

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

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

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

Exercise 2: Working with Vector Data in ArcGIS 9.3

Exercise 2: Working with Vector Data in ArcGIS 9.3 Exercise 2: Working with Vector Data in ArcGIS 9.3 There are several tools in ArcGIS 9.3 used for GIS operations on vector data. In this exercise we will use: Analysis Tools in ArcToolbox Overlay Analysis

More information

Delineation of Watersheds

Delineation of Watersheds Delineation of Watersheds Adirondack Park, New York by Introduction Problem Watershed boundaries are increasingly being used in land and water management, separating the direction of water flow such that

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

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites.

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites. GIS Level 2 In the Introduction to GIS workshop we filtered data and visually examined it to determine where to potentially build a new mixed use facility. In order to get a low interest loan, the building

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

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

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

Protocol for Prioritizing Conservation Opportunity Areas in Centre County and Clinton County

Protocol for Prioritizing Conservation Opportunity Areas in Centre County and Clinton County Protocol for Prioritizing Conservation Opportunity Areas in Centre County and Clinton County Chesapeake Conservancy has developed this methodology to prioritize conservation opportunity areas in Centre

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

Midterm Exam. 2) What are three important things to keep in mind when selecting colors for a map? (5)

Midterm Exam. 2) What are three important things to keep in mind when selecting colors for a map? (5) Midterm Exam File Name: LASTNAME_Midterm.pdf Make sure to include your Name, UWNetID, course number, and quarter and year, on the document (points will be deducted if you have not identified your work).

More information

High Speed / Commuter Rail Suitability Analysis For Central And Southern Arizona

High Speed / Commuter Rail Suitability Analysis For Central And Southern Arizona High Speed / Commuter Rail Suitability Analysis For Central And Southern Arizona Item Type Reports (Electronic) Authors Deveney, Matthew R. Publisher The University of Arizona. Rights Copyright is held

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

GIS IN ECOLOGY: ANALYZING RASTER DATA

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

More information

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University GIS CONCEPTS AND ARCGIS METHODS 3 rd Edition, July 2007 David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University Copyright Copyright 2007 by David M. Theobald. All rights

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

GEO-DATA INPUT AND CONVERSION. Christos G. Karydas,, Dr. Lab of Remote Sensing and GIS Director: Prof. N. Silleos

GEO-DATA INPUT AND CONVERSION. Christos G. Karydas,, Dr. Lab of Remote Sensing and GIS Director: Prof. N. Silleos Christos G. Karydas,, Dr. xkarydas@agro.auth.gr http://users.auth.gr/xkarydas Lab of Remote Sensing and GIS Director: Prof. N. Silleos School of Agriculture Aristotle University of Thessaloniki, GR 1 0.

More information

Lesson 9 and 10: Final Project. by Diana Jo Lau

Lesson 9 and 10: Final Project. by Diana Jo Lau Lesson 9 and 10: Final Project by Diana Jo Lau Introduction Acme Conservation Unlimited conducted a site selection analysis of conservation areas meeting specific criteria. The results of our analysis

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

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS Risk Analysis V: Simulation and Hazard Mitigation 263 Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS M. Mori Department of Information and Computer Science, Kinki University, Japan

More information

The Road to Data in Baltimore

The Road to Data in Baltimore Creating a parcel level database from high resolution imagery By Austin Troy and Weiqi Zhou University of Vermont, Rubenstein School of Natural Resources State and local planning agencies are increasingly

More information

Getting to know GIS. Chapter 1. Introducing GIS. Part 1. Learning objectives

Getting to know GIS. Chapter 1. Introducing GIS. Part 1. Learning objectives Part Getting to know GIS Chapter Introducing GIS Learning objectives Learn the uses of geographic information systems (GIS) Learn how GIS layers work Differentiate between GIS features and surfaces Obtain

More information

In order to follow this exercise you need to have completed exercise 1.

In order to follow this exercise you need to have completed exercise 1. In order to follow this exercise you need to have completed exercise 1. Contents of Exercise 2: Derive new datasets from inputs and carry out Multicriteria analysis in order to Part 1: Use Spatial Analysis

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

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

Week 7 Last week: This week s topics. GIS and Forest Engineering Applications. FE 257. GIS and Forest Engineering Applications.

Week 7 Last week: This week s topics. GIS and Forest Engineering Applications. FE 257. GIS and Forest Engineering Applications. FE 257. GIS and Forest Engineering Applications Week 7 Week 7 Last week: Spatial Projections Questions? Next week- read: Chapter 10: Updating GIS Databases Chapter 12: Synthesis of Techniques Applied to

More information

Fire Susceptibility Analysis Carson National Forest New Mexico. Can a geographic information system (GIS) be used to analyze the susceptibility of

Fire Susceptibility Analysis Carson National Forest New Mexico. Can a geographic information system (GIS) be used to analyze the susceptibility of 1 David Werth Fire Susceptibility Analysis Carson National Forest New Mexico Can a geographic information system (GIS) be used to analyze the susceptibility of Carson National Forest, New Mexico to forest

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

Transit Time Shed Analyzing Accessibility to Employment and Services

Transit Time Shed Analyzing Accessibility to Employment and Services Transit Time Shed Analyzing Accessibility to Employment and Services presented by Ammar Naji, Liz Thompson and Abdulnaser Arafat Shimberg Center for Housing Studies at the University of Florida www.shimberg.ufl.edu

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

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

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work?

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Outline Chapter 1 Introducing ArcGIS What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Basic data formats The ArcCatalog interface 1-1 1-2 A history of products Arc/Info

More information

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS.

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS. Online GIS Training and training modules covered are: 1. ArcGIS, Analysis, Fundamentals and Implementation 2. ArcGIS Web Data Sharing 3. ArcGIS for Desktop 4. ArcGIS for Server These modules are covered

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

How do I do that in Quantum GIS: illustrating classic GIS tasks Edited by: Arthur J. Lembo, Jr.; Salisbury University

How do I do that in Quantum GIS: illustrating classic GIS tasks Edited by: Arthur J. Lembo, Jr.; Salisbury University How do I do that in Quantum GIS: illustrating classic GIS tasks Edited by: Arthur J. Lembo, Jr.; Salisbury University How do I do that in Quantum GIS Page 1 Introduction from the editor:... 4 Database

More information

Python Raster Analysis. Kevin M. Johnston Nawajish Noman

Python Raster Analysis. Kevin M. Johnston Nawajish Noman Python Raster Analysis Kevin M. Johnston Nawajish Noman Outline Managing rasters and performing analysis with Map Algebra How to access the analysis capability - Demonstration Complex expressions and optimization

More information

SIE 509 Principles of GIS Exercise 5 An Introduction to Spatial Analysis

SIE 509 Principles of GIS Exercise 5 An Introduction to Spatial Analysis SIE 509 Principles of GIS Exercise 5 An Introduction to Spatial Analysis Due: Oct. 31, 2017 Total Points: 50 Introduction: The Governor of Maine is asking communities to look at regionalization for major

More information

SuperGIS Server 3.3 Functionality Matrix

SuperGIS Server 3.3 Functionality Matrix Functionality Matrix Apr 2017 Functionality Matrix SuperGIS Server, a comprehensive and server-based GIS, is designed for the organizations to create, manage, integrate and distribute a variety of GIS

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

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

Spatial Thinking Ability Test (A)

Spatial Thinking Ability Test (A) Spatial Thinking Ability Test (A) BASELINE - July 2013 2006 Association of American Geographers 1710 16 th Street NW Washington DC 20009-3198 AAG Voice 202-234-1450 AAG Fax 202-234-2744 www.aag.org All

More information

A new type of RICEPOTS

A new type of RICEPOTS A new type of RICEPOTS Alan Parkinson Geography teaching resource College Crown Copyright and Database Right 2014. Ordnance Survey (Digimap Licence) This is one of a series of teaching resources for use

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

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

Spatial Analysis using Vector GIS THE GOAL: PREPARATION:

Spatial Analysis using Vector GIS THE GOAL: PREPARATION: PLAN 512 GIS FOR PLANNERS Department of Urban and Environmental Planning University of Virginia Fall 2006 Prof. David L. Phillips Spatial Analysis using Vector GIS THE GOAL: This tutorial explores some

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4 Vector Data Modeling To prepare spatial data for computer processing: Use x,y coordinates to represent spatial features

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

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki March 17, 2014 Lecture 08: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

More information

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Introduction Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Conservation District (SWCD), the Otsego County Planning Department (OPD), and the Otsego County

More information

What is GIS? Introduction to data. Introduction to data modeling

What is GIS? Introduction to data. Introduction to data modeling What is GIS? Introduction to data Introduction to data modeling 2 A GIS is similar, layering mapped information in a computer to help us view our world as a system A Geographic Information System is a

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

Summary Description Municipality of Anchorage. Anchorage Coastal Resource Atlas Project

Summary Description Municipality of Anchorage. Anchorage Coastal Resource Atlas Project Summary Description Municipality of Anchorage Anchorage Coastal Resource Atlas Project By: Thede Tobish, MOA Planner; and Charlie Barnwell, MOA GIS Manager Introduction Local governments often struggle

More information

Math/Stat Classification of Spatial Analysis and Spatial Statistics Operations

Math/Stat Classification of Spatial Analysis and Spatial Statistics Operations Draft3, April 2012 Math/Stat Classification of Spatial Analysis and Spatial Statistics Operations for MapCalc software distributed by Berry & Associates // Spatial Information Systems Alternative frameworks

More information

NR402 GIS Applications in Natural Resources

NR402 GIS Applications in Natural Resources NR402 GIS Applications in Natural Resources Lesson 1 Introduction to GIS Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Welcome to NR402 GIS Applications in

More information

estrandh@uoregon.edu Introduction The general topic of this paper describes a unique cartographic project depicting a mountain landscape for the Friends of Opal Creek (F.O.C.), a non-profit organization.

More information

10/13/2011. Introduction. Introduction to GPS and GIS Workshop. Schedule. What We Will Cover

10/13/2011. Introduction. Introduction to GPS and GIS Workshop. Schedule. What We Will Cover Introduction Introduction to GPS and GIS Workshop Institute for Social and Environmental Research Nepal October 13 October 15, 2011 Alex Zvoleff azvoleff@mail.sdsu.edu http://rohan.sdsu.edu/~zvoleff Instructor:

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

Introduction to the 176A labs and ArcGIS

Introduction to the 176A labs and ArcGIS Introduction to the 176A labs and ArcGIS Acknowledgement: Slides by David Maidment, U Texas-Austin and Francisco Olivera (TAMU) Purpose of the labs Hands-on experience with one software pakage Introduction

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

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

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

Integrating Geographic Information System and. Building Information Model for Real Estate Valuation. Haicong Yu Ying Liu

Integrating Geographic Information System and. Building Information Model for Real Estate Valuation. Haicong Yu Ying Liu Integrating Geographic Information System and Presented at the FIG Working Week 2016, May 2-6, 2016 in Christchurch, New Zealand TS02H - Mass Appraisal & Real Estate Taxation in a Changing World Building

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

GIS for NRM. N.D.K. Dayawansa

GIS for NRM. N.D.K. Dayawansa GIS for NRM N.D.K. Dayawansa GIS--What is it? Geographic/Geospatial Information information about places on the earth s surface knowledge about what is where when Geographic/geospatial: synonymous GIS--what

More information

Lecture 4. Spatial Statistics

Lecture 4. Spatial Statistics Lecture 4 Spatial Statistics Lecture 4 Outline Statistics in GIS Spatial Metrics Cell Statistics Neighborhood Functions Neighborhood and Zonal Statistics Mapping Density (Density surfaces) Hot Spot Analysis

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

Public Transportation Infrastructure Study (PTIS) - 2 nd Technical Advisory Committee Meeting

Public Transportation Infrastructure Study (PTIS) - 2 nd Technical Advisory Committee Meeting Public Transportation Infrastructure Study (PTIS) - 2 nd Technical Advisory Committee Meeting Presentation to: Technical Advisory Committee (TAC) Presented by: and Team July 8th, 2009 Public Transportation

More information

GEOG4017 Geographical Information Systems Lab 8 Spatial Analysis and Digital Terrain Modeling

GEOG4017 Geographical Information Systems Lab 8 Spatial Analysis and Digital Terrain Modeling DEPARTMENT OF GEOGRAPHY HONG KONG BAPTIST UNIVERSITY Prof. Q. Zhou GEOG4017 Geographical Information Systems Lab 8 Spatial Analysis and Digital Terrain Modeling Objectives The exercise is designed to familiarize

More information

Laboratory Exercise - Temple-View Least- Cost Mountain Bike Trail

Laboratory Exercise - Temple-View Least- Cost Mountain Bike Trail Brigham Young University BYU ScholarsArchive Engineering Applications of GIS - Laboratory Exercises Civil and Environmental Engineering 2017 Laboratory Exercise - Temple-View Least- Cost Mountain Bike

More information

2.2 Geographic phenomena

2.2 Geographic phenomena 2.2. Geographic phenomena 66 2.2 Geographic phenomena 2.2. Geographic phenomena 67 2.2.1 Defining geographic phenomena A GIS operates under the assumption that the relevant spatial phenomena occur in a

More information

Spatio-temporal models

Spatio-temporal models Spatio-temporal models Involve a least a three dimensional representation of one or more key attribute variation in planar (X-Y) space and through time. (a 4 th dimension could also be use, like Z for

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

USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN

USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN CO-145 USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN DING Y.C. Chinese Culture University., TAIPEI, TAIWAN, PROVINCE

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

GIS and Forest Engineering Applications FE 257 Lecture and laboratory, 3 credits

GIS and Forest Engineering Applications FE 257 Lecture and laboratory, 3 credits GIS and Forest Engineering Applications FE 257 Lecture and laboratory, 3 credits Instructor: Michael Wing Associate Professor Forest Engineering, Resources, and Management Oregon State University Crop

More information

94-802Z: Geographic Information Systems Summer 2018

94-802Z: Geographic Information Systems Summer 2018 94-802Z: Geographic Information Systems Summer 2018 Instructor: Professor Kristen Kurland Teaching Assistant(s): (Office hours to be posted on Canvas) TBA Class Web Site: http:/www.cmu.edu/canvas

More information

Quiz 1. Quiz Instruc ons. Question 1. Question 2. 2 pts. 3 pts. This is a preview of the published version of the quiz. Started: Jul 3 at 4:29pm

Quiz 1. Quiz Instruc ons. Question 1. Question 2. 2 pts. 3 pts. This is a preview of the published version of the quiz. Started: Jul 3 at 4:29pm Quiz 1 This is a preview of the published version of the quiz Started: Jul 3 at 4:29pm Quiz Instruc ons Quiz 1 Question 1 Which of the following is not a basic element of map design that should be considered

More information

GIS in Water Resources Midterm Exam Fall 2016 There are four questions on this exam. Please do all four. They are not all of equal weight.

GIS in Water Resources Midterm Exam Fall 2016 There are four questions on this exam. Please do all four. They are not all of equal weight. Page 1 of 7 Name: GIS in Water Resources Midterm Exam Fall 2016 There are four questions on this exam. Please do all four. They are not all of equal weight. Question 1. (20%) (a) Three key functions of

More information

Raster Analysis: An Example

Raster Analysis: An Example Raster Analysis: An Example Fires (1 or 4) Slope (1-4) + Geology (1-4) Erosion Ranking (3-12) 1 Typical Raster Model Types: Suitability Modeling: Where is optimum location? Distance Modeling: What is the

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

Introduction to Spatial Data Resources and Analysis for research in Urban Design and Planning

Introduction to Spatial Data Resources and Analysis for research in Urban Design and Planning Introduction to Spatial Data Resources and Analysis for research in Urban Design and Planning 2-day workshop notes 27-28 September 2004 Introductions please put on a name tag to help me know who you are

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki November 17, 2017 Lecture 11: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

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

Geospatial data and analysis fundamentals applied to renewable energies potential assessment

Geospatial data and analysis fundamentals applied to renewable energies potential assessment Geospatial data and analysis fundamentals applied to renewable energies potential assessment Network analysis: Do we go to Perugia by car? Guideline Introduction renewable energy and Geospatial Technologies

More information

GIS Quick Facts. CIVL 1101 GIS Quick Facts 1/5.

GIS Quick Facts. CIVL 1101 GIS Quick Facts 1/5. CIVL 1101 1/5 What is GIS? Geographic Information Systems (GIS) provide a platform for displaying and analyzing spatial data. GIS systems allow you to view multiple layers of data simultaneously. GIS is

More information

Applications: Introduction Task 1: Introduction to ArcCatalog Task 2: Introduction to ArcMap Challenge Question References

Applications: Introduction Task 1: Introduction to ArcCatalog Task 2: Introduction to ArcMap Challenge Question References CHAPTER 1 INTRODUCTION 1.1 GIS? 1.1.1 Components of a GIS 1.1.2 A Brief History of GIS 1.1.3 GIS Software Products Box 1.1 A List of GIS Software Producers and Their Main Products 1.2 GIS Applications

More information

ARCGIS COURSE, ADVANCED LEVEL ONLINE TRAINING

ARCGIS COURSE, ADVANCED LEVEL ONLINE TRAINING ARC COURSE, ADVANCED LEVEL ONLINE TRAINING Training Course.com TYC TRAINING OVERVIEW This course will qualify students in Arc Desktop 10.x and in particular in the usage of ArcMap, ArcCatalog and ArcTool

More information