EEOS 381 -Spatial Databases and GIS Applications

Size: px
Start display at page:

Download "EEOS 381 -Spatial Databases and GIS Applications"

Transcription

1 EEOS 381 -Spatial Databases and GIS Applications Lecture 3 GIS Data Models Data Formats

2 Overview GIS Data Models Common GIS Data Formats EEOS Spring 2015: Lecture 3 2

3 Overview Key points: It is important to understand what model to use, based on the application The model determines what specific format you use The format may determine what types of analysis you perform EEOS Spring 2015: Lecture 3 3

4 Data Model General definition: Abstraction or representation of objects and processes in the real world, incorporating properties relevant to the application at hand EEOS Spring 2015: Lecture 3 4

5 GIS Data Model Definition: Digital representation of geographic objects (spatial data) in GIS software includes relationships between and attributes of objects doesn t include all of reality in context of a digital environment EEOS Spring 2015: Lecture 3 5

6 The role of a data model in GIS Levels of GIS data model abstraction EEOS Spring 2015: Lecture 3 6

7 Levels of abstraction: Reality Real-world phenomena - e.g. wells, streets, lakes Conceptual Model Logical Model Physical Model Decide which objects are applicable, what relationships exist among them, what processes they participate in List objects, with names, descriptions, behavior, interaction, location, what GIS will do Specific file and table names, attributes, object relationships, processes (commands) EEOS Spring 2015: Lecture 3 7

8 Example implementation: Reality Conceptual Model Logical Model Physical Model Wells, dry cleaners, streets Ask - How does pollution from dry cleaners and major roads affect public water supplies (wells and reservoirs)? Use ArcGIS to compare wells (points), reservoirs (polygons), dry cleaners (points) and streets (lines), with buffer and proximity operations; focus on wells with 100+ gallons per minute yield and major roads, in eastern Mass. BUFFER shapefile WELLS_PT, join to GPM table on YIELD field; determine how many dry cleaners are within 1 mile of large wells and proximity to reservoirs and wells to major roads; store in Oracle-based ArcSDE geodatabase EEOS Spring 2015: Lecture 3 8

9 2 Conceptual Views Discrete objects World is empty except where occupied by objects with well-defined locations and/or boundaries e.g. wells, streets, lakes Fields Measurements may be made at any location over a continuous surface e.g. elevation, temperature, population density EEOS Spring 2015: Lecture 3 9

10 EEOS Spring 2015: Lecture 3 10

11 Raster is a data model space is divided into array (rows and columns) of cells each cell (pixel, or picture element) in a layer is the same size and has a homogeneous value cell size refers to resolution (10m, 1 foot, etc.) usually associated with field view includes images, elevation models, surfaces EEOS Spring 2015: Lecture 3 11

12 GIS Data Models Raster - examples Aerial (ortho) photograph EEOS Spring 2015: Lecture 3 Land use types 12

13 Raster Cells may belong to zones (groups of cells with same values, usually representing the same feature) Can include NODATA - null values (out of range of dataset or no information available for that cell) Some image formats can include attributes (value attribute table) EEOS Spring 2015: Lecture 3 13

14 Raster Advantages: A simple data structure a matrix of cells with values, representing a coordinate, sometimes linked to an attribute table. A powerful format for intense statistical and spatial analysis; perform overlays with complex data faster than with vector data. Spatial Analyst extension in ArcGIS The ability to represent continuous surfaces and perform surface analysis. The ability to uniformly store points, lines, polygons, and surfaces. Compression EEOS Spring 2015: Lecture 3 14

15 Raster Disadvantages: Inherent spatial inaccuracies due to the cell-based feature representation, especially if low resolution. Datasets can be very large. EEOS Spring 2015: Lecture 3 15

16 Vector is a data model points - single coordinate values lines (arcs) - strings of connected points polygons (areas) - enclosed lines usually associated with discrete object view stores geography and attributes EEOS Spring 2015: Lecture 3 16

17 Vector the basics POINT - location with a set of coordinates (0-D) 2 line segments (a direct line between two points) shown here LINE connected string of points (1-D) POLYGON area defined by a line (2-D) EEOS Spring 2015: Lecture 3 17

18 Vector (other objects/definitions) (curve string) (topological junction, or endpoint of line) (direct connection between two nodes) (sequence of any line segments with closure) (a link between two nodes, with one direction designated) (sequence of line segments) (directed sequence of nonintersecting line segments with nodes at each end) (an area defined by an outer ring without inner rings) (an area defined by an outer ring with inner rings) EEOS Spring 2015: Lecture 3 18

19 Vector Advantages: Precise values Efficient storage Topological relationships High-quality cartographic output Useful for a variety of spatial analysis operations EEOS Spring 2015: Lecture 3 19

20 Vector Disadvantages: Poor for storing continuous surfaces (e.g. elevation models) Overlay operations can be timeconsuming and computer intensive (need lots of RAM) EEOS Spring 2015: Lecture 3 20

21 Vector Simple vs. Topologic features: Simple - a.k.a. spaghetti model - no inherent connectivity relationships Topologic - simple features with defined spatial relationships Spaghetti 4 linear features Node Line Topologic - 14 linear features - 13 nodes EEOS Spring 2015: Lecture 3 21

