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

Size: px
Start display at page:

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

Transcription

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

2 Vector Data Modeling To prepare spatial data for computer processing: Use x,y coordinates to represent spatial features as points, lines, and areas. Organize geometric objects and their spatial relationships into digital data files that the computer can access, interpret, and process.

3 A subway map of Taipei, Taiwan.

4 Topology We use topology to study arrangement of geometric objects and relationship between them. Topology can therefore be used for geocoding and referencing. TIGER: Topologically Integrated Geographic Encoding and Referencing. An early application of Topology

5 Digraph

6 Georelational Data Model Topology can be used to develop georelational data models. In such a model: geometries are stored in graphic files and Attributes are stored in a relational database

7 Georelational Data in ArcInfo An ArcInfo coverage has two components: graphic files for spatial data and INFO files for attribute data. The label connects the two components.

8 The Coverage The coverage supports three basic topological relationships. Connectivity: Arcs connect to each other at nodes. Area definition: An area is defined by a series of connected arcs. Contiguity: Arcs have directions and left and right polygons.

9 Point Coverage

10 Line Coverage

11 Polygon Coverage

12 Shapefile The shapefile is a standard, non-topological data format used in ESRI products. Although the shapefile treats a point as a pair of x-, y-coordinates, a line as a series of points, and a polygon as a series of line segments, no files describe the spatial relationships between these geometric objects. Shapefiles can be read by other GIS software as well, such as MapInfo. In general, a non-topological format is faster for the computer to process and display.

13 Object-Based Data Model The object-based data model treats spatial data as objects. It differs from the georelational data model in two important aspects. The object-based data model stores both the spatial and attribute data of spatial features in a single system. The object-based data model allows a spatial feature (object) to be associated with a set of properties and methods.

14 Object-Based Model

15 Geodatabase The geodatabase is part of ArcObjects, a collection of thousands of objects, properties, and methods that provides the foundation for ArcGIS Desktop. The geodatabase organizes vector data sets into feature classes and feature datasets A feature class stores spatial data of the same geometry type. A feature dataset stores feature classes that share the same coordinate system and area extent.

16 Geodatabase Structure

17 Advantages of Geodatabase The hierarchical structure of a geodatabase is useful for data organization and management. The geodatabase, which is part of ArcObjects, can take advantage of object-oriented technology. The geodatabase offers on-the-fly topology, applicable to features within a feature class or between two or more participating feature classes. Thousands of objects, properties, and methods in ArcObjects are available for GIS users to develop customized applications. ArcObjects provides a template for custom objects to be developed for different industries and applications.

18 Topology Rules The geodatabase defines topology as relationship rules and lets the user choose the rules, if any, to be implemented in a feature dataset. The geodatabase offers 25 topology rules by feature type.

19 Topology Rules Feature Type Polygon Line Point Rule must not overlap, must not have gaps, must not overlap with, must be covered by feature class of, must cover each other, must be covered by, boundary must be covered by, area boundary must be covered by boundary of, and contains point must not overlap, must not intersect, must not have dangles, must not have pseudo-nodes, must not intersect or touch interior, must not overlap with, must be covered by feature class of, must be covered by boundary of, endpoint must be covered by, must not self overlap, must not self intersect, and must be single part must be covered by boundary of, must be properly inside polygons, must be covered by endpoint of, and must be covered by line

20 Composite Features Composite features refer to those spatial features that are better represented as composites of points, lines, and polygons. Composite features include TINs (triangulated irregular networks), regions, and routes.

21 TIN A TIN approximates the terrain with a set of non-overlapping triangles.

22 TIN Data Structure

23 Regions A region is a geographic area with similar characteristics. A data model for regions must be able to handle two spatial characteristics: A region may have spatially joint or disjoint areas, and regions can overlap or cover the same area.

24 Regions - Overlapping

25 Region Data Structure

26 Routes A route is a linear feature such as a highway, a bike path, or a stream but, unlike other linear features, a route has a measurement system that allows linear measures to be used on a projected coordinate system.

27 Route Data Structure

