EEOS Spatial Databases and GIS Applications

Size: px
Start display at page:

Download "EEOS Spatial Databases and GIS Applications"

Transcription

1 EEOS Spatial Databases and GIS Applications Lecture 7 Spatial Analysis

2 What is Spatial Analysis? The crux of GIS, Real GIS Methods of turning spatial data into usable information Answers questions Reveals patterns and anomalies in data and relationships between features EEOS Spring 2015: Lecture 7 2

3 Some Common Tasks Mapping where things are Mapping the most and least Mapping density Finding what s inside Finding what s nearby Mapping change Answer what if? scenarios EEOS Spring 2015: Lecture 7 3

4 Some Common Steps Frame the question - what do you need to know? Understand your data - what data do you have, what do you need? Choose method(s) - often more than one Process the data - use the tools (ArcToolbox) Review results - map, table, chart - and determine if your question is answered EEOS Spring 2015: Lecture 7 4

5 Things to Note Effective spatial analysis requires an intelligent user, not just a powerful computer Knowledge of the data and the science behind the application A method of analysis is spatial if the results depend on the locations of the objects being analyzed The methods may stay the same, but move the objects (change their location) and the results may change EEOS Spring 2015: Lecture 7 5

6 Uses of Spatial Analysis Inductive Examine empirical evidence in search of patterns that might support new theories or general principles (e.g., cause and effect ); based on observation Deductive Testing known theories or principles against data Normative Develop or prescribe new or better designs (e.g. siting) EEOS Spring 2015: Lecture 7 6

7 Inductive Spatial Analysis A redrafting of the map made by Dr. John Snow in 1854, showing the deaths that occurred in an outbreak of cholera in the Soho district of London EEOS Spring 2015: Lecture 7 7

8 Types of Spatial Analysis Queries and reasoning Measurements Transformations Descriptive summaries Data Mining Optimization Hypothesis testing Retrieval and Reclassification Topological Overlay Techniques Neighborhood Operations Connectivity Functions EEOS Spring 2015: Lecture 7 8

9 Queries & Reasoning Most basic of analysis operations To answer simple questions No changes occur in database No new data created EEOS Spring 2015: Lecture 7 9

10 Queries & Reasoning Examples: How many people live within 1 mile of the nuclear reactor? (proximity analysis) How many acres of land are zoned for residential use? Use GIS software query tools ( Select by attributes, Select by Location ) or other programs (e.g. SQL*Plus, Access) Often requires JOIN to other table(s) Example Census data EEOS Spring 2015: Lecture 7 10

11 Queries & Reasoning Reasoning: Taking the results of queries and applying meaning to them - e.g., navigational directions EEOS Spring 2015: Lecture 7 11

12 Queries & Reasoning EEOS Spring 2015: Lecture 7 12

13 Queries & Reasoning EEOS Spring 2015: Lecture 7 13

14 Measurements Numerical values that describe aspects of geographic data Many tasks require measurement from maps, which can be tedious and inaccurate if made by hand Examples: Length and Area (often underestimated in a GIS) Shape (e.g. to find sliver polygons ) Distance, Direction Slope (angle - rise over run ) and Aspect (direction of steepest tilt) See pages in textbook EEOS Spring 2015: Lecture 7 14

15 Measurements Slope EEOS Spring 2015: Lecture 7 15

16 Measurements Slope EEOS Spring 2015: Lecture 7 16

17 Measurements Slope EEOS Spring 2015: Lecture 7 17

18 Measurements Alternative definitions of slope The ratio of the change in elevation to the actual distance traveled, range 0 to 1 The ratio of the change in elevation to the horizontal distance traveled, range 0 to infinity The angle between the surface and the horizontal, range 0 to 90 EEOS Spring 2015: Lecture 7 18

19 Measurements Aspect EEOS Spring 2015: Lecture 7 19

20 Measurements EEOS Spring 2015: Lecture 7 20

21 Measurements uhttp:// Also see EEOS Spring 2015: Lecture 7 21

22 Transformations Change datasets or combine them to create new data, in order to derive new insights and analyze relationships (for both raster and vector) Examples: Overlay analyses ( spatial joins ) Identity, union, intersect Clip, Erase, Update Neighborhood operations (e.g. Buffer) Connectivity Analysis proximity, network, 3D Conversion (e.g. raster to vector) Spatial Interpolation May create new fields in attribute tables See chapters textbook The basis for many applications EEOS Spring 2015: Lecture 7 22