22 Spaghetti Data Model No details of logical relationships between objects The line shared by two adjacent polygons is stored separately (twice) in the computer Spatial relationships are only implied Efficient for cartographic display but not data storage At first, GIS used vector data and cartographic spaghetti structures EEOS Spring 2015: Lecture 3 22

23 Topology Connectivity: chains are connected at which nodes? Direction: defined by a from node and a to-node of a chain Example analysis: Modeling flow through the connecting lines in a network EEOS Spring 2015: Lecture 3 23

24 Topology Adjacency: which polygons are on the left and which are on the right side of a chain? Example analysis: Identifying adjacent features; Combining adjacent polygons with similar characteristics EEOS Spring 2015: Lecture 3 24

25 Topology Inclusion: simple spatial objects (node, chain, smaller polygon) are within a polygon Example analysis: Overlaying geographic features EEOS Spring 2015: Lecture 3 25

26 Network Type of topologic vector data model (see pgs in book) Models flow of goods and services (e.g. routes of roads, rivers, utility lines) Radial - flow in one direction (e.g. upstream, downstream) Looped - intersections allowed, choices for flow allowed Network Analyst extension in ArcGIS contains tools for this type of analysis EEOS Spring 2015: Lecture 3 26

27 Regions Type of topologic vector data model Groups of polygons in coverages Multi-part polygons EEOS Spring 2015: Lecture 3 27

28 Routes Composite line features Created from sections (whole or partial arc) contain M values (measures along route) Ex.: All the arc segments in ALL_ROADS that make up Interstate 90, treated as one feature in MAJOR_ROUTES EEOS Spring 2015: Lecture 3 28

29 Linear Referencing System (LRS) Uses a relative position along an already existing linear feature, without explicit x,y coordinates. Location is given as a position, or measure, along it (distance, or percent along). Have base layer of lines, plus a series of related event tables Address, Speed Limit, Route Number tables, etc Highways/city streets (MassDOT), railroads, rivers, and pipelines, water and sewer networks Dynamic segmentation / flat file See pages in textbook EEOS Spring 2015: Lecture 3 29

30 Linear Referencing System (LRS) 1 Base arc Speed limit # of lanes ID = mph 45 mph 30 mi. 3 lanes 2 lanes 60 mi. LRS Tables SPEEDLIMIT Table NUMLANES Table Base arcs feature class attribute table ID 1 2 ID 1 1 F_MEAS 0 30 T_MEAS SPEEDLIMIT ID F_MEAS T_MEAS NUMLANES Flat file arcs Flat file arcs feature class attribute table ID = ID SPEEDLIMIT NUMLANES EEOS Spring 2015: Lecture 3 30

31 TIN (Triangular Irregular Network) Topologic data model for surfaces (e.g. elevation) made up of connected triangles (faces) Triangle nodes have X,Y,Z values Triangles may be sized differently, based on original data density See pages in textbook EEOS Spring 2015: Lecture 3 31

32 TIN As viewed in ArcScene EEOS Spring 2015: Lecture 3 32

33 Terrain Dataset a multiresolution, TIN-based surface built from measurements stored as features in a geodatabase. They're typically made from LiDAR, sonar, and photogrammetric sources. Terrains reside in the geodatabase, inside feature datasets with the features used to construct them. EEOS Spring 2015: Lecture 3 33

34 Annotation text labels (vector features) fixed position, size, orientation anno does NOT reposition as you pan and zoom N/A for shapefiles (only in GDB and coverages) EEOS Spring 2015: Lecture 3 34

35 Object-Relational Everything stored in database tables attributes, geometry in RDBMS Defined relationships between objects Can store topology Can design with CASE (Computer-Aided Software Engineering) tools (like MS Visio) to produce UML (Unified Modeling Language) diagrams (see pages in textbook) Download models from esri.com for various industries Geodatabases (ArcSDE, Personal and File) EEOS Spring 2015: Lecture 3 35

36 Object-Relational UML Diagram An example of a CASE tool (Microsoft Visio) The UML model is for a utility water system EEOS Spring 2015: Lecture 3 36

37 Object-Relational Diagram A water-facility object model EEOS Spring 2015: Lecture 3 37

38 Definition Format - The pattern into which data (coordinates, attributes, indexes, spatial reference, etc.) is systematically arranged for use on a computer. A file format is the specific design of how information is organized in the file. (All GIS data is a file on disk at the most basic level). For example, ArcInfo has specific, proprietary formats used to store coverages. DLG, DEM, and TIGER are geographic datasets with different file formats. ESRI has also developed Shapefiles and Geodatabases. EEOS Spring 2015: Lecture 3 38

39 GIS Data Formats Common raster formats: GeoTIFF, TIFF, BIL, BIP MrSID (.SID), JPG, JPEG 2000 GRID, DEM ERDAS IMAGINE (.IMG) Intergraph - CIT, COT ER Mapper ADRC NTIF - National Image Transfer Format Geodatabase raster datasets EEOS Spring 2015: Lecture 3 39

40 GIS Data Formats Raster - file components: Image file (.tif,.sid,... ) Header ( world ) file (.tfw, sdw, ): Cell size (x-scale) Rotation terms Cell size (y-scale) Coordinates of center of upper left pixel Auxiliary file (.aux) - stores spatial reference Reduced raster resolution (.rrd or.ovr) stores pyramid levels EEOS Spring 2015: Lecture 3 40