28 Raster Data Model A raster represents a continuous surface, but for data storage and analysis, a raster is divided into rows, columns, and cells. Raster data represent points by single cells, lines by sequences of neighboring cells, and areas by collections of contiguous cells.

29 Raster and Vector

30 Elements of Raster Data Model 1. Cell value. Each cell in a raster carries a value, which represents the characteristic of a spatial phenomenon at the location denoted by its row and column. The cell value can be integer or floating-point. 2. Cell size. The cell size determines the resolution of the raster data model. 3. Raster bands. A raster may have a single band or multiple bands. 4. Spatial reference. Raster data must have the spatial reference information so that they can align spatially with other data sets in a GIS.

31 Digital Elevation Model

32 Types of Raster Data 1.Satellite Imagery 2.Digital Elevation Models (DEMs) 3.Digital Orthophotos (DOQ) 4.Land Cover Data 5.Bi-Level Scanned Files 6.Digital Raster Graphics (DRGs) 7.Graphic Files 8.GIS Software-Specific Raster Data

33 Satellite Imagery

34 Scanned Image

35 Digital Raster Graphics

36 Raster Data Encoding 1.Cell-by-Cell Encoding 2.Run Length Encoding 3.Quad Tree

37 Cell-by-Cell Data Structure

38 Run-Length Encoding Row 1: 5,6 Row 2: 4,6 Row 3: 3,7 Row 4: 3,7 Row 5: 3,7 Row 6: 2,7 Row 7: 2,7

39 Quad-Tree Method

40 Data Compression Data compression refers to the reduction of data volume. A variety of techniques are available for image compression. Compression techniques can be lossless or lossy. The wavelet transform, the latest technology for image compression, treats an image as a wave and progressively decomposes the wave into simpler wavelets.

41 Data Conversion The conversion of vector data to raster data is called rasterization, and the conversion of raster data to vector data is called vectorization.

42 Rasterization and Vectorization

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

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

More information

Georelational Vector Data Model

Georelational Vector Data Model Georelational Vector Data Model Contents Georelational Data Model Representation of Simple Features Topology Non-topological Vector Data Data Models for Composite Features Geo-relational Looking at a paper

More information

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

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

More information

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

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

Lecture 6 - Raster Data Model & GIS File Organization

Lecture 6 - Raster Data Model & GIS File Organization Lecture 6 - Raster Data Model & GIS File Organization I. Overview of Raster Data Model Raster data models define objects in a fixed manner see Figure 1. Each grid cell has fixed size (resolution). The

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

Introduction to the 176A labs and ArcGIS Purpose of the labs

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

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

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

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

More information

Raster Data Model. Examples of raster data Remotely sensed imagery (BV, DN) DEM (elevation) DRG (color) Raster Database

Raster Data Model. Examples of raster data Remotely sensed imagery (BV, DN) DEM (elevation) DRG (color) Raster Database Raster Data Model Why use a raster data model? Raster data representations Cell value Measurement, average, majority, significance Cell-based vs. point-based Raster data components Cells, Pixels, Grid

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

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

Spatial Concepts: Data Models 2

Spatial Concepts: Data Models 2 Spatial Concepts: Data Models 2 2009/2010 CGI GIRS 2/31 Data modeling in 4 steps 1. Geographical perception Continuous phenomenon Discrete phenomena Virtual boundaries Tangible boundaries altitude, EM

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

Terms GIS GPS Vector Data Model Raster Data Model Feature Attribute Table Point Line Polygon Pixel RGB Overlay Function

Terms GIS GPS Vector Data Model Raster Data Model Feature Attribute Table Point Line Polygon Pixel RGB Overlay Function FINAL REVIEW FOR GIS (2016) PRACTICAL COMPONENT The first 40 mins of the exam will be open book and will require you to make a map using all the techniques learned over the semester. This map will be e-mailed

More information

ESRI* Object Models; Data Capture

ESRI* Object Models; Data Capture ESRI* Object Models; Data Capture * Environmental Systems Research Institute Feature Class (spatial table) Number Age_Ma 1_sigma Rx_Type Size_kg 123 124 125 142 1.5 B_schist 136 2.0 G_schist Object Class