23 Analysis tools for vector data in ArcToolbox An analysis often combines ( strings together ) more than one of these functions, creating new or temporary datasets that are used in subsequent steps. Model Builder and Python Command Window in ArcGIS can facilitate steps. ** Some tools available only with an Arc/Info license (free 3 rd party extensions are available with some of these tools). EEOS Spring 2015: Lecture 7 23

24 Topological Overlay Techniques Overlay multiple data layers in a vertical fashion The most required and common technique in geographic data processing Usually polygon-on-polygon, but also point in polygon, line in polygon Uses Boolean logic - AND, OR, XOR, NOT Useful in assigning weight scores for certain criteria Raster data uses arithmetic overlay operations - add, subtract, divide, multiply EEOS Spring 2015: Lecture 7 24

25 Topological Overlay Techniques Layer weighting and assigning scores Each layer is given a weight score (value) After overlay, the scores of all the layers are added and stored in a new field Display and analysis can then be based on the sum field EEOS Spring 2015: Lecture 7 25

26 Topological Overlay Techniques After UNION operation Display and analysis based on the sum field Weights can be changed to try different what-if scenarios EEOS Spring 2015: Lecture 7 26

27 Topological Overlay Techniques Overlay analyses may result in spurious or sliver polygons In any two such layers there will almost certainly be boundaries that are common to both layers e.g. following rivers But the two versions of such boundaries will not be coincident As a result large numbers of small sliver polygons will be created these must somehow be removed ( ELIMINATE ) this is normally done using a user-defined tolerance EEOS Spring 2015: Lecture 7 27

28 Topological Overlay Techniques Overlays with rasters ( map algebra ) A B The two input data sets are maps of (A) travel time from the urban area shown in black, and (B) county (red indicates County X, white indicates County Y). The output map identifies travel time to areas in County Y only, and might be used to compute average travel time to points in that county in a subsequent step. Use ArcGIS Spatial Analyst, or Erdas Imagine, IDRISI, GRASS, among other software EEOS Spring 2015: Lecture 7 28

29 Topological Overlay Techniques Raster analysis tools in Spatial Analyst Turn on in Customize > Extensions EEOS Spring 2015: Lecture 7 29

30 Transformations Spatial interpolation Values of a field have been measured at a number of sample points There is a need to estimate the complete field (i.e. fill in the blanks ) to estimate values at points where the field was not measured to create a contour map by drawing isolines between the data points Methods of spatial interpolation are designed to solve this problem Thiessen polygons, Inverse-distance weighting (IDW), Kriging (see pages in textbook) EEOS Spring 2015: Lecture 7 30

31 Transformations Comparison of spatial interpolation methods: EEOS Spring 2015: Lecture 7 31

32 Transformations Comparison of spatial interpolation methods: Thiessen Polygons Inverse Distance Weighting Kriging EEOS Spring 2015: Lecture 7 32

33 Descriptive Summaries Capture essence of a dataset in one or two numbers Spatial equivalent of descriptive statistics in statistical analysis Examples: centers (centroid), mean, standard deviation use histograms and charts Spatial Statistics Tools toolbox EEOS Spring 2015: Lecture 7 33

34 Descriptive Summaries The centroid or mean center replicates the balancepoint property in two dimensions the point about which the two-dimensional pattern would balance if it were transferred to a weightless, rigid plane and suspended EEOS Spring 2015: Lecture 7 34

35 Data Mining Analysis of massive data sets in search for patterns, anomalies, and trends spatial analysis applied on a large scale must be semi-automated because of data volumes widely used in practice, e.g. to detect unusual patterns in credit card use Example: EEOS Spring 2015: Lecture 7 35

36 Data Mining Flow chart outlining GIS-based and Data Mining methodology used to develop Slide Category Landslide Susceptibility Zoning Maps for the Wollongong City Council Area. EEOS Spring 2015: Lecture 7 36

37 Optimization Normative in nature - Designed to select ideal locations for objects or paths given certain criteria Example: find the best location for a new school, based on open land proximity to large number of children certain distance away from existing schools certain distance away from waste sites May involve other types of analysis EEOS Spring 2015: Lecture 7 37

