Vector analysis - introduction Spatial data management operations - Assembling datasets for analysis. Data management operations

Similar documents
Converting GIS Datasets into CAD Format

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May Content. What is GIS?

Using CAD Data in ArcGIS

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data

Spatial data models (types) Not taught yet

Basics on Geodatabases

Objectives. Raster Data Discrete Classes. Spatial Information in Natural Resources FANR Review the raster data model

WFP Liberia Country Office

GIS Data in ArcGIS. Pay Attention to Data!!!

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared.

Tutorial 8 Raster Data Analysis

The Courses. Covering complete breadth of GIS technology from ESRI including ArcGIS, ArcGIS Server and ArcGIS Engine.

INTRODUCTION TO ARCGIS SOFTWARE

ArcGIS Tutorial: Adding Attribute Data

Working with Geodatabase Topology

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

ArcGIS Online. Visualizing Data: Tutorial 3 of 4. Created by: Julianna Kelly

Activity: Using ArcGIS Explorer

Data Interoperability Extension Tutorial

Topology. Shapefile versus Coverage Views

Chapter 6: Data Acquisition Methods, Procedures, and Issues

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item

Exercise 3: Building a GIS data library

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in

ArcGIS Data Models Practical Templates for Implementing GIS Projects

GIS Introduction to Geographic Information Systems Last Revision or Approval Date - 9/8/2011

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION

1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen:

Introduction to GIS.

Digital Cadastral Maps in Land Information Systems

13/10/2011. Data Integration and Interoperability. Gordon Sumerling & Maree Wilson

How To Hydrologically Condition A Digital Dam

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS?

Linear Referencing Tutorial

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

The process of database development. Logical model: relational DBMS. Relation

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features:

Introduction to GIS. Dr F. Escobar, Assoc Prof G. Hunter, Assoc Prof I. Bishop, Dr A. Zerger Department of Geomatics, The University of Melbourne

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

Syllabus AGET 782. GIS for Agricultural and Natural Resources Management

GIS Databases With focused on ArcSDE

Database Servers Tutorial

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map

GIS Spatial Data Standards

Raster to Vector Conversion for Overlay Analysis

GIS EXAM #2 QUERIES. Attribute queries only looks at the records in the attribute tables to some kind of

City of Tigard. GIS Data Standards

Selecting Features by Attributes in ArcGIS Using the Query Builder

Spatial data analysis: retrieval, (re)classification and measurement operations

Watershed Ecosystem & Restoration Services (WERS Mapping Application) User s Guide

Groundwater Chemistry

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data

Spatial Database Support

SPATIAL DATA ANALYSIS

Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored.

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013)

There are various ways to find data using the Hennepin County GIS Open Data site:

64 Bits of MapInfo Pro!!! and the next BIG thing. March 2015

An Introduction to Open Source Geospatial Tools

Visualization with Excel Tools and Microsoft Azure

GIS Tools for Land Managers

UNLEASHED. The Field Calculator. By Tom Neer, EDAW, Inc.

ArcScan Tutorial. Copyright Esri All rights reserved.

Introduction to PostGIS

Gunnison County Web Map

Vermont GIS Parcel Data Standard

Development of an Impervious-Surface Database for the Little Blackwater River Watershed, Dorchester County, Maryland

Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet Apply

Geoprocessing and Spatial Data Editing in ArcGIS

Microsoft Access 3: Understanding and Creating Queries

Editing Common Polygon Boundary in ArcGIS Desktop 9.x

Creating a File Geodatabase

Geodatabase Tutorial. Copyright Esri All rights reserved.

UPDATED GIS DATABASE DESIGN: Geodatabase Model

New Features in TerraPhoto. Arttu Soininen Software developer Terrasolid Ltd

From GPS Data Collection to GIS Data Display A Walk-Through Example

GIS III: GIS Analysis Module 1a: Network Analysis Tools

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data

Practical, Easy-to-Use, Free GIS and Remote Sensing Tools for Resource Management

ArcScan Tutorial. Copyright Esri All rights reserved.

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map!

Guidelines on Information Deliverables for Research Projects in Grand Canyon National Park

Data Modeling Basics. John Auel GIS Technician II United Services Group

How to Download Census Data from American Factfinder and Display it in ArcMap

Getting Started With LP360

GIS III: GIS Analysis Module 2a: Introduction to Network Analyst

GIS Data Quality and Evaluation. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Step by Step Guide for GIS Cloud Applications

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract

GIS. Digital Humanities Boot Camp Series

Constructing an EA-level Database. for the Census

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES

An Introduction to Geographic Information Systems (GIS) using Quantum GIS (QGIS) version (Lisboa)

Transcription:

Vector analysis - introduction Spatial data management operations - Assembling datasets for analysis Transform (reproject) Merge Append Clip Dissolve The role of topology in GIS analysis Data management operations Transform - reproject GIS can project layers on the fly for display via the dataframe Analysis usually requires all layers in the same projection Define and reproject to one standard system Use project tool or export data using the data frame 1