More information

ESRI Object Models and Data Capture 2/1/2018

ESRI Object Models and Data Capture 2/1/2018 Number 123 124 125 ESRI* Object Models; Data Capture Feature Class (spatial table) Age_Ma 142 136 1_sigma 1.5 2.0 Rx_Type B_schist G_schist Object Class (nonspatial table) Size_kg 3.4 1.3 Y Control Point

More information

ESRI* Object Models; Data Capture

ESRI* Object Models; Data Capture ESRI* Object Models; Data Capture * Environmental Systems Research Institute Feature Class (spatial table) Number Age_Ma 1_sigma Rx_Type Size_kg 123 124 125 142 1.5 B_schist 136 2.0 G_schist Object Class

More information

EEOS 381 -Spatial Databases and GIS Applications

EEOS 381 -Spatial Databases and GIS Applications EEOS 381 -Spatial Databases and GIS Applications Lecture 5 Geodatabases What is a Geodatabase? Geographic Database ESRI-coined term A standard RDBMS that stores and manages geographic data A modern object-relational

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

EnvSci 360 Computer and Analytical Cartography

EnvSci 360 Computer and Analytical Cartography EnvSci 360 Computer and Analytical Cartography Lecture 7 Mapping Images, Surfaces, and 3-D Data Brief Overview of Imagery What is Imagery? A spatial data model that defines space as an array of equally

More information

ESRI Object Models and Data Capture 9/18/ /18/2014 M. Helper GEO327G/386G, UT Austin 2. ESRI Arc/Info ArcView ArcGIS

ESRI Object Models and Data Capture 9/18/ /18/2014 M. Helper GEO327G/386G, UT Austin 2. ESRI Arc/Info ArcView ArcGIS ESRI Object Models; Data Capture Conceptual Models Conceptual Models Characterized all features or phenomena as: Feature Class (spatial table) Number Age_Ma 1_sigma Rx_Type 123 142 1.5 B_schist 124 136

More information

An Introduction to Geographic Information System

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

More information

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics Lecture 2 A Review: Geographic Information Systems & ArcGIS Basics GIS Overview Types of Maps Symbolization & Classification Map Elements GIS Data Models Coordinate Systems and Projections Scale Geodatabases

More information

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

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

More information

Geoprocessing Tools at ArcGIS 9.2 Desktop

Geoprocessing Tools at ArcGIS 9.2 Desktop Geoprocessing Tools at ArcGIS 9.2 Desktop Analysis Tools Analysis Tools \ Extract Clip Analysis Tools \ Extract Select Analysis Tools \ Extract Split Analysis Tools \ Extract Table Select Analysis Tools

More information

software, just as word processors or databases are. GIS was originally developed and cartographic capabilities have been augmented by analysis tools.

software, just as word processors or databases are. GIS was originally developed and cartographic capabilities have been augmented by analysis tools. 1. INTRODUCTION 1.1Background A GIS is a Geographic Information System, a software package for creating, viewing, and analyzing geographic information or spatial data. GIS is a class of software, just

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

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

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap Lecture 2 Introduction to ESRI s ArcGIS Desktop and ArcMap Outline ESRI What is ArcGIS? ArcGIS Desktop ArcMap Overview Views Layers Attribute Tables Help! Scale Tips and Tricks ESRI Environmental Systems

More information

GIS Boot Camp for Education June th, 2011 Day 1. Instructor: Sabah Jabbouri Phone: (253) x 4854 Office: TC 136

GIS Boot Camp for Education June th, 2011 Day 1. Instructor: Sabah Jabbouri Phone: (253) x 4854 Office: TC 136 GIS Boot Camp for Education June 27-30 th, 2011 Day 1 Instructor: Sabah Jabbouri Phone: (253) 833-9111 x 4854 Office: TC 136 Email: sjabbouri@greenriver.edu http://www.instruction.greenriver.edu/gis/ Summer

More information

Geodatabase Essentials Part One - Intro to the Geodatabase. Jonathan Murphy Colin Zwicker