38 Optimization - Example Suitability model to find the best location to construct a new school (using rasters)* Certain land uses are more conducive than others for building a new school for example, forest and agriculture were more favorable than residential housing in this model. It was desired to locate the school on flat slopes, near recreation sites, and far from existing schools. The input rasters were first identified and the derived rasters were created for example, the slope raster was created from elevation. The model inputs were reclassified, weighted, and combined using the Weighted Overlay tool. * From ArcGIS Help: Spatial Analyst > Overlay analysis sample applications EEOS Spring 2015: Lecture 7 38

39 Study Area Net Developable Area Constraints to development Final result Overlay of all resources Optimization - Example Using ModelBuilderto identify priority land for conservation This model uses raster datasets and Spatial Analysis tools to reclassify, apply a weight score, and overlay natural resource layers with constraints to development to yield a final output layer. EEOS Spring 2015: Lecture 7 39

40 Hypothesis Testing Reasoning from the results of a limited sample to make generalizations about an entire population Must determine if sample is acceptable as a random and independent sample of the population EEOS Spring 2015: Lecture 7 40

41 Retrieval and Reclassification Often the initial analysis step Retrieval - selective search (using SQL), manipulation and output of data, without need to modify data Reclassification - involves looking at an attribute, or a series of attributes, for a single data layer and classifying the data layer based on the range of values of the attribute; for both vector and raster. data may be dissolved (internal boundaries removed) based on classes (groups) Choropleth mapping for display (pgs in textbook) EEOS Spring 2015: Lecture 7 41

42 Retrieval and Reclassification Land-use data is reclassified from a nominal classification, such as High Density Residential, Industrial, Cemetery, or Park, to the index classification of In this classification, land-use areas conducive to use as an airport are assigned a value of 4. EEOS Spring 2015: Lecture 7 42

43 Connectivity Functions Use functions that accumulate values over an area being traversed Proximity Analysis identify any feature that is near any other feature based on location, attribute value, or a specific distance. Examples: identifying all the forest stands that are within 100 meters of a road, but not necessarily adjacent to it Adjacency - within a distance of zero EEOS Spring 2015: Lecture 7 43

44 Connectivity Functions Cell-based (Raster) Analysis Use imagery Examples: Cost distance, Euclidian distance Hydrologic tools (flow direction, basin delineation, etc.) Overlay analyses Use Spatial Analyst ArcGIS extension EEOS Spring 2015: Lecture 7 44

45 Connectivity Functions Cell-based (Raster) Analysis Example of overlay analysis with 20+ datasets using Spatial Analyst ArcGIS extension EEOS Spring 2015: Lecture 7 45

46 Connectivity Functions Network Analysis Use linear features, perhaps with point events Examples: find shortest path ( route optimization ) for transportation networks model flow along hydrographic hierarchy - define rate, consider impedance and cost Use Network Analyst or Spatial Analyst ArcGIS extensions EEOS Spring 2015: Lecture 7 46

47 Connectivity Functions Closest Facility composite network analysis EEOS Spring 2015: Lecture 7 47

48 Connectivity Functions 3D Analysis Use of: cross-sections (profiles); slope draped images and surfaces oblique imagery; TINs; 3D shapes (multi-patch) 3D Analyst extension in ArcGIS; ArcGlobe; ArcScene Draped Shaded Relief Oblique Imagery 3-D shape EEOS Spring 2015: Lecture 7 48

49 Connectivity Functions 3D Analysis Example: Generation of perspective surfaces to model: line-of-sight (calculates intervisibility between pairs of points given their position in 3D space and a surface. It also determines what is visible along the lines between these points since they are profiled on the surface.) and viewshed (identifies the cells in an input raster that can be seen from one or more observation points or line, i.e. area see from a given vantage point) EEOS Spring 2015: Lecture 7 49

50 Connectivity Functions Line of Sight Useful for planning locations of unsightly facilities such as smokestacks, or surveillance facilities such as fire towers. Intervisibilitycan be computed based on a set of rays radiating outwards from a vantage point; a surface can only obstruct a view by rising above the line of sight. Intervisibilitycan be applied to: human vision -aesthetics and property values electromagnetic radiation -FM radios, cellular telephones and personal communication networks EEOS Spring 2015: Lecture 7 50

51 Connectivity Functions Viewshed Viewshed indicates the entire area an individual can see from a given point, based on topography and obstructions. For example, being able to determine the viewshed and how it could be altered is of particular use to park planners and landscape architects. EEOS Spring 2015: Lecture 7 51