41 GIS Data Formats Common vector formats: Shapefile, Coverage, Geodatabase feature classes DXF, DWG - CAD-based MapInfo - MIF DLG TIGER, VPF ASCII, DBF SDTS - Spatial Data Transfer Standard SDC - Smart Data Compression XML, GML EEOS Spring 2015: Lecture 3 41

42 Definitions A feature is a point, line, or polygon in a dataset that represents a real-world object A feature class is a collection of features, categorized by the type of geometry used to define the feature (e.g., how the coordinates are stored, as a point, line, or polygon) polygon feature class, arc feature class, point feature class, etc. Should represent similar objects EEOS Spring 2015: Lecture 3 42

43 Common ArcGIS Formats Coverage Shapefile Vector File-based data model Geodatabase ( geographic database ) Personal, File Spatial Database Engine (SDE) DBMS-based data model (aka Object data model) Vector & Raster EEOS Spring 2015: Lecture 3 43

44 GIS Data Formats -Shapefile Developed by ESRI (ArcView 2) Stored on disk in folders Consists of a set of files.shp spatial geometry.shx spatial geometry index.dbf dbase file (feature attributes) always present optional others (.prj,.sbn,.sbx,.ain,.aih,.aig, ) EEOS Spring 2015: Lecture 3 44

45 GIS Data Formats -Shapefile Simpler than coverages - useful for mapmaking and some kinds of analysis. Fast display (especially when local) Single feature class (geometry) per shapefile Point (points and multipoints) or Line (simple lines and multipart polylines) or Polygon (simple and multipart) No topology or annotation 10-character max. field names (dbf limitation) May be edited in ArcGIS and ArcView GIS 2x+ Open format (specs available); may be produced from other applications EEOS Spring 2015: Lecture 3 45