Geodatabase Essentials Part One - Intro to the Geodatabase. Jonathan Murphy Colin Zwicker Geodatabase Essentials Part One - Intro to the Geodatabase Jonathan Murphy Colin Zwicker Session Path The Geodatabase - What is it? - Why use it? - What types are there? Inside the Geodatabase Advanced

More information

Geodatabase An Overview

Geodatabase An Overview Federal GIS Conference February 9 10, 2015 Washington, DC Geodatabase An Overview Ralph Denkenberger - esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? Inside the Geodatabase

More information

Introduction INTRODUCTION TO GIS GIS - GIS GIS 1/12/2015. New York Association of Professional Land Surveyors January 22, 2015

Introduction INTRODUCTION TO GIS GIS - GIS GIS 1/12/2015. New York Association of Professional Land Surveyors January 22, 2015 New York Association of Professional Land Surveyors January 22, 2015 INTRODUCTION TO GIS Introduction GIS - GIS GIS 1 2 What is a GIS Geographic of or relating to geography the study of the physical features

More information

Geodatabase An Introduction

Geodatabase An Introduction 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Geodatabase An Introduction David Crawford and Jonathan Murphy Session Path The Geodatabase What is it?

More information

Introduction to Geographic

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

More information

Managing Parcels in ArcGIS 10

Managing Parcels in ArcGIS 10 Managing Parcels in ArcGIS 10 ArcGIS Geodatabase Editing Workflows Editing Maps Tim Hensley Esri Solution Engineer Karen Lowrey Esri Geospatial Analyst Basemaps Public Access Value Analysis ArcGIS 10 Parcel

More information

Geographers Perspectives on the World

Geographers Perspectives on the World What is Geography? Geography is not just about city and country names Geography is not just about population and growth Geography is not just about rivers and mountains Geography is a broad field that

More information

COURSE SCHEDULE, GRADING, and READINGS

COURSE SCHEDULE, GRADING, and READINGS COURSE SCHEDULE, GRADING, and READINGS Note: All academic classes will be held in the GIS lab at Royal Thimphu College. These dates are listed here. Other days will involve travel or days off, and the

More information

An ESRI Technical Paper June 2007 Understanding Coordinate Management in the Geodatabase

An ESRI Technical Paper June 2007 Understanding Coordinate Management in the Geodatabase An ESRI Technical Paper June 2007 Understanding Coordinate Management in the Geodatabase 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

Today: GEOL 452/552 - GIS for Geoscientists I. Lecture 3 - Chapter 1. GIS vector Data (review) Let s annotate this layer (draw on paper)

Today: GEOL 452/552 - GIS for Geoscientists I. Lecture 3 - Chapter 1. GIS vector Data (review) Let s annotate this layer (draw on paper) Today: GEOL 452/552 - GIS for Geoscientists I Lecture 3 - Chapter 1 GIS vector data - review raster data history: ArcView/ArcINFO - ArcGIS types of GIS data files Lab: finish Ch. 1 tutorial and HW1 Please

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

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

ArcGIS Data Models: Raster Data Models. Jason Willison, Simon Woo, Qian Liu (Team Raster, ESRI Software Products)

ArcGIS Data Models: Raster Data Models. Jason Willison, Simon Woo, Qian Liu (Team Raster, ESRI Software Products) ArcGIS Data Models: Raster Data Models Jason Willison, Simon Woo, Qian Liu (Team Raster, ESRI Software Products) Overview of Session Raster Data Model Context Example Raster Data Models Important Raster

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

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

GIS Workshop Data Collection Techniques

GIS Workshop Data Collection Techniques GIS Workshop Data Collection Techniques NOFNEC Conference 2016 Presented by: Matawa First Nations Management Jennifer Duncan and Charlene Wagenaar, Geomatics Technicians, Four Rivers Department QA #: FRG

More information

Geodatabase An Introduction

Geodatabase An Introduction Federal GIS Conference 2014 February 10 11, 2014 Washington DC Geodatabase An Introduction Ralph Denkenberger esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? Inside

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

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

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

More information

Lecture 9: Geocoding & Network Analysis

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

More information

PRINCIPLES OF GIS. 1 Low