Merge merge -> new layer They can be points, lines or polygons but both must be the same feature type FME Feature Manipulation Engine can be used to merge data Merge Attribute tables are also merged Merge -> new layer 2

Append append -> existing layer They can be points, lines or polygons but both must be the same feature type They could include adding features to an existing dataset e.g. extra streams, trails to roads. Like a jig-saw, the pieces must fit (spatially) and the (picture) attributes match Ensure you still have the attributes after merge or append (you may lose them if the parts don t match) 3

Example of mismatching attributes: contour lines in feet versus metres (Northern BC NTDB data). only evident in size of elevations DEM jumps across mapsheets Elevation (Feet) Elevation (Metres) In attribute table (old map sheet), add a new field, name it new-elev In the field calculator, new-elev = elevation *.3048 Drop (delete) elevation field Rename new-elev to elevation Reducing the spatial extent of a dataset: CLIP Raster clip: define rectangle outline Top left, bottom right (coordinates) Cookie cutter - 4

Vector (or raster) clip Create a new shapefile and draw a hollow polygon 4 corners, with mouse or enter coordinates Or use an existing shapefile e.g. park boundary or forest district ArcMap: Clip vectors using zoom and select by location http://www.brocku.ca/maplibrary/procedures/arcmap_clip/arcmap_clip.htm 5

Dissolve: Aggregates features based on specified attributes Multipart features Dissolve can result in multipart features being created. A multipart feature is a single feature that contains noncontiguous elements and is represented in the attribute table as one record. Split -> multipart to single features 6

Dissolve lines Lines may have many pseudo-nodes from digitising or appending Cause: multiple map sheets, digitising sessions, operators Effects: slower processing, partial line distances What is GIS analysis? A systematic examination of a problem or complex entity in order to provide new information from what is already known (ESRI GIS Dictionary) Spatial analysis adds value to data, supports decisions and reveals patterns (www.mimu.com) Spatial analysis is the process by which we turn raw data into useful information. 7

Data analysis Two broad categories Spatial data analysis (= geo-processing) Tabular (attribute) data analysis Spatial analysis is the cornerstone of a GIS and separates it from other mapping or CAD systems Tabular data analysis can be performed within any DBMS (Database Management System) When performing analysis we are considering one of 5 questions Location What is at? Condition Where is it? Patterns What spatial pattern exists..? Trends What has changed since..? Modeling What if..? 8

Tabular / Attribute queries Queries involve tools or commands to retrieve information from a set of objects (layers, tables) Within a GIS, there are two basic types of queries Selection (Identify) Query Select specific records from a set of data Definition (Condition) Query Selects a more specific set of data by hiding other features which are in turn excluded from drawing 1. Location Query What is at? Manual selection of data Shows location and information about the feature. 9

2. Condition (where / select by attribute) A basic query is performed to select data using Logical (relational) Operators: = EQ Equal <> NE Not equal > GT Greater than < LT Less than >= GE Greater than or equal to <= LE Less than or equal to IN {1->200} Between the values of CN ' ' Contains the character string in the quotes Logical operators (non-spatial) example Species = Earthling Name <> Spock Age > 120 Name cn ( Spock, Kirk, Scotty ) Distance in 200 and 500 10

Boolean operators Can be used to combine conditions Boolean Logic (after George Boole, a 19th century mathematician) Create an expression reducible to a true or false condition. Using Boolean Operators. And (narrows the selection) Or (expands the selection) Boolean logic shown in Venn diagram Boolean Operators AND (a AND b) OR (a OR b) NOT (a NOT b) XOR (a OR b but not both) type = pine AND age > 100... selects all old growth pine type = pine OR age > 100 selects all pine and any type older than 100 It may require the use of brackets to avoid ambiguity in complex queries e.g. type = pine OR type = fir AND age > 100 type = (pine OR type = fir) AND age > 100 selects any pine plus old growth fir selects old growth (pine and fir) 11

SPATIAL ANALYSIS Condition Select by location Selects features from one data set based on their relationship with another layer Are within a distance of Are within Are completely within Share a line segment with Intersect adjacency Spatial analysis requires Topology One of the most important concepts in a GIS - defined as the spatial relationship between entities Adjacency (polygons) Containment (e.g. points in polygons) Connectivity (lines) 12

Vector analysis relies on these topological relationships data should be topological not spaghetti (e.g. raw TRIM data) Topology Critical in GIS due to the need to explore spatial relationships between features in the landscape Examples. Which parcels are adjacent to which Which roads are connected to which Which wells fall within a certain municipality Which streams are in a watershed 13

Converting lines to polygons ( containment ) Left bank Right bank Slivers between polygons - complicate area measurement - change adjacency relationships - hinder comparison between layers 14