46 GIS Data Formats -Coverage Developed by ESRI, c.1981 Traditional (Arc/Info) format for complex geoprocessing, high-quality geographic data, and sophisticated spatial analysis. Stores features and attributes for thematically associated data Can explicitly store topology (features stored only once) - use BUILD or CLEAN commands (vs. spaghetti data model EEOS Spring 2015: Lecture 3 46

47 GIS Data Formats -Coverage Stored on disk as a directory (folder) of files, with more files in associated info directory Attributes in INFO format (tables) Coverage folder stored in a workspace - a special name for a folder with a coverage (or Grid or TIN) Workspace Coverages View in Windows Explorer View in ArcCatalog EEOS Spring 2015: Lecture 3 47

48 GIS Data Formats -Coverage Multiple feature classes can be grouped and stored in one coverage Primary (label point, arc, polygon, node) Secondary (tics, links, annotation) Compound (routes/sections, regions; built from primary features) like multi-part features Edit in ArcInfo Workstation only You cannot have points and polygons in the same coverage Polygons can t have holes (because of universal polygon (i.e. the background) EEOS Spring 2015: Lecture 3 48

49 GIS Data Formats -Coverage (point attribute table) (arc attribute table) (node attribute table) <cover>.rat<route> (route attribute table) (polygon attribute table) EEOS Spring 2015: Lecture 3 49

50 GIS Data Formats -Coverage Explicit topology Connectivity (arc-node topology) - arcs connect to each other at nodes EEOS Spring 2015: Lecture 3 50

51 GIS Data Formats -Coverage Explicit topology Area Definition (polygon-arc topology) - Arcs that connect to surround an area define a polygon EEOS Spring 2015: Lecture 3 51

52 GIS Data Formats -Coverage Explicit topology Contiguity (adjacency) - Arcs have direction and left and right sides EEOS Spring 2015: Lecture 3 52

53 GIS Data Formats -Coverage Coverage attribute tables have Sacred Items Point/Polygon: AREA, PERIMETER, <COVER>#, <COVER>-ID Arc: <COVER>#, <COVER>-ID, FNODE#, TNODE#, LPOLY#, RPOLY#, LENGTH Topology between feature classes managed with sacred items Ex.: <cover># in.pat (polygon attribute table) relates to LPOLY# and RPOLY# in.aat (arc attribute table) <cover># = 1 in polygon coverages universal polygon (hidden in ArcGIS Desktop) EEOS Spring 2015: Lecture 3 53

54 Data Format Conversion In ArcMap, Rightclick layer in Table of Contents and choose Data > Export Data > and select format Workflow may dictate that data need to be in another format EEOS Spring 2015: Lecture 3 54

55 Data Format Conversion Right-click layer(s) in ArcCatalog EEOS Spring 2015: Lecture 3 55

56 Data Format Conversion Use ArcToolbox Conversion Tools ArcInfo license and installation of ArcInfo Workstation required for Coverage conversion tools EEOS Spring 2015: Lecture 3 56

57 Distribution Process of moving data from one location to another Copy/paste in ArcCatalog if source and destination are both accessible, otherwise: Coverage export to Arc/Info Export File (a.k.a interchange file ) in ArcToolbox ASCII file with.e00 extension User then Imports file with ArcToolbox (ArcInfo) Shapefile send all components or use WinZip, PKZIP, StuffIt, etc., to send all in one file Geodatabase Export to XML, plus other options EEOS Spring 2015: Lecture 3 57

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

GIS Data in ArcGIS. Pay Attention to Data!!! GIS Data in ArcGIS Pay Attention to Data!!! 1 GIS Data Models Vector Points, lines, polygons, multi-part, multi-patch Composite & secondary features Regions, dynamic segmentation (routes) Raster Grids,

More information

INTRODUCTION TO ARCGIS SOFTWARE

INTRODUCTION TO ARCGIS SOFTWARE INTRODUCTION TO ARCGIS SOFTWARE I. History of Software Development a. Developer ESRI - Environmental Systems Research Institute, Inc., in 1969 as a privately held consulting firm that specialized in landuse

More information

GIS Databases With focused on ArcSDE

GIS Databases With focused on ArcSDE Linköpings universitet / IDA / Div. for human-centered systems GIS Databases With focused on ArcSDE Imad Abugessaisa g-imaab@ida.liu.se 20071004 1 GIS and SDBMS Geographical data is spatial data whose

More information

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

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

Hydrographic Data Management using GIS Technologies

Hydrographic Data Management using GIS Technologies Hydrographic Data Management using GIS Technologies Neal G. Millett and Simon Evans Environmental Systems Research Institute, Inc., 380 New York St., Redlands, CA 92373-8100 I. Abstract Recent advances

More information

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

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared. A Geographic Information System (GIS) integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information. GIS allows us to view,

More information

ES341 Overview of key file formats and file extensions in ArcGIS

ES341 Overview of key file formats and file extensions in ArcGIS ES341 Overview of key file formats and file extensions in ArcGIS Commonly Encountered File Types/Extensions in ArcGIS.mxd A file containing a map, its layers, display information, and other elements used

More information

WFP Liberia Country Office

WFP Liberia Country Office 1 Oscar Gobbato oscar.gobbato@wfp.org oscar.gobbato@libero.it WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic

More information

Spatial data models (types) Not taught yet

Spatial data models (types) Not taught yet Spatial data models (types) Not taught yet A new data model in ArcGIS Geodatabase data model Use a relational database that stores geographic data A type of database in which the data is organized across

More information

Introduction to the ArcGIS Data Model and Application Structure

Introduction to the ArcGIS Data Model and Application Structure Introduction to the ArcGIS Data Model and Application Structure RNR/GEOG 417/517 Lab 6 Presentation Overview The georelational data model Structure of ArcGIS software Structure of an ArcGIS workspace Demonstrations/previews

More information

DATABASE MANAGEMENT FILES GIS06

DATABASE MANAGEMENT FILES GIS06 DATABASE MANAGEMENT Last day we looked at spatial data structures for both vector and raster data models. When working with large amounts of data, it is important to have good procedures for managing the

More information

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

Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored. In this lesson you will create a Digital Elevation Model (DEM). A DEM is a gridded array of elevations. In its raw form it is an ASCII, or text, file. First, you will interpolate elevations on a topographic

More information

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

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features What is GIS? Geographic Information Systems Introduction to ArcGIS A database system in which the organizing principle is explicitly SPATIAL For CPSC 178 Visualization: Data, Pixels, and Ideas. What Can

More information

GIS Spatial Data Standards

GIS Spatial Data Standards GIS Spatial Data Standards Manatee County, FL GIS Section, Information Services Department TABLE OF CONTENTS I. Introduction 2 A. Purpose 2 B. Reference 2 II. Spatial Reference Information 2 A. Projection:

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data Adding Existing Data Into ArcGIS - there are many different ways to get data into ArcGIS GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data Add Data - normally we use the Add Data button

More information

MrSID Plug-in for 3D Analyst

MrSID Plug-in for 3D Analyst LizardTech MrSID Plug-in for 3D Analyst User Manual Copyrights Copyright 2009 2010 LizardTech. All rights reserved. Information in this document is subject to change without notice. The software described

More information

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GIS Syllabus - Version 1.2 January 2007 Copyright AICA-CEPIS 2009 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed

More information

Working with Geodatabase Topology

Working with Geodatabase Topology Developed and Presented by Juniper GIS 1/38 Course Objectives Understanding how Geodatabase Topology works Geodatabase Rules Creating Geodatabase Topology Editing with Geodatabase Topology Geometric Networks

More information

Introduction to ArcGIS Network Analyst. Presenter: Matt Crowder ESRI Redlands, California

Introduction to ArcGIS Network Analyst. Presenter: Matt Crowder ESRI Redlands, California Introduction to ArcGIS Network Analyst Presenter: Matt Crowder ESRI Redlands, California Seminar overview Topics What is Network Analyst? What is Network Analyst used for? What is the network dataset?

More information

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

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Overview 1. A GIS is NOT a Map! 2. How does a GIS handle its data? Data Formats! GARP 0344 (Fall 2013) Page 1 Dr. Carsten Braun 1) A

More information

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

Introduction to GIS. Dr F. Escobar, Assoc Prof G. Hunter, Assoc Prof I. Bishop, Dr A. Zerger Department of Geomatics, The University of Melbourne Introduction to GIS 1 Introduction to GIS http://www.sli.unimelb.edu.au/gisweb/ Dr F. Escobar, Assoc Prof G. Hunter, Assoc Prof I. Bishop, Dr A. Zerger Department of Geomatics, The University of Melbourne

More information

Reading Questions. Lo and Yeung, 2007: 2 19. Schuurman, 2004: Chapter 1. 1. What distinguishes data from information? How are data represented?

Reading Questions. Lo and Yeung, 2007: 2 19. Schuurman, 2004: Chapter 1. 1. What distinguishes data from information? How are data represented? Reading Questions Week two Lo and Yeung, 2007: 2 19. Schuurman, 2004: Chapter 1. 1. What distinguishes data from information? How are data represented? 2. What sort of problems are GIS designed to solve?

More information

Understanding Raster Data

Understanding Raster Data Introduction The following document is intended to provide a basic understanding of raster data. Raster data layers (commonly referred to as grids) are the essential data layers used in all tools developed

More information

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

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model High resolution topography derived from LiDAR data is becoming more readily available. This new data source of topography

More information

Introduction to GIS. http://libguides.mit.edu/gis

Introduction to GIS. http://libguides.mit.edu/gis Introduction to GIS http://libguides.mit.edu/gis 1 Overview What is GIS? Types of Data and Projections What can I do with GIS? Data Sources and Formats Software Data Management Tips 2 What is GIS? 3 Characteristics

More information

Spatial Analyst Tutorial

Spatial Analyst Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the ArcGIS Spatial Analyst Tutorial......................... 3 Exercise 1: Preparing for analysis............................ 5 Exercise

More information

Implementation Planning

Implementation Planning Implementation Planning presented by: Tim Haithcoat University of Missouri Columbia 1 What is included in a strategic plan? Scale - is this departmental or enterprise-wide? Is this a centralized or distributed

More information

UPDATED GIS DATABASE DESIGN: Geodatabase Model

UPDATED GIS DATABASE DESIGN: Geodatabase Model CITY OF SUFFOLK, VIRGINIA UPDATED GIS DATABASE DESIGN: Geodatabase Model Prepared by: Michael Baker Jr., Inc. Virginia Beach, Virginia TABLE OF CONTENTS A. GEODATABASE OVERVIEW...2 B. TYPES OF GEODATABASES...3

More information

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network Government 1009: Advanced Geographical Information Systems Workshop LAB EXERCISE 3b: Network Objective: Using the Network Analyst in ArcGIS Implementing a network functionality as a model In this exercise,

More information

Tutorial Creating a regular grid for point sampling

Tutorial Creating a regular grid for point sampling This tutorial describes how to use the fishnet, clip, and optionally the buffer tools in ArcGIS 10 to generate a regularly-spaced grid of sampling points inside a polygon layer. The steps below should

More information

1.1 Data, Information, Evidence, and Knowledge A Comparison

1.1 Data, Information, Evidence, and Knowledge A Comparison Chapter 1 Data Modeling Abstract This chapter starts by differentiating data, information, evidence, and knowledge. Choosing the most appropriate way to organize data within a GIS depends on choices made

More information

Raster to Vector Conversion for Overlay Analysis

Raster to Vector Conversion for Overlay Analysis Raster to Vector Conversion for Overlay Analysis In some cases, it may be necessary to perform vector-based analyses on a raster data set, or vice versa. The types of analyses that can be performed on

More information

Getting Started With LP360

Getting Started With LP360 Getting Started With LP360 10/30/2014 1 Contents What is LP360?... 3 System Requirements... 3 Installing LP360... 4 How to Enable the LP360 Extension... 4 How to Display the LP360 Toolbar... 4 How to Import

More information

CityGML goes to Broadway

CityGML goes to Broadway CityGML goes to Broadway Thomas H. Kolbe, Barbara Burger, Berit Cantzler Chair of Geoinformatics thomas.kolbe@tum.de September 11, 2015 Photogrammetric Week 2015, Stuttgart The New York City Open Data

More information

Raster Data Structures

Raster Data Structures Raster Data Structures Tessellation of Geographical Space Geographical space can be tessellated into sets of connected discrete units, which completely cover a flat surface. The units can be in any reasonable

More information

GIS Architecture and Data Management Practices Boone County GIS Created and Maintained by the Boone County Planning Commission GIS Services Division

GIS Architecture and Data Management Practices Boone County GIS Created and Maintained by the Boone County Planning Commission GIS Services Division GIS Architecture and Data Management Practices Boone County GIS Created and Maintained by the Boone County Planning Commission June 2008 Background Boone County s GIS program has been in existence for

More information

Spatial Adjustment Tools: The Tutorial

Spatial Adjustment Tools: The Tutorial Spatial Adjustment Tools: The Tutorial By Peter Kasianchuk, ESRI Educational Services In this exercise, you will perform some spatial adjustment and data management operations data to be used in analysis

More information

Representing Geography

Representing Geography 3 Representing Geography OVERVIEW This chapter introduces the concept of representation, or the construction of a digital model of some aspect of the Earth s surface. The geographic world is extremely

More information

Creating Maps in QGIS: A Quick Guide

Creating Maps in QGIS: A Quick Guide Creating Maps in QGIS: A Quick Guide Overview Quantum GIS, which is often called QGIS, is an open source GIS desktop application. Comparing to ArcGIS, QGIS can be installed on various operating systems,

More information

Creating a File Geodatabase

Creating a File Geodatabase Creating a File Geodatabase Updated by Thomas Stieve January 06, 2012 This exercise demonstrates how to create a file geodatabase in ArcGIS 10; how to import existing data into the geodatabase, and how

More information

Using CAD Data in ArcGIS

Using CAD Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 27, 2012 Using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support Using CAD Datasets

More information

Getting Started with ArcGIS

Getting Started with ArcGIS Getting Started with ArcGIS Bob Booth and Andy Mitchell GIS by ESRI Copyright 1999 2001 ESRI. All rights reserved. Printed in the United States of America. The information contained in this document is

More information

ArcGIS Data Models Practical Templates for Implementing GIS Projects

ArcGIS Data Models Practical Templates for Implementing GIS Projects ArcGIS Data Models Practical Templates for Implementing GIS Projects GIS Database Design According to C.J. Date (1995), database design deals with the logical representation of data in a database. The

More information

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

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) Learning Objectives: Reinforce information literacy skills Reinforce database manipulation / querying skills Reinforce joining and mapping