PRINCIPLES OF GIS. 1 Low PRINCIPLES OF GIS Dhubri 1 Low Water Very High Vegetation High Vegetation Medium vegetatin vegetation Sand/bars Dhubri Dr. R N Sankhua Capture Store Computer Mapping People Analyze Display Query Software

More information

Census Mapping with ArcGIS

Census Mapping with ArcGIS Census Mapping with ArcGIS Jin Lee, GIS manager at the Lewis Mumford Center and Center for Social and Demographic Analysis Email: jwlee@albany.edu Phone: 442-5402 Quick summary of Day1 http://csda.albany.edu/events-news/gisworkshop_outline_fall_3-1.pdf

More information

Designing GIS Databases to Support Mapping and Map Production Charlie Frye, ESRI Redlands Aileen Buckley, ESRI Redlands

Designing GIS Databases to Support Mapping and Map Production Charlie Frye, ESRI Redlands Aileen Buckley, ESRI Redlands Designing GIS Databases to Support Mapping and Map Production Charlie Frye, ESRI Redlands Aileen Buckley, ESRI Redlands 1 Designing GIS Databases to Support Mapping and Map Production Charlie Frye, ESRI

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

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. CHAPTER 5 GIS DATA Acquisition 5.1 Existing GIS Data 5.1.1 Federal Geographic Data Committee 5.1.2 Geospatial One-Stop Box 5.1 Clearinghouse and Portal 5.1.3 U.S. Geological Survey 5.1.4 U.S. Census Bureau

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

Key Questions and Issues. What is GIS? GIS is to geographic analysis as: What is GIS? 9/3/2013. GEO 327G/386G, UT Austin 1

Key Questions and Issues. What is GIS? GIS is to geographic analysis as: What is GIS? 9/3/2013. GEO 327G/386G, UT Austin 1 What is GIS? Key Questions and Issues Geology Elevation Transportation Hydrography Imagery What is GIS? What are the applications of GIS? How is the real world represented in GIS? What analyses can GIS

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GEOGRAPHIC INFORMATION SYSTEMS 4-H Round-Up Community Transitions Workshop Daniel Hanselka June 14, 2011 Goals of the Workshop Answer the question: What is GIS? Uses of GIS. Some of the Common Terminology

More information

Hydrologic Engineering Applications of Geographic Information Systems

Hydrologic Engineering Applications of Geographic Information Systems Hydrologic Engineering Applications of Geographic Information Systems Davis, California Objectives: The participant will acquire practical knowledge and skills in the application of GIS technologies for

More information

Watershed Sciences 4930 & 6920 Advanced GIS

Watershed Sciences 4930 & 6920 Advanced GIS Slides by Wheaton et al. (2009-2014) are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License Watershed Sciences 4930 & 6920 Advanced GIS WEEK TWO Lecture 3 Data

More information

Aileen Buckley, Ph.D. and Charlie Frye

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

More information

FlexiCadastre User Conference 2013 GIS Data Verification & Challenges

FlexiCadastre User Conference 2013 GIS Data Verification & Challenges FlexiCadastre User Conference 2013 GIS Data Verification & Challenges May 7, 2013 Amanda Blackmore GIS Specialist OVERVIEW GIS Definitions & Terminology Spatial Data Common Issues or Concerns Data Verification

More information

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT

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

More information

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

Data Creation and Editing

Data Creation and Editing 11.520:A Workshop on Geographical Information Systems 1.188: Urban Planning and Social Science Laboratory Data Creation and Editing Based in part on notes by Prof. Joseph Ferreira and Michael Flaxman Lulu

More information

SVY2001: Lecture 15: Introduction to GIS and Attribute Data

SVY2001: Lecture 15: Introduction to GIS and Attribute Data SVY2001: Databases for GIS Lecture 15: Introduction to GIS and Attribute Data Management. Dr Stuart Barr School of Civil Engineering & Geosciences University of Newcastle upon Tyne. Email: S.L.Barr@ncl.ac.uk

More information

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

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

More information

Data Space and Web. A Geospatial Journey