52 Connectivity Functions Viewshed This viewshed image, draped over a georectified 1874 map, estimates which parts of the Gettysburg battlefield were probably visible from Lee s viewpoint high in the cupola of the Lutheran Seminary on July 2, It suggests he saw much more than historians previously thought (tinted white), though little of the hotly contested ground around Little Round Top (Image created by Caitrin Abshere, Charlie Wirene, and Anne Kelly Knowles; 1874 map courtesy the National Archives and Records Administration) EEOS Spring 2015: Lecture 7 52

53 More 3-D Examples A dense network of Wi-Fi infrastructure viewed above the built environment of Salt Lake City, Utah EEOS Spring 2015: Lecture 7 53

54 More 3-D Examples A 3-D representation of office and retail land use in London. The height of the bars identifies rateable value a UK indicator of the value of the property/real estate in the grid squares that is dedicated to office and retail functions. EEOS Spring 2015: Lecture 7 54

55 More 3-D Examples Visualizing nitrogen oxide (NOx) pollution in the Virtual London model This pollutant, often nicknamed urban smog is largely derived from vehicle emissions: red identifies higher levels, while blue represents lower levels EEOS Spring 2015: Lecture 7 55

56 Generalization Often part of an application, either before or after analysis Definition:Reducing the level of detail in geographic data By simplifying, weeding, abstracting To reduce the volume of data without adversely affecting its use For both vector and raster See pages in textbook EEOS Spring 2015: Lecture 7 56

57 Generalization EEOS Spring 2015: Lecture 7 57

58 Generalization EEOS Spring 2015: Lecture 7 58

59 Generalization Why generalize? Faster processing Faster printing/exporting Reduced storage Simpler cartographic display EEOS Spring 2015: Lecture 7 59

60 Generalization Example - Weeding The process of removing points in a polygon or polyline while preserving important aspects of shape (aka coordinate thinning ) The Douglas-Poiker algorithm A rigorous process that can be applied to any polygon or polyline Requires the specification of a tolerance parameter that defines the allowed deviations between the original feature and its generalized version EEOS Spring 2015: Lecture 7 60

61 Generalization Other types: Simplification Smoothing Merging/Dissolving Aggregation Amalgamation Collapse Refinement Exaggeration Enhancement Displacement Selection/Omission ArcToolbox tools Generalization may be database or cartographic EEOS Spring 2015: Lecture 7 61

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Course overview. Grading and Evaluation. Final project. Where and When? Welcome to REM402 Applied Spatial Analysis in Natural Resources.

Course overview. Grading and Evaluation. Final project. Where and When? Welcome to REM402 Applied Spatial Analysis in Natural Resources. Welcome to REM402 Applied Spatial Analysis in Natural Resources Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Where and When? Lectures Monday & Wednesday

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

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

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

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

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

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

Geoinformation in Environmental Modelling

Geoinformation in Environmental Modelling Geoinformation in Environmental Modelling Spatial analysis and modelling: grid data ENY-C2005 Salla Multimäki 18.1.2017 Topics today About spatial analysis and modelling Various viewpoints for categorizing

More information

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2 Acknowledgments xiii Preface xv GIS Tutorial 1 Introducing GIS and health applications 1 What is GIS? 2 Spatial data 2 Digital map infrastructure 4 Unique capabilities of GIS 5 Installing ArcView and the

More information

Spatial Analysis I. Spatial data analysis Spatial analysis and inference

Spatial Analysis I. Spatial data analysis Spatial analysis and inference Spatial Analysis I Spatial data analysis Spatial analysis and inference Roadmap Outline: What is spatial analysis? Spatial Joins Step 1: Analysis of attributes Step 2: Preparing for analyses: working with

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

Suitability Analysis on Second Home Areas Selection in Smithers British Columbia

Suitability Analysis on Second Home Areas Selection in Smithers British Columbia GEOG 613 Term Project Suitability Analysis on Second Home Areas Selection in Smithers British Columbia Zhengzhe He November 2005 Abstract Introduction / background Data Source Data Manipulation Spatial

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

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

Exercise 6: Working with Raster Data in ArcGIS 9.3

Exercise 6: Working with Raster Data in ArcGIS 9.3 Exercise 6: Working with Raster Data in ArcGIS 9.3 Why Spatial Analyst? Grid query Grid algebra Grid statistics Summary by zone Proximity mapping Reclassification Histograms Surface analysis Slope, aspect,

More information

ArcGIS & Extensions - Synergy of GIS tools. Synergy. Analyze & Visualize