More information

Data Interoperability Extension Tutorial

Data Interoperability Extension Tutorial Data Interoperability Extension Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the Data Interoperability extension tutorial...................... 3 Exercise 1: Using direct-read

More information

What Should a GIS Librarian Do?

What Should a GIS Librarian Do? What Should a GIS Librarian Do? Tsering Wangyal Shawa Digital Map and Geospatial Information Center Princeton University Library Shawatw@princeton.edu 609-258-6804 American Library Association Map and

More information

(Geo)database and Data Management

(Geo)database and Data Management (Geo)database and Data Management An introduction to the possibilities of a centralized (spatial) data storing and access as well as its data management constraints (GLOWA Volta Project) GLOWA Volta Project

More information

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

13/10/2011. Data Integration and Interoperability. Gordon Sumerling & Maree Wilson Data Integration and Interoperability Gordon Sumerling & Maree Wilson 1 Agenda Seamless integration between GIS and CAD CAD Support in ArcGIS Using GIS Data in CAD Editing GIS Data in CAD 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

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

Vector analysis - introduction Spatial data management operations - Assembling datasets for analysis. Data management operations 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

More information

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

GIS 101 - Introduction to Geographic Information Systems Last Revision or Approval Date - 9/8/2011 Page 1 of 10 GIS 101 - Introduction to Geographic Information Systems Last Revision or Approval Date - 9/8/2011 College of the Canyons SECTION A 1. Division: Mathematics and Science 2. Department: Earth,