Data Space and Web. A Geospatial Journey Data Space and Web A Geospatial Journey Geographical Information Systems (GIS) (definitions) Geographic information system, a system for storing and manipulating geographical information on computer (Merriam

More information

Steve Pietersen Office Telephone No

Steve Pietersen Office Telephone No Steve Pietersen Steve.Pieterson@durban.gov.za Office Telephone No. 031 311 8655 Overview Why geography matters The power of GIS EWS GIS water stats EWS GIS sanitation stats How to build a GIS system EWS

More information

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

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

More information

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II Week 5 ArcMap - EXPLORING THE DATABASE Part I SPATIAL DATA FORMATS Part II topics of the week Exploring the Database More on the Table of Contents Exploration tools Identify, Find, Measure, Map tips, Hyperlink,

More information

Lecture 1 Intro to GIS and GIS Vector and Raster Data Models

Lecture 1 Intro to GIS and GIS Vector and Raster Data Models Lecture 1 Intro to GIS and GIS Vector and Raster Data Models Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Object GIS layer Use Hydro Pole utilities utility

More information

Lecture 1 Introduction to GIS. Dr. Zhang Spring, 2017

Lecture 1 Introduction to GIS. Dr. Zhang Spring, 2017 Lecture 1 Introduction to GIS Dr. Zhang Spring, 2017 Topics of the course Using and making maps Navigating GIS Map design Working with spatial data Geoprocessing Spatial data infrastructure Digitizing

More information

FNRM 3131 Introduction to GIS in Natural Resource Management

FNRM 3131 Introduction to GIS in Natural Resource Management FNRM 3131 Introduction to GIS in Natural Resource Management Instructors: Andrew C Jenks 215 Green Hall ajenks@umnedu, @acjenks Paul V Bolstad 301H Green Hall pbolstad@umnedu Course Topics Motivation:

More information

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME:

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

More information

SPOT DEM Product Description

SPOT DEM Product Description SPOT DEM Product Description Version 1.1 - May 1 st, 2004 This edition supersedes previous versions Acronyms DIMAP DTED DXF HRS JPEG, JPG DEM SRTM SVG Tiff - GeoTiff XML Digital Image MAP encapsulation

More information

Exercise 3: GIS data on the World Wide Web

Exercise 3: GIS data on the World Wide Web Exercise 3: GIS data on the World Wide Web These web sites are a few examples of sites that are serving free GIS data. Many other sites exist. Search in Google or other search engine to find GIS data for

More information

Geog 469 GIS Workshop. Managing Enterprise GIS Geodatabases

Geog 469 GIS Workshop. Managing Enterprise GIS Geodatabases Geog 469 GIS Workshop Managing Enterprise GIS Geodatabases Outline 1. Why is a geodatabase important for GIS? 2. What is the architecture of a geodatabase? 3. How can we compare and contrast three types

More information

Lab#8: Working With Geodatabases. create a geodatabase with feature datasets, tables, raster datasets, and raster catalogs

Lab#8: Working With Geodatabases. create a geodatabase with feature datasets, tables, raster datasets, and raster catalogs Lab#8: Geodatabase Concepts Page#1 of 25 In this lab, you will learn how to: Lab#8: Working With Geodatabases create a geodatabase with feature datasets, tables, raster datasets, and raster catalogs join

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

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

More information

GIS-Enabled Modeling and Simulation (GEMS)

GIS-Enabled Modeling and Simulation (GEMS) www.mak.com info@mak.com 617-876-8085 Paper # 1015 GIS-Enabled Modeling and Simulation (GEMS) 10 January 2007 Tom Stanzione & Kevin Johnson tstanzione@mak.com, kevinj@mak.com Overview Objectives Technical

More information

Introduction to Geographic Information Systems

Introduction to Geographic Information Systems Introduction to Geographic Information Systems Lynn_Carlson@brown.edu 401-863-9917 The Environmental And Remote TecHnologies Lab MacMillan Hall, Room 105 http://www.brown.edu/research/earthlab/ Outline

More information

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax:

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax: GENERALIZATION IN THE NEW GENERATION OF GIS Dan Lee ESRI, Inc. 380 New York Street Redlands, CA 92373 USA dlee@esri.com Fax: 909-793-5953 Abstract In the research and development of automated map generalization,

More information

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

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

More information

Research on Object-Oriented Geographical Data Model in GIS

Research on Object-Oriented Geographical Data Model in GIS Research on Object-Oriented Geographical Data Model in GIS Wang Qingshan, Wang Jiayao, Zhou Haiyan, Li Bin Institute of Information Engineering University 66 Longhai Road, ZhengZhou 450052, P.R.China Abstract

More information

A Review: Geographic Information Systems & ArcGIS Basics

A Review: Geographic Information Systems & ArcGIS Basics A Review: Geographic Information Systems & ArcGIS Basics Geographic Information Systems Geographic Information Science Why is GIS important and what drives it? Applications of GIS ESRI s ArcGIS: A Review

More information

Geodatabase Management Pathway

Geodatabase Management Pathway Geodatabase Management Pathway Table of Contents ArcGIS Desktop II: Tools and Functionality 3 ArcGIS Desktop III: GIS Workflows and Analysis 6 Building Geodatabases 8 Data Management in the Multiuser Geodatabase

More information

v WMS Tutorials GIS Module Importing, displaying, and converting shapefiles Required Components Time minutes

v WMS Tutorials GIS Module Importing, displaying, and converting shapefiles Required Components Time minutes v. 11.0 WMS 11.0 Tutorial Importing, displaying, and converting shapefiles Objectives This tutorial demonstrates how to import GIS data, visualize it, and convert it into WMS coverage data that could be

More information

Hydrology and Floodplain Analysis, Chapter 10

Hydrology and Floodplain Analysis, Chapter 10 Hydrology and Floodplain Analysis, Chapter 10 Hydrology and Floodplain Analysis, Chapter 10.1 Introduction to GIS GIS Geographical Information System Spatial Data Data linked with geographical location

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki September 01, 2017 Lecture 02: Introduction to GIS and GIS Data Models Outline today Part 1: What is GIS? GIS definitions GIS components GIS history Common

More information

GIS Data Production and Editing Pathway

GIS Data Production and Editing Pathway GIS Data Production and Editing Pathway Table of Contents ArcGIS Desktop II: Tools and Functionality 3 ArcGIS Desktop III: GIS Workflows and Analysis 6 Building Geodatabases 8 Creating and Maintaining

More information

Project Information system (Geodatabase) Norway Grants

Project Information system (Geodatabase) Norway Grants Project Information system (Geodatabase) Norway Grants Lucie Kondrová Lenka Kociánová Zuzana Krejčí Martin Paleček Czech Geological Survey, Department of Information Systems 8.11. 2016 CZECH GEOLOGICAL

More information

ESRI Survey Summit August Clint Brown Director of ESRI Software Products

ESRI Survey Summit August Clint Brown Director of ESRI Software Products ESRI Survey Summit August 2006 Clint Brown Director of ESRI Software Products Cadastral Fabric How does Cadastral fit with Survey? Surveyors process raw field observations Survey measurements define high-order

More information

Lecture 2. Introduction to GIS Software and Resources

Lecture 2. Introduction to GIS Software and Resources Lecture 2 Introduction to GIS Software and Resources GIS in Water Resources Spring 2015 Introduction to GIS Software there are others. Proprietary: 1 Introduction to GIS Software and even more. OpenSource:

More information

8/27/2015 M. Helper, U. Texas, Austin

8/27/2015 M. Helper, U. Texas, Austin Slide 1 What is GIS? Geology Transportation Hydrography Elevation Imagery Geo327G/386G UT Austin 1 Slide 2 Key Questions and Issues What is GIS? What are the applications of GIS? How is the real world

More information

GIS Software. Evolution of GIS Software

GIS Software. Evolution of GIS Software GIS Software The geoprocessing engines of GIS Major functions Collect, store, mange, query, analyze and present Key terms Program collections of instructions to manipulate data Package integrated collection

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA This help guide describes how to merge two or more feature classes (vector) or rasters into one single feature class or raster dataset. The Merge Tool The Merge Tool combines input features from input

More information