ArcGIS & Extensions - Synergy of GIS tools. Synergy. Analyze & Visualize Using ArcGIS Extensions to Analyze and Visualize data Colin Childs 1 Topics Objectives Synergy Analysis & Visualization ArcGIS Analysis environments Geoprocessing tools Extensions ArcMap The analysis Process

More information

KAAF- GE_Notes GIS APPLICATIONS LECTURE 3

KAAF- GE_Notes GIS APPLICATIONS LECTURE 3 GIS APPLICATIONS LECTURE 3 SPATIAL AUTOCORRELATION. First law of geography: everything is related to everything else, but near things are more related than distant things Waldo Tobler Check who is sitting

More information

SWAMP GIS: A spatial decision support system for predicting and treating stormwater runoff. Michael G. Wing 1 * and Derek Godwin

SWAMP GIS: A spatial decision support system for predicting and treating stormwater runoff. Michael G. Wing 1 * and Derek Godwin Journal of Spatial Hydrology Vol. 11, No. 2 Fall 2011 SWAMP GIS: A spatial decision support system for predicting and treating stormwater runoff Michael G. Wing 1 * and Derek Godwin Abstract SWAMP GIS

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

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

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

Lab 7: Cell, Neighborhood, and Zonal Statistics

Lab 7: Cell, Neighborhood, and Zonal Statistics Lab 7: Cell, Neighborhood, and Zonal Statistics Exercise 1: Use the Cell Statistics function to detect change In this exercise, you will use the Spatial Analyst Cell Statistics function to compare the

More information

Why Is It There? Attribute Data Describe with statistics Analyze with hypothesis testing Spatial Data Describe with maps Analyze with spatial analysis

Why Is It There? Attribute Data Describe with statistics Analyze with hypothesis testing Spatial Data Describe with maps Analyze with spatial analysis 6 Why Is It There? Why Is It There? Getting Started with Geographic Information Systems Chapter 6 6.1 Describing Attributes 6.2 Statistical Analysis 6.3 Spatial Description 6.4 Spatial Analysis 6.5 Searching

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

ARCGIS PRO COURSE, APPLIED TO ENVIROMENTAL MANAGEMENT GIS. Course. Training. .com

ARCGIS PRO COURSE, APPLIED TO ENVIROMENTAL MANAGEMENT GIS. Course. Training. .com ARC PRO COURSE, APPLIED TO ENVIROMENTAL MANAGEMENT TYC Training Course.com TRAINING OVERVIEW This Arc Pro online course will provide a great deal of information about the link between earth s ecosystems

More information

GIS Level 2. MIT GIS Services

GIS Level 2. MIT GIS Services GIS Level 2 MIT GIS Services http://libraries.mit.edu/gis Email: gishelp@mit.edu TOOLS IN THIS WORKSHOP - Definition Queries - Create a new field in the attribute table - Field Calculator - Add XY Data

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

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

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

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

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

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

SpatialSTEM: A Mathematical/Statistical Framework for Understanding and Communicating Map Analysis and Modeling

SpatialSTEM: A Mathematical/Statistical Framework for Understanding and Communicating Map Analysis and Modeling SpatialSTEM: A Mathematical/Statistical Framework for Understanding and Communicating Map Analysis and Modeling Premise: Premise: There There is a is map-ematics a that extends traditional math/stat concepts

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

Algorithms for GIS csci3225

Algorithms for GIS csci3225 Algorithms for GIS csci3225 Laura Toma Bowdoin College Spatial analysis: the beginnings Finding: nb. cholera deaths aer spatially clustered around the Broad St pump 1848, London, John Snow Claim: Cholera

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

Working with Digital Elevation Models in ArcGIS 8.3

Working with Digital Elevation Models in ArcGIS 8.3 Working with Digital Elevation Models in ArcGIS 8.3 The homework that you need to turn in is found at the end of this document. This lab continues your introduction to using the Spatial Analyst Extension

More information

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands.

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. GIS LAB 7 The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. This lab will ask you to work with the Spatial Analyst extension.

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

Development and Land Use Change in the Central Potomac River Watershed. Rebecca Posa. GIS for Water Resources, Fall 2014 University of Texas

Development and Land Use Change in the Central Potomac River Watershed. Rebecca Posa. GIS for Water Resources, Fall 2014 University of Texas Development and Land Use Change in the Central Potomac River Watershed Rebecca Posa GIS for Water Resources, Fall 2014 University of Texas December 5, 2014 Table of Contents I. Introduction and Motivation..4