More information

Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software

Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software Data Integration for ArcGIS Users Data Interoperability Charmel Menzel, ESRI Don Murray, Safe Software Product overview Extension to ArcGIS (optional) Jointly developed with Safe Software Based on Feature

More information

Editing Common Polygon Boundary in ArcGIS Desktop 9.x

Editing Common Polygon Boundary in ArcGIS Desktop 9.x Editing Common Polygon Boundary in ArcGIS Desktop 9.x Article ID : 100018 Software : ArcGIS ArcView 9.3, ArcGIS ArcEditor 9.3, ArcGIS ArcInfo 9.3 (or higher versions) Platform : Windows XP, Windows Vista

More information

GIS Tools for Land Managers

GIS Tools for Land Managers Citation: Karl, J. 2010. GIS Tools for Land Managers. Sound Science White Paper Series #05. www.sound-science.org. GIS Tools for Land Managers Most land managers recognize that geographic information systems

More information

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

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map www.library.carleton.ca/find/gis Introduction Introduction to Georeferenced Images using ArcGIS Georeferenced images such as aerial photographs or satellite images can be used in many ways in both GIS

More information

GIS: Geographic Information Systems A short introduction

GIS: Geographic Information Systems A short introduction GIS: Geographic Information Systems A short introduction Outline The Center for Digital Scholarship What is GIS? Data types GIS software and analysis Campus GIS resources Center for Digital Scholarship

More information

Introduction to Imagery and Raster Data in ArcGIS

Introduction to Imagery and Raster Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Introduction to Imagery and Raster Data in ArcGIS Simon Woo slides Cody Benkelman - demos Overview of Presentation

More information

How To Hydrologically Condition A Digital Dam

How To Hydrologically Condition A Digital Dam Program: Funding: Conservation Applications of LiDAR Data http://tsp.umn.edu/lidar Environment and Natural Resources Trust Fund Module: Instructor: Hydrologic Applications Sean Vaughn, DNR GIS Hydrologist

More information

Bentley ArcGIS. Connector

Bentley ArcGIS. Connector Bentley ArcGIS Connector Introduction ESRI, as a GIS software products company, and Bentley Systems, Incorporated, as a developer of solutions for architecture/engineering/construction (AEC) professionals,

More information

Topology. Shapefile versus Coverage Views

Topology. Shapefile versus Coverage Views Topology Defined as the the science and mathematics of relationships used to validate the geometry of vector entities, and for operations such as network tracing and tests of polygon adjacency Longley

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

Data Validation Online References

Data Validation Online References Data Validation Online References Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: Jody Garnett Brent Owens Refractions Research Inc. Suite 400, 1207 Douglas Street Victoria,

More information

EEOS 381 - Spatial Databases and GIS Applications