More information

Spatial Analysis II. Spatial data analysis Spatial analysis and inference

Spatial Analysis II. Spatial data analysis Spatial analysis and inference Spatial Analysis II Spatial data analysis Spatial analysis and inference Roadmap Spatial Analysis I Outline: What is spatial analysis? Spatial Joins Step 1: Analysis of attributes Step 2: Preparing for

More information

Huron Creek Watershed 2005 Land Use Map

Huron Creek Watershed 2005 Land Use Map Huron Creek Watershed 2005 Land Use Map Created By: Linda Kersten, 12/20/06 Created For: MTU Introduction to GIS Class (FW 5550) The Huron Creek Watershed Advisory Committee Michigan Technological University,

More information

ARCGIS COURSE, FROM BEGINNER TO ADVANCED LEVEL ONLINE TRAINING. GIS Training. Course. .com

ARCGIS COURSE, FROM BEGINNER TO ADVANCED LEVEL ONLINE TRAINING. GIS Training. Course. .com ARC COURSE, FROM BEGINNER TO ADVANCED LEVEL ONLINE TRAINING Training Course.com TYC TRAINING OVERVIEW This course will qualify students in the management of Arc Desktop 10 and in particular, ArcMap, ArcCatalog

More information

Application of GIS in Public Transportation Case-study: Almada, Portugal

Application of GIS in Public Transportation Case-study: Almada, Portugal Case-study: Almada, Portugal Doutor Jorge Ferreira 1 FSCH/UNL Av Berna 26 C 1069-061 Lisboa, Portugal +351 21 7908300 jr.ferreira@fcsh.unl.pt 2 FSCH/UNL Dra. FCSH/UNL +351 914693843, leite.ines@gmail.com

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

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

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

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits.

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. The 1st credit consists of a series of readings, demonstration,

More information

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below.

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below. Comparison of Geographic Information Systems (GIS) software As of January 2018, WHO has reached an agreement with ESRI (an international supplier of GIS software) for an unlimited use of ArcGIS Desktop

More information

Introduction to GIS. Geol 4048 Geological Applications of Remote Sensing

Introduction to GIS. Geol 4048 Geological Applications of Remote Sensing Introduction to GIS Geol 4048 Geological Applications of Remote Sensing GIS History: Before Computers GIS History Using maps for a long time Dr. Roger F. Tomlinson Father of GIS He was an English geographer

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

Digitization in a Census

Digitization in a Census Topics Connectivity of Geographic Data Sketch Maps Data Organization and Geodatabases Managing a Digitization Project Quality and Control Topology Metadata 1 Topics (continued) Interactive Selection Snapping

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

GRAPEVINE LAKE MODELING & WATERSHED CHARACTERISTICS

GRAPEVINE LAKE MODELING & WATERSHED CHARACTERISTICS GRAPEVINE LAKE MODELING & WATERSHED CHARACTERISTICS Photo Credit: Lake Grapevine Boat Ramps Nash Mock GIS in Water Resources Fall 2016 Table of Contents Figures and Tables... 2 Introduction... 3 Objectives...

More information

Urban Growth Analysis: Calculating Metrics to Quantify Urban Sprawl

Urban Growth Analysis: Calculating Metrics to Quantify Urban Sprawl Urban Growth Analysis: Calculating Metrics to Quantify Urban Sprawl Jason Parent jason.parent@uconn.edu Academic Assistant GIS Analyst Daniel Civco Professor of Geomatics Center for Land Use Education

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

Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign

Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign GIS and Spatial Analysis Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign http://sal.agecon.uiuc.edu Outline GIS and Spatial Analysis

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

ENGRG 59910: Introduction to GIS

ENGRG 59910: Introduction to GIS ENGRG 59910: Introduction to GIS Lecture 08: Geocoding and Vector Analysis Acknowledgment: Michael Piasecki Today Agenda Geocoding Understanding of Spatial Analysis Attribute-based Operation Statistical

More information

Hennepin GIS. Tree Planting Priority Areas - Analysis Methodology. GIS Services April 2018 GOAL:

Hennepin GIS. Tree Planting Priority Areas - Analysis Methodology. GIS Services April 2018 GOAL: Hennepin GIS GIS Services April 2018 Tree Planting Priority Areas - Analysis Methodology GOAL: To create a GIS data layer that will aid Hennepin County Environment & Energy staff in determining where to