EEOS 381 - Spatial Databases and GIS Applications EEOS 381 - Spatial Databases and GIS Applications Lecture 9 Metadata What is Metadata? Data about data Description of a (GIS) dataset What it represents Who created it? When? How? Format Field definitions

More information

Geographic Information System (GIS) for Managing Survey Data To the Development of GIS-Ready Information

Geographic Information System (GIS) for Managing Survey Data To the Development of GIS-Ready Information Geographic Information System (GIS) for Managing Survey Data To the Development of GIS-Ready Information Zainal A. MAJEED, Malaysia and David PARKER, United Kingdom Keywords: Geographic Information System

More information

http://www.esri.com/bia

http://www.esri.com/bia ArcGIS for Tribal Transportation Management David Gadsden Federal Account Manager dgadsden@esri.com d d 1 David Gadsden GIS Background UW Geography (1995) Peace Corps Tanzania Environmental Social Science

More information

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

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? 1. Measurements 2. Layer statistics 3. Queries 4. Buffering (vector); Proximity (raster) 5. Filtering (raster) 6. Map overlay (layer on layer

More information

MAIN_SNP_TOPO.dgm_2m

MAIN_SNP_TOPO.dgm_2m Seite 1 von 7 MAIN_SNP_TOPO.dgm_2m SDE Raster Dataset Tags dgm_2m, dgm_gr_snp, dgm1177bis1258, dtm4, lomb_dtm_20, dem2_5_apb, dhm10, dem20_apb, dsm2_voralberg, dsm10_tirol Summary There is no summary for

More information

Groundwater Chemistry

Groundwater Chemistry Mapping and Modeling Groundwater Chemistry By importing Excel spreadsheets into ArcGIS 9.2 By Mike Price, Entrada/San Juan, Inc. In ArcGIS 9.2, Microsoft Excel spreadsheet data can be imported and used

More information

Performance Tips and Tricks for ArcGIS Desktop 8.1

Performance Tips and Tricks for ArcGIS Desktop 8.1 Performance Tips and Tricks for ArcGIS Desktop 8.1 An ESRI Technical Paper September 2001 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB

More information

Managing Lidar (and other point cloud) Data. Lindsay Weitz Cody Benkelman

Managing Lidar (and other point cloud) Data. Lindsay Weitz Cody Benkelman (and other point cloud) Data Lindsay Weitz Cody Benkelman Presentation Context What is lidar, and how does it work? Not this presentation! What can you do with lidar in ArcGIS? What does Esri recommend

More information

ArcGIS. Image Server tutorial

ArcGIS. Image Server tutorial ArcGIS 9 ArcGIS Image Server tutorial Copyright 2006, 2007, and 2008 Zanja Technologies, Inc. All rights reserved. The information contained in this work is the property of Zanja Technologies, Inc., under

More information

Data source, type, and file naming convention

Data source, type, and file naming convention Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.

More information

Mapping and Digital Data Standards. October 2013

Mapping and Digital Data Standards. October 2013 Mapping and Digital Data Standards October 2013 New Jersey Department of Environmental Protection Geographic Information System Prepared by: New Jersey Department of Environmental Protection Office of

More information

INCOG Transportation Planning Division Spatial Data Management Workflow GIS-T 2008

INCOG Transportation Planning Division Spatial Data Management Workflow GIS-T 2008 INCOG Transportation Planning Division Spatial Data Management Workflow GIS-T 2008 Kevin Tartar, GISP Transportation Geodatabase Coordinator 201 West 5th Street, Suite 600 Tulsa, Oklahoma 74103 Phone:

More information

Personal Geodatabase 101

Personal Geodatabase 101 Personal Geodatabase 101 There are a variety of file formats that can be used within the ArcGIS software. Two file formats, the shape file and the personal geodatabase were designed to hold geographic

More information

TABLE OF CONTENTS. 7. shapefile..59. shapefile... 45. 4. shapefile

TABLE OF CONTENTS. 7. shapefile..59. shapefile... 45. 4. shapefile ArcView 8.3. Johansson, T.,.,.: e-learning MINERVA GISAS, ) 2005. Mr. Tino Johansson University of Helsinki, Finland.. 2. (Print Screen shots) ArcCatalog ArcMap. copyright ESRI, Inc. GISAS, MINERVA 2003-2006.

More information

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing)

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) 2011 Charlie Schweik, Alexander Stepanov, Maria Fernandez, Lara Aniskoff Note: This work is licensed under the Creative Commons

More information

DERIVATION OF THE DATA MODEL

DERIVATION OF THE DATA MODEL ARC/INFO: A GEO-RELATIONAL MODEL FOR SPATIAL INFORMATION Scott Morehouse Environmental Systems Research Institute 380 New York Street Redlands CA 92373 ABSTRACT A data model for geographic information

More information

Basics on Geodatabases

Basics on Geodatabases Basics on Geodatabases 1 GIS Data Management 2 File and Folder System A storage system which uses the default file and folder structure found in operating systems. Uses the non-db formats we mentioned

More information

Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS

Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS Lecturers: Berchuk V.Y. Gutareva N.Y. Contents: 1. Qgis; 2. General information; 3. Qgis desktop; 4.