More information

Geog183: Cartographic Design and Geovisualization Spring Quarter 2018 Lecture 11: Dasymetric and isarithmic mapping

Geog183: Cartographic Design and Geovisualization Spring Quarter 2018 Lecture 11: Dasymetric and isarithmic mapping Geog183: Cartographic Design and Geovisualization Spring Quarter 2018 Lecture 11: Dasymetric and isarithmic mapping Discrete vs. continuous revisited Choropleth suited to discrete areal, but suffers from

More information

GIS APPLICATIONS IN SOIL SURVEY UPDATES

GIS APPLICATIONS IN SOIL SURVEY UPDATES GIS APPLICATIONS IN SOIL SURVEY UPDATES ABSTRACT Recent computer hardware and GIS software developments provide new methods that can be used to update existing digital soil surveys. Multi-perspective visualization

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

A METHOD FOR PREDICTING NETWORK DISTANCE USING NETWORK SHORTEST DISTANCE AND SPATIAL INTERPOLATION

A METHOD FOR PREDICTING NETWORK DISTANCE USING NETWORK SHORTEST DISTANCE AND SPATIAL INTERPOLATION A METHOD FOR PREDICTING NETWORK DISTANCE USING NETWORK SHORTEST DISTANCE AND SPATIAL INTERPOLATION Abdulnaser Arafat Ph.D. Student Urban and Regional Planning Supervisors: Professor Ruth Steiner Professor

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

IMPERIAL COUNTY PLANNING AND DEVELOPMENT

IMPERIAL COUNTY PLANNING AND DEVELOPMENT IMPERIAL COUNTY PLANNING AND DEVELOPMENT GEODATABASE USER MANUAL FOR COUNTY BUSINESS DEVELOPMENT GIS June 2010 Prepared for: Prepared by: County of Imperial Planning and Development 801 Main Street El

More information

Geog418: Introduction to GIS Fall 2011 Course Syllabus. Textbook: Introduction to Geographic Information Systems edited by Chang (6th ed.

Geog418: Introduction to GIS Fall 2011 Course Syllabus. Textbook: Introduction to Geographic Information Systems edited by Chang (6th ed. Geog418: Introduction to GIS Fall 2011 Course Syllabus AH 1320 3:30 4:45 p.m.tr Instructor: Dr. Shunfu Hu Office: AH1413 Telephone 650-2281 Office hours: 10:00 11:00 a.m. TR or by appointment (shu@siue.edu)

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

1.1 What is Site Fingerprinting?

1.1 What is Site Fingerprinting? Site Fingerprinting Utilizing GIS/GPS Technology 1.1 What is Site Fingerprinting? Site fingerprinting is a planning tool used to design communities where protection of natural resources is the primary

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

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

ArcGIS Tools for Professional Cartography

ArcGIS Tools for Professional Cartography ArcGIS Tools for Professional Cartography By Makram Murad-al-shaikh M.S. Cartography Senior instructor ESRI Educational Services ICC - A Coruña - Spain, 9-16 July, 2005 Overview Overview of the ArcGIS

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

SPATIAL ANALYSIS. Transformation. Cartogram Central. 14 & 15. Query, Measurement, Transformation, Descriptive Summary, Design, and Inference

SPATIAL ANALYSIS. Transformation. Cartogram Central. 14 & 15. Query, Measurement, Transformation, Descriptive Summary, Design, and Inference 14 & 15. Query, Measurement, Transformation, Descriptive Summary, Design, and Inference Geographic Information Systems and Science SECOND EDITION Paul A. Longley, Michael F. Goodchild, David J. Maguire,

More information

Neighborhood Locations and Amenities

Neighborhood Locations and Amenities University of Maryland School of Architecture, Planning and Preservation Fall, 2014 Neighborhood Locations and Amenities Authors: Cole Greene Jacob Johnson Maha Tariq Under the Supervision of: Dr. Chao

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

GIS-T 2010 Building a Successful Geospatial Data Sharing Framework: A Ohio DOT Success Story

GIS-T 2010 Building a Successful Geospatial Data Sharing Framework: A Ohio DOT Success Story GIS-T 2010 Building a Successful Geospatial Data Sharing Framework: A Ohio DOT Success Story ODOT District 2 GIS John Puente District 1 GIS Coordinator\ Planning Administrator 2 Interoperability 3 District

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