More information

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES A TUTORIAL FROM SPATIAL AND NUMERIC DATA SERVICES NICOLE SCHOLTZ AND GEOFF IVERSON Overview... 2 A. Get a Digital Elevation Model (DEM)... 3 B. Open ArcMap,

More information

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

The Courses. Covering complete breadth of GIS technology from ESRI including ArcGIS, ArcGIS Server and ArcGIS Engine. ESRI India: Corporate profile ESRI India A profile India s Premier GIS Company Strategic alliance between ESRI Inc. and NIIT Technologies Adjudged as India s Best GIS Solutions Company - Map India 2001

More information

Archival Challenges Associated with the Esri Personal Geodatabase and File Geodatabase Formats

Archival Challenges Associated with the Esri Personal Geodatabase and File Geodatabase Formats Geospatial Multistate Archive and Preservation Partnership (GeoMAPP) Archival Challenges Associated with the Esri Personal Geodatabase and File Geodatabase Formats December 6, 2011 Introduction Spatial

More information

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District Dilhari Weragodatenna IUCN Sri Lanka, Country Office Table of Content Page No Introduction...... 1 1. Getting started..... 2 2. Geo-referencing...

More information

Working with Data from External Sources

Working with Data from External Sources Working with Data from External Sources Bentley WaterCAD V8i supports several methods of exchanging data with external applications, preventing duplication of effort and allowing you to save time by reusing

More information

Data Validation and Quality Assurance with FME

Data Validation and Quality Assurance with FME Technology Brief Data Validation and Quality Assurance with FME First, Some Background Mark Stoakes, head of the Professional Services department at Safe Software, recently gave a presentation on FME and

More information

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 1 TABLE OF CONTENTS INTRODUCTION...3 WORKING WITH DIGITAL TERRAIN MODEL (DTM) DATA FROM NRVIS, CITY OF KITCHENER, AND CITY OF

More information

Publishing Hosted 3D Feature Layers. An Esri White Paper September 2015

Publishing Hosted 3D Feature Layers. An Esri White Paper September 2015 An Esri White Paper September 2015 Copyright 2015 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of Esri. This work

More information

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION Zeshen Wang ESRI 380 NewYork Street Redlands CA 92373 Zwang@esri.com ABSTRACT Automated area aggregation, which is widely needed for mapping both natural

More information

About Reference Data

About Reference Data Tufts GIS Tip Sheet Geocoding Overview and Preparation Overview Geocoding is a process is the process of assigning locations to addresses to that they can be placed as points on a map, similar to putting

More information

How To Build Gis Applications With An Arcgis Engine

How To Build Gis Applications With An Arcgis Engine Delivering Custom GIS Applications With ArcGIS Engine An ESRI White Paper February 2004 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com

More information

Converting GIS Datasets into CAD Format

Converting GIS Datasets into CAD Format Ball State University Libraries GIS Research and Map Collection Converting GIS Datasets into CAD Format Author: Angela Gibson, 6/13/2014 Overview: One of the most common requests from students is for GIS

More information

Lab 3. GIS Data Entry and Editing.

Lab 3. GIS Data Entry and Editing. Lab 3. GIS Data Entry and Editing. The goal: To learn about the vector (arc/node) and raster data types entry and editing. Objective: Create vector and raster datasets and visualize them. Software for

More information

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

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 Introductory Exercises for GIS Using ArcMap & ArcCatalog GIS Cyberinfrastructure Module EEB 5894, section 10 Please refer to the ESRI online GIS Dictionary for additional details on any of the terms in

More information

Activity: Using ArcGIS Explorer

Activity: Using ArcGIS Explorer Activity: Using ArcGIS Explorer Requirements You must have ArcGIS Explorer for this activity. Preparation: Download ArcGIS Explorer. The link below will bring you to the ESRI ArcGIS Explorer download page.

More information

TELECOM FIBER EDITING TOOLS REFERENCE GUIDE Version 1.2

TELECOM FIBER EDITING TOOLS REFERENCE GUIDE Version 1.2 TELECOM FIBER EDITING TOOLS REFERENCE GUIDE Version 1.2 Prepared by: Esri 380 New York Street Redlands, California 92373-8100 Phone: (909) 793-2853 Table of Contents 1. Overview and Getting Started...

More information

Managing Imagery and Raster Data in ArcGIS

Managing Imagery and Raster Data in ArcGIS Technical Workshops Managing Imagery and Raster Data in ArcGIS Hong Xu, Sangeet Mathew, Mark Harris Presentation Overview ArcGIS raster data models Which model to use Mosaic dataset storage and properties

More information

City of Tigard. GIS Data Standards

City of Tigard. GIS Data Standards City of Tigard GIS Data Standards City of Tigard 13125 SW Hall Blvd Tigard, Oregon 97223 503 639-4171 Page 1 of 5 1.0 Purpose The purpose of these standards is to provide guidance for geospatial data development

More information

ArcGIS Reference Document

ArcGIS Reference Document Migration of GIS Data to ArcSDE Page 1 of 10 Table of Contents A Brief Summary of DEP s GIS Data Storage o The Y Drive o ArcSDE (Spatial Database) Keeping Your GIS Project Data Current o Checking Your

More information

Understanding ArcSDE. GIS by ESRI

Understanding ArcSDE. GIS by ESRI Understanding ArcSDE GIS by ESRI Copyright 1999 2004 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information