Introduction to Spatial Data Types

Size: px
Start display at page:

Download "Introduction to Spatial Data Types"

Transcription

1 Introduction to Spatial Data Types Daniel McInerney Urban Institute Ireland, University College Dublin, Richview Campus, Clonskeagh Drive, Dublin th June 2009

2 Presentation Outline 1 Objectives Basics Synthesising Reality 2 3 Vector vs. Raster Models Examples of Data Conclusion

3 Presentation Outline 1 Objectives Basics Synthesising Reality 2 3 Vector vs. Raster Models Examples of Data Conclusion

4 Presentation Outline 1 Objectives Basics Synthesising Reality 2 3 Vector vs. Raster Models Examples of Data Conclusion

5 Objectives of lecture Objectives Basics Synthesising Reality To provide some theory and background to GIS, data models and spatial data Provide some examples of spatial data available within and outside of UCD.

6 What is a GIS? Objectives Basics Synthesising Reality A Geographic Information System (GIS) has been defined as a system for organised collection of computer hardware, software, geographic data and personnel designed to efficiently capture, store, update, manipulate, analyse and display all forms of geo-referenced information Defined by Burroughs and McDonnell as a means of checking, manipulating and analysing data, which are spatially referenced to the Earth. At its core is a spatial database that optimally stores both spatial and attribute data

7 What is a GIS? Objectives Basics Synthesising Reality A Geographic Information System (GIS) has been defined as a system for organised collection of computer hardware, software, geographic data and personnel designed to efficiently capture, store, update, manipulate, analyse and display all forms of geo-referenced information Defined by Burroughs and McDonnell as a means of checking, manipulating and analysing data, which are spatially referenced to the Earth. At its core is a spatial database that optimally stores both spatial and attribute data

8 Conceptual of a GIS Objectives Basics Synthesising Reality

9 Representing Reality Objectives Basics Synthesising Reality REALITY - what actually exists DATA MODEL - Abstraction of the real world incorporating only properties relevant to application DATA STRUCTURE - A representation of the data model, expressed using arrays and programming structures that are incorporated in computer programs FILE STRUCTURE - The representation of the data in storage hardware in terms of bits and bytes on disk sectors

10 Representing Reality Objectives Basics Synthesising Reality REALITY - what actually exists DATA MODEL - Abstraction of the real world incorporating only properties relevant to application DATA STRUCTURE - A representation of the data model, expressed using arrays and programming structures that are incorporated in computer programs FILE STRUCTURE - The representation of the data in storage hardware in terms of bits and bytes on disk sectors

11 Representing Reality Objectives Basics Synthesising Reality REALITY - what actually exists DATA MODEL - Abstraction of the real world incorporating only properties relevant to application DATA STRUCTURE - A representation of the data model, expressed using arrays and programming structures that are incorporated in computer programs FILE STRUCTURE - The representation of the data in storage hardware in terms of bits and bytes on disk sectors

12 Representing Reality Objectives Basics Synthesising Reality REALITY - what actually exists DATA MODEL - Abstraction of the real world incorporating only properties relevant to application DATA STRUCTURE - A representation of the data model, expressed using arrays and programming structures that are incorporated in computer programs FILE STRUCTURE - The representation of the data in storage hardware in terms of bits and bytes on disk sectors

13 The Data Model Critical decision is the choice of the data model, which is the basis of a GIS Different data models are required for spatial and attribute data They are a set of constructs for describing and representing selected aspects of the real world in a computer Models need to cope with: maintaining data, modelling tasks, analysis tasks and presentation.

14 The Data Model Critical decision is the choice of the data model, which is the basis of a GIS Different data models are required for spatial and attribute data They are a set of constructs for describing and representing selected aspects of the real world in a computer Models need to cope with: maintaining data, modelling tasks, analysis tasks and presentation.

15 The Data Model Critical decision is the choice of the data model, which is the basis of a GIS Different data models are required for spatial and attribute data They are a set of constructs for describing and representing selected aspects of the real world in a computer Models need to cope with: maintaining data, modelling tasks, analysis tasks and presentation.

16 The Data Model Critical decision is the choice of the data model, which is the basis of a GIS Different data models are required for spatial and attribute data They are a set of constructs for describing and representing selected aspects of the real world in a computer Models need to cope with: maintaining data, modelling tasks, analysis tasks and presentation.

17 Two fundamental data models exist: Vector & Raster... but also Vector representation of linked lines and Delauney Triangulation (TINs) irregular tesselations of fields.

18 Two fundamental data models exist: Vector & Raster... but also Vector representation of linked lines and Delauney Triangulation (TINs) irregular tesselations of fields.

19 What are Spatial Data? A geographical entity is defined in terms of: Location (spatial reference) Dimensions Attribute Time It is common in spatial analysis to refer to places as (spatial) objects.

20 Spatial Reference Latitude Longitude National Grid Reference An address A postcode

21 Coordinate Reference Systems A flat map distorts geometry because the Earth is curved. If you plot lat long coordinates of a Cartesian system a straight line will appear bent and areas will be distorted. 3D points are projected from the Earth s surface onto the 2D map surface. Despite these projections, this process can lead to distortions over large areas.

22 Map Projections Many types of map projections exist, perhaps the most commonly used one is: Universal Transverse Mercator Coordinate System It divides the Earth into zones that are six degrees in longitude & from 80 south latitude to 84 north latitude

23 Map Projections Bear in mind that map projections distort five geographic relationships: Areas Angles Gross Shapes Distances Directions Some projections will preserve local angles but not areas and vice versa!

24 Irish National Grid

25 Zero Dimensional Object Types Point - as pairs of coordinates in lat/long or some other reference system Node A point feature is a zero-dimensional cartographic object. It specifies the geometric location and no other meaningful measurement The size of the point may vary, but the area of those symbols is meaningless Four types of points exist: entity point, label point, area point and node

26 One Dimensional Object Types Line - ordered sequence of points connected by straight lines Line features are one dimensional features, despite occupying two-dimensional space. A line segment is the direct connection between two points A line feature is typically represented as a sequence of vectors An Arc is the location of points that are defined by a mathematical function to form a curve Link or edge is the connection between two nodes

27 Two Dimensional Object Types Areas as ordered rings of points connected by straight lines to form polygons Area is a two dimensional, bounded and continuous object Interior area is an area not including its boundary Simple polygon consists of an interior area and an outer ring. The boundary does not intersect itself Typically refers to vector polygons, but also relates to pixels and grid cells.

28 Attribute Data Attribute (Aspatial) information is the label / name / categorisation / descriptiong associated with a spatial object The attributes can be as important as the spatial data themselves May be more complex than the spatial data May be a simple text label (e.g. town name, river name, county population) Attributes usually stored in some form of database (i.e. DBF, ORACLE table...) Relational or object oriented DBMS used to spatial objects to complex attribute tables

29 Attribute Data Attribute (Aspatial) information is the label / name / categorisation / descriptiong associated with a spatial object The attributes can be as important as the spatial data themselves May be more complex than the spatial data May be a simple text label (e.g. town name, river name, county population) Attributes usually stored in some form of database (i.e. DBF, ORACLE table...) Relational or object oriented DBMS used to spatial objects to complex attribute tables

30 Attribute Data Attribute (Aspatial) information is the label / name / categorisation / descriptiong associated with a spatial object The attributes can be as important as the spatial data themselves May be more complex than the spatial data May be a simple text label (e.g. town name, river name, county population) Attributes usually stored in some form of database (i.e. DBF, ORACLE table...) Relational or object oriented DBMS used to spatial objects to complex attribute tables

31 Attribute Data Attribute (Aspatial) information is the label / name / categorisation / descriptiong associated with a spatial object The attributes can be as important as the spatial data themselves May be more complex than the spatial data May be a simple text label (e.g. town name, river name, county population) Attributes usually stored in some form of database (i.e. DBF, ORACLE table...) Relational or object oriented DBMS used to spatial objects to complex attribute tables

32 Attribute Data Attribute (Aspatial) information is the label / name / categorisation / descriptiong associated with a spatial object The attributes can be as important as the spatial data themselves May be more complex than the spatial data May be a simple text label (e.g. town name, river name, county population) Attributes usually stored in some form of database (i.e. DBF, ORACLE table...) Relational or object oriented DBMS used to spatial objects to complex attribute tables

33 Attribute Data Attribute (Aspatial) information is the label / name / categorisation / descriptiong associated with a spatial object The attributes can be as important as the spatial data themselves May be more complex than the spatial data May be a simple text label (e.g. town name, river name, county population) Attributes usually stored in some form of database (i.e. DBF, ORACLE table...) Relational or object oriented DBMS used to spatial objects to complex attribute tables

34 Common types of attribute data Nominal Attribute that distinguishes between locations without any ranking or potential for arithmetic Ordinal Attribute that implies a ranking, but arithmetic calculations are nonsensical Interval Attributes where differences make sense Ratio Attributes where it makes sense to divide one measurement by another

35 Raster Data Popular means of referencing continuous fields Designed for rapid response to queries e.g. What is at a given location? Where does attribute X occur?

36 Types of continuous fields Elevation Air Temperature Land ownership Ice thickness Timber Volume or Biomass Population density

37 What is a raster? A raster is a geographic data set in which values are assigned to a rectangular array of objects (Goodchild, 1997) A regular grid of cells with a fixed resolution completely covering an area (Burrough, 1986)

38 What is a raster? A raster is a geographic data set in which values are assigned to a rectangular array of objects (Goodchild, 1997) A regular grid of cells with a fixed resolution completely covering an area (Burrough, 1986)

39 Basic raster definition Space is tesselated at a fixed resolution, the cell size Cell values are stored in a fixed order (e.g. row by row from top left to bottom right) No need for coordinates of each cell as the scheme is ordered and regular Store the coordinates of one cell and cell size to register the raster to an external coorindate system

40 Advantages Vector vs. Raster Models Examples of Data Conclusion Raster Advantages Simple data structure Simple overlay operations High spatial variability is efficiently represented Satellite & other formats already in this format Vector Advantages Vector representation is more compact Provides efficient encoding of topology, i.e. better for network operations Better suited to produce maps with crisp line-work

41 Advantages Vector vs. Raster Models Examples of Data Conclusion Raster Advantages Simple data structure Simple overlay operations High spatial variability is efficiently represented Satellite & other formats already in this format Vector Advantages Vector representation is more compact Provides efficient encoding of topology, i.e. better for network operations Better suited to produce maps with crisp line-work

42 Disadvantages Vector vs. Raster Models Examples of Data Conclusion Raster Disadvantages Raster data are less compact Topological relationships difficult to represent Poorer graphical output (step-like effect / blocky appearance) Vector Disadvantages More complex structure than a simple raster Overlay operations are more difficult to implement Representing high spatial variability is inefficient Handling image data is not possible

43 Disadvantages Vector vs. Raster Models Examples of Data Conclusion Raster Disadvantages Raster data are less compact Topological relationships difficult to represent Poorer graphical output (step-like effect / blocky appearance) Vector Disadvantages More complex structure than a simple raster Overlay operations are more difficult to implement Representing high spatial variability is inefficient Handling image data is not possible

44 Vector vs. Raster Models Examples of Data Conclusion Demonstration of different types of data Frequently, access to data is the biggest hinderence to carrying out spatial analysis Multitude of data exist, some proprietary others free...

45 Vector vs. Raster Models Examples of Data Conclusion Demonstration of different types of data Frequently, access to data is the biggest hinderence to carrying out spatial analysis Multitude of data exist, some proprietary others free...

46 Vector vs. Raster Models Examples of Data Conclusion Concluding remarks Hopefully this lecture has provided you with some background and theory to GIS An understanding of data models and data types will facilitate your spatial analysis Type of data model are dependent on your needs and analysis Questions, comments?

47 Vector vs. Raster Models Examples of Data Conclusion Concluding remarks Hopefully this lecture has provided you with some background and theory to GIS An understanding of data models and data types will facilitate your spatial analysis Type of data model are dependent on your needs and analysis Questions, comments?

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

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

Lecture 3: Models of Spatial Information

Lecture 3: Models of Spatial Information Lecture 3: Models of Spatial Information Introduction In the last lecture we discussed issues of cartography, particularly abstraction of real world objects into points, lines, and areas for use in maps.

More information

SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS

SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS KEY CONCEPTS: In this session we will look at: Geographic information systems and Map projections. Content that needs to be covered for examination

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

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

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

SPATIAL DATA MODELS AND SPATIAL DATA

SPATIAL DATA MODELS AND SPATIAL DATA SPATIAL DATA MODELS AND SPATIAL DATA STRUCTURES TABLE OF CONTENTS 1 Spatial data models: an introduction... 2 2 Geometric entities... 2 2.1 Problems with the entity definition process...5 3 Spatial data

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

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

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

Lecture 9: Geometric map transformations. Cartographic Transformations

Lecture 9: Geometric map transformations. Cartographic Transformations Cartographic Transformations Analytical and Computer Cartography Lecture 9: Geometric Map Transformations Attribute Data (e.g. classification) Locational properties (e.g. projection) Graphics (e.g. symbolization)

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

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

Lesson 15 - Fill Cells Plugin

Lesson 15 - Fill Cells Plugin 15.1 Lesson 15 - Fill Cells Plugin This lesson presents the functionalities of the Fill Cells plugin. Fill Cells plugin allows the calculation of attribute values of tables associated with cell type layers.

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

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

Tax Parcel Mapping. Visual Representations of Legal Descriptions and So Much More

Tax Parcel Mapping. Visual Representations of Legal Descriptions and So Much More Tax Parcel Mapping Visual Representations of Legal Descriptions and So Much More Topics I. E-Distribution II. GIS & Tax Mapping III. Tax Mapping Procedures IV. Deeds, Property Descriptions, & You! I. E-Distribution

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

Vector storage and access; algorithms in GIS. This is lecture 6

Vector storage and access; algorithms in GIS. This is lecture 6 Vector storage and access; algorithms in GIS This is lecture 6 Vector data storage and access Vectors are built from points, line and areas. (x,y) Surface: (x,y,z) Vector data access Access to vector

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

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

Basic Understandings

Basic Understandings Activity: TEKS: Exploring Transformations Basic understandings. (5) Tools for geometric thinking. Techniques for working with spatial figures and their properties are essential to understanding underlying

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

Intro to GIS Winter 2011. Data Visualization Part I

Intro to GIS Winter 2011. Data Visualization Part I Intro to GIS Winter 2011 Data Visualization Part I Cartographer Code of Ethics Always have a straightforward agenda and have a defining purpose or goal for each map Always strive to know your audience

More information

Oracle8i Spatial: Experiences with Extensible Databases

Oracle8i Spatial: Experiences with Extensible Databases Oracle8i Spatial: Experiences with Extensible Databases Siva Ravada and Jayant Sharma Spatial Products Division Oracle Corporation One Oracle Drive Nashua NH-03062 {sravada,jsharma}@us.oracle.com 1 Introduction

More information

DATA QUALITY IN GIS TERMINOLGY GIS11

DATA QUALITY IN GIS TERMINOLGY GIS11 DATA QUALITY IN GIS When using a GIS to analyse spatial data, there is sometimes a tendency to assume that all data, both locational and attribute, are completely accurate. This of course is never the

More information

WHAT IS GIS - AN INRODUCTION

WHAT IS GIS - AN INRODUCTION WHAT IS GIS - AN INRODUCTION GIS DEFINITION GIS is an acronym for: Geographic Information Systems Geographic This term is used because GIS tend to deal primarily with geographic or spatial features. Information

More information

Crime Mapping Methods. Assigning Spatial Locations to Events (Address Matching or Geocoding)

Crime Mapping Methods. Assigning Spatial Locations to Events (Address Matching or Geocoding) Chapter 15 Crime Mapping Crime Mapping Methods Police departments are never at a loss for data. To use crime mapping is to take data from myriad sources and make the data appear on the computer screen

More information

STATE OF ALASKA DEPARTMENT OF NATURAL RESOURCES DIVISION OF MINING, LAND AND WATER. GENERAL SURVEY INSTRUCTIONS EASEMENTS Authority 11 AAC 53

STATE OF ALASKA DEPARTMENT OF NATURAL RESOURCES DIVISION OF MINING, LAND AND WATER. GENERAL SURVEY INSTRUCTIONS EASEMENTS Authority 11 AAC 53 STATE OF ALASKA DEPARTMENT OF NATURAL RESOURCES DIVISION OF MINING, LAND AND WATER GENERAL SURVEY INSTRUCTIONS EASEMENTS Authority 11 AAC 53 These instructions define the survey and platting criteria unique

More information

Everyday Mathematics. Grade 4 Grade-Level Goals CCSS EDITION. Content Strand: Number and Numeration. Program Goal Content Thread Grade-Level Goal

Everyday Mathematics. Grade 4 Grade-Level Goals CCSS EDITION. Content Strand: Number and Numeration. Program Goal Content Thread Grade-Level Goal Content Strand: Number and Numeration Understand the Meanings, Uses, and Representations of Numbers Understand Equivalent Names for Numbers Understand Common Numerical Relations Place value and notation

More information

Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001

Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 A comparison of the OpenGIS TM Abstract Specification with the CIDOC CRM 3.2 Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 1 Introduction This Mapping has the purpose to identify, if the OpenGIS

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

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

Visualization Software

Visualization Software Visualization Software Maneesh Agrawala CS 294-10: Visualization Fall 2007 Assignment 1b: Deconstruction & Redesign Due before class on Sep 12, 2007 1 Assignment 2: Creating Visualizations Use existing

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

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

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Yan Xia, Anthony Tung Shuen Ho School of Electrical and Electronic Engineering Nanyang Technological University,

More information

SECOND GRADE 1 WEEK LESSON PLANS AND ACTIVITIES

SECOND GRADE 1 WEEK LESSON PLANS AND ACTIVITIES SECOND GRADE 1 WEEK LESSON PLANS AND ACTIVITIES UNIVERSE CYCLE OVERVIEW OF SECOND GRADE UNIVERSE WEEK 1. PRE: Discovering stars. LAB: Analyzing the geometric pattern of constellations. POST: Exploring

More information

Data Visualization Techniques and Practices Introduction to GIS Technology

Data Visualization Techniques and Practices Introduction to GIS Technology Data Visualization Techniques and Practices Introduction to GIS Technology Michael Greene Advanced Analytics & Modeling, Deloitte Consulting LLP March 16 th, 2010 Antitrust Notice The Casualty Actuarial

More information

The GIS Primer provides an overview of issues and requirements for implementing and applying geographic information systems technology.

The GIS Primer provides an overview of issues and requirements for implementing and applying geographic information systems technology. FRONT PIECE David J. Buckley Corporate GIS Solutions Manager Pacific Meridian Resources, Inc. The GIS Primer provides an overview of issues and requirements for implementing and applying geographic information

More information

Geographical Information Systems (GIS) and Economics 1

Geographical Information Systems (GIS) and Economics 1 Geographical Information Systems (GIS) and Economics 1 Henry G. Overman (London School of Economics) 5 th January 2006 Abstract: Geographical Information Systems (GIS) are used for inputting, storing,

More information

SPATIAL ANALYSIS IN GEOGRAPHICAL INFORMATION SYSTEMS. A DATA MODEL ORffiNTED APPROACH

SPATIAL ANALYSIS IN GEOGRAPHICAL INFORMATION SYSTEMS. A DATA MODEL ORffiNTED APPROACH POSTER SESSIONS 247 SPATIAL ANALYSIS IN GEOGRAPHICAL INFORMATION SYSTEMS. A DATA MODEL ORffiNTED APPROACH Kirsi Artimo Helsinki University of Technology Department of Surveying Otakaari 1.02150 Espoo,

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

A User-Friendly Data Mining System. J. Raul Ramirez, Ph.D. The Ohio State University Center for Mapping raul@cfm.ohio-state.edu

A User-Friendly Data Mining System. J. Raul Ramirez, Ph.D. The Ohio State University Center for Mapping raul@cfm.ohio-state.edu A User-Friendly Data Mining System J. Raul Ramirez, Ph.D. The Ohio State University Center for Mapping raul@cfm.ohio-state.edu 1. Introduction Image acquisition of the Earth's surface has become a common

More information

Mathematics K 6 continuum of key ideas

Mathematics K 6 continuum of key ideas Mathematics K 6 continuum of key ideas Number and Algebra Count forwards to 30 from a given number Count backwards from a given number in the range 0 to 20 Compare, order, read and represent to at least

More information

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9 Glencoe correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 STANDARDS 6-8 Number and Operations (NO) Standard I. Understand numbers, ways of representing numbers, relationships among numbers,

More information

Tradeoff Studies about Storage and Retrieval Efficiency of Boundary Data Representations for LLS, TIGER and DLG Data Structures

Tradeoff Studies about Storage and Retrieval Efficiency of Boundary Data Representations for LLS, TIGER and DLG Data Structures Tradeoff Studies about Storage and Retrieval Efficiency of Boundary Data Representations for LLS, TIGER and DLG Data Structures David Clutter and Peter Bajcsy National Center for Supercomputing Applications

More information

A Gentle Introduction to GIS

A Gentle Introduction to GIS A Gentle Introduction to GIS Brought to you with Quantum GIS, a Free and Open Source Software GIS Application for everyone. T. Sutton, O. Dassau, M. Sutton sponsored by: Chief Directorate: Spatial Planning

More information

BASICS OF PRECISION AGRICULTURE (PA)

BASICS OF PRECISION AGRICULTURE (PA) BASICS OF PRECISION AGRICULTURE (PA) specific production on particular place specific production, from foot to foot... Same sense: data collection and decision making for small pieces of the field. Particular

More information

The Map Grid of Australia 1994 A Simplified Computational Manual

The Map Grid of Australia 1994 A Simplified Computational Manual The Map Grid of Australia 1994 A Simplified Computational Manual The Map Grid of Australia 1994 A Simplified Computational Manual 'What's the good of Mercator's North Poles and Equators, Tropics, Zones

More information

Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards

Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards 10 CSR 35-1.010 Application of Standards PURPOSE: These minimum standards provide the digital mapper

More information

Big Ideas in Mathematics

Big Ideas in Mathematics Big Ideas in Mathematics which are important to all mathematics learning. (Adapted from the NCTM Curriculum Focal Points, 2006) The Mathematics Big Ideas are organized using the PA Mathematics Standards

More information

Buffer Operations in GIS

Buffer Operations in GIS Buffer Operations in GIS Nagapramod Mandagere, Graduate Student, University of Minnesota npramod@cs.umn.edu SYNONYMS GIS Buffers, Buffering Operations DEFINITION A buffer is a region of memory used to

More information

Introduction to Geographic Information System course SESREMO Tempus Project. Gabriel Parodi

Introduction to Geographic Information System course SESREMO Tempus Project. Gabriel Parodi WRS - ITC. The Netherlands. Introduction to Geographic Information System course SESREMO Tempus Project. Gabriel Parodi Curricula transfer 2014 INTRODUCTION TO GIS COURSE- SESREMO TEMPUS Table of Contents

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

Everyday Mathematics. Grade 4 Grade-Level Goals. 3rd Edition. Content Strand: Number and Numeration. Program Goal Content Thread Grade-Level Goals

Everyday Mathematics. Grade 4 Grade-Level Goals. 3rd Edition. Content Strand: Number and Numeration. Program Goal Content Thread Grade-Level Goals Content Strand: Number and Numeration Understand the Meanings, Uses, and Representations of Numbers Understand Equivalent Names for Numbers Understand Common Numerical Relations Place value and notation

More information

APPLY EXCEL VBA TO TERRAIN VISUALIZATION

APPLY EXCEL VBA TO TERRAIN VISUALIZATION APPLY EXCEL VBA TO TERRAIN VISUALIZATION 1 2 Chih-Chung Lin( ), Yen-Ling Lin ( ) 1 Secretariat, National Changhua University of Education. General Education Center, Chienkuo Technology University 2 Dept.

More information

Algebra Geometry Glossary. 90 angle

Algebra Geometry Glossary. 90 angle lgebra Geometry Glossary 1) acute angle an angle less than 90 acute angle 90 angle 2) acute triangle a triangle where all angles are less than 90 3) adjacent angles angles that share a common leg Example:

More information

Remote Sensing and GIS Application In Change Detection Study In Urban Zone Using Multi Temporal Satellite

Remote Sensing and GIS Application In Change Detection Study In Urban Zone Using Multi Temporal Satellite Remote Sensing and GIS Application In Change Detection Study In Urban Zone Using Multi Temporal Satellite R.Manonmani, G.Mary Divya Suganya Institute of Remote Sensing, Anna University, Chennai 600 025

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

METHODS OF GEOREFERENCING OLD MAPS ON THE EXAMPLE OF CZECH EARLY MAPS

METHODS OF GEOREFERENCING OLD MAPS ON THE EXAMPLE OF CZECH EARLY MAPS CO-314 METHODS OF GEOREFERENCING OLD MAPS ON THE EXAMPLE OF CZECH EARLY MAPS CAJTHAML J. Czech Technical University in Prague, PRAGUE 6, CZECH REPUBLIC BACKGROUND AND OBJECTIVES Old maps are unique source

More information

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA 2010 Number 29 3D MODEL GENERATION FROM THE ENGINEERING DRAWING Jozef VASKÝ, Michal ELIÁŠ,

More information

Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System

Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System World of Computer Science and Information Technology Journal (WCSIT) ISSN: 2221-0741 Vol. 1, No. 2, -48, 2011 Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System

More information

Appendix 11.2 Use of Geographic Information Systems (GIS) to Map Data

Appendix 11.2 Use of Geographic Information Systems (GIS) to Map Data Appendix 11.2 Use of Geographic Information Systems (GIS) to Map Data The application of Geographic Information Systems (GIS) methods has become an integral component of aggregating, analyzing, and evaluating

More information

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

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

PLOTTING SURVEYING DATA IN GOOGLE EARTH

PLOTTING SURVEYING DATA IN GOOGLE EARTH PLOTTING SURVEYING DATA IN GOOGLE EARTH D M STILLMAN Abstract Detail surveys measured with a total station use local coordinate systems. To make the data obtained from such surveys compatible with Google

More information

Adobe Illustrator CS5

Adobe Illustrator CS5 What is Illustrator? Adobe Illustrator CS5 An Overview Illustrator is a vector drawing program. It is often used to draw illustrations, cartoons, diagrams, charts and logos. Unlike raster images that store

More information

Learning about GPS and GIS

Learning about GPS and GIS Learning about GPS and GIS Standards 4.4 Understand geographic information systems (G.I.S.). B12.1 Understand common surveying techniques used in agriculture (e.g., leveling, land measurement, building

More information

A Short Introduction to Computer Graphics

A Short Introduction to Computer Graphics A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical

More information

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

GIS EXAM #2 QUERIES. Attribute queries only looks at the records in the attribute tables to some kind of GIS EXAM #2 QUERIES - Queries extracts particular records from a table or feature class for use; - Queries are an essential aspect of GIS analysis, and allows us to interrogate a dataset and look for patterns;

More information

Page 1 of 7 (document version 1)

Page 1 of 7 (document version 1) Lecture 1 - Introduction to GIS This lecture will cover: What GIS is What GIS does What GIS does not do GIS and archaeology Data structures: Vector Raster Mapping systems and projection GIS software packages:

More information

SPATIAL DATA ANALYSIS

SPATIAL DATA ANALYSIS SPATIAL DATA ANALYSIS P.L.N. Raju Geoinformatics Division Indian Institute of Remote Sensing, Dehra Dun Abstract : Spatial analysis is the vital part of GIS. Spatial analysis in GIS involves three types

More information

Spatial Data Analysis

Spatial Data Analysis 14 Spatial Data Analysis OVERVIEW This chapter is the first in a set of three dealing with geographic analysis and modeling methods. The chapter begins with a review of the relevant terms, and an outlines

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

CS171 Visualization. The Visualization Alphabet: Marks and Channels. Alexander Lex alex@seas.harvard.edu. [xkcd]

CS171 Visualization. The Visualization Alphabet: Marks and Channels. Alexander Lex alex@seas.harvard.edu. [xkcd] CS171 Visualization Alexander Lex alex@seas.harvard.edu The Visualization Alphabet: Marks and Channels [xkcd] This Week Thursday: Task Abstraction, Validation Homework 1 due on Friday! Any more problems

More information

Visualization Techniques for Geospatial Data IDV 2015/2016

Visualization Techniques for Geospatial Data IDV 2015/2016 Interactive Data Visualization 07 Visualization Techniques for Geospatial Data IDV 2015/2016 Notice n Author t João Moura Pires (jmp@fct.unl.pt) n This material can be freely used for personal or academic

More information

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. MATHEMATICS: THE LEVEL DESCRIPTIONS In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. Attainment target

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

Chapter 5: Working with contours

Chapter 5: Working with contours Introduction Contoured topographic maps contain a vast amount of information about the three-dimensional geometry of the land surface and the purpose of this chapter is to consider some of the ways in

More information

Study on Optimization of Mobile Data Visualization Algorithm Wenwen Liu 1,a

Study on Optimization of Mobile Data Visualization Algorithm Wenwen Liu 1,a 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Study on Optimization of Mobile Data Visualization Algorithm Wenwen Liu 1,a 1 School of Computer Science and

More information

Lecture 2. Map Projections and GIS Coordinate Systems. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 2. Map Projections and GIS Coordinate Systems. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 2 Map Projections and GIS Coordinate Systems Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Map Projections Map projections are mathematical formulas

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

Topology and Topological Rules Geometric properties that are maintained in spatial databases

Topology and Topological Rules Geometric properties that are maintained in spatial databases Topology and Topological Rules Geometric properties that are maintained in spatial databases The definition of topology Topology is a term used around GIS that is sometimes confused with the term topography.

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters: : Manipulating Display Parameters in ArcMap Symbolizing Features and Rasters: Data sets that are added to ArcMap a default symbology. The user can change the default symbology for their features (point,

More information

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

Objectives. Raster Data Discrete Classes. Spatial Information in Natural Resources FANR 3800. Review the raster data model Spatial Information in Natural Resources FANR 3800 Raster Analysis Objectives Review the raster data model Understand how raster analysis fundamentally differs from vector analysis Become familiar with

More information

Geography 4203 / 5203. GIS Modeling. Class 12: Spatial Data Quality and Uncertainty

Geography 4203 / 5203. GIS Modeling. Class 12: Spatial Data Quality and Uncertainty Geography 4203 / 5203 GIS Modeling Class 12: Spatial Data Quality and Uncertainty Some Updates - Progress Reports Progress reports: 11 & 14 April (instead of 14 & 16 April) Class on 16 April: Jeremy Class

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GIS GEOGRAPHIC INFORMATION SYSTEMS FOR CADASTRAL MAPPING Chapter 7 2015 Cadastral Mapping Manual 7-0 GIS - GEOGRAPHIC INFORMATION SYSTEMS What is GIS For a long time people have sketched, drawn and studied

More information

BROADBAND TRANSMISSION CAPACITY INDICATORS WTIM 25-27 September 2012, Bangkok, Thailand

BROADBAND TRANSMISSION CAPACITY INDICATORS WTIM 25-27 September 2012, Bangkok, Thailand BROADBAND TRANSMISSION CAPACITY INDICATORS WTIM 25-27 September 2012, Bangkok, Thailand Indicator 1: Transmission network length (Route kilometers) Definition: Transmission network length refers to the

More information

WATER INTERACTIONS WITH ENERGY, ENVIRONMENT AND FOOD & AGRICULTURE Vol. II Spatial Data Handling and GIS - Atkinson, P.M.

WATER INTERACTIONS WITH ENERGY, ENVIRONMENT AND FOOD & AGRICULTURE Vol. II Spatial Data Handling and GIS - Atkinson, P.M. SPATIAL DATA HANDLING AND GIS Atkinson, P.M. School of Geography, University of Southampton, UK Keywords: data models, data transformation, GIS cycle, sampling, GIS functionality Contents 1. Background

More information

AUTOMATION OF FLOOD HAZARD MAPPING BY THE FEDERAL EMERGENCY MANAGEMENT AGENCY ABSTRACT INTRODUCTION

AUTOMATION OF FLOOD HAZARD MAPPING BY THE FEDERAL EMERGENCY MANAGEMENT AGENCY ABSTRACT INTRODUCTION AUTOMATION OF FLOOD HAZARD MAPPING BY THE FEDERAL EMERGENCY MANAGEMENT AGENCY Daniel M. Cotter Federal Emergency Management Agency Federal Insurance Administration Office of Risk Assessment 500 C Street,

More information

The following is an overview of lessons included in the tutorial.

The following is an overview of lessons included in the tutorial. Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your

More information

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions What is Visualization? Information Visualization An Overview Jonathan I. Maletic, Ph.D. Computer Science Kent State University Visualize/Visualization: To form a mental image or vision of [some

More information

Utilizing spatial information systems for non-spatial-data analysis

Utilizing spatial information systems for non-spatial-data analysis Jointly published by Akadémiai Kiadó, Budapest Scientometrics, and Kluwer Academic Publishers, Dordrecht Vol. 51, No. 3 (2001) 563 571 Utilizing spatial information systems for non-spatial-data analysis

More information

Applications of Dynamic Representation Technologies in Multimedia Electronic Map

Applications of Dynamic Representation Technologies in Multimedia Electronic Map Applications of Dynamic Representation Technologies in Multimedia Electronic Map WU Guofeng CAI Zhongliang DU Qingyun LONG Yi (School of Resources and Environment Science, Wuhan University, Wuhan, Hubei.

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

Map Data Structures 8.1 WHY MAP DATA STRUCTURES ARE DIFFERENT

Map Data Structures 8.1 WHY MAP DATA STRUCTURES ARE DIFFERENT 8 Map Data Structures 8. WHY MAP DATA STRUCTURES ARE DIFFERENT A distinction can be made between map and attribute data structures. Map data structures are different because they store information about

More information

Development of a Geographic Information Systems Road Network Database for Emergency Response; A Case Study Of Oyo-Town, Oyo State, Nigeria

Development of a Geographic Information Systems Road Network Database for Emergency Response; A Case Study Of Oyo-Town, Oyo State, Nigeria International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 4 Issue 12 December 2015 PP.34-42 Development of a Geographic Information Systems Road Network

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GIS GEOGRAPHIC INFORMATION SYSTEMS FOR CADASTRAL MAPPING Chapter 6 2015 Cadastral Mapping Manual 6-0 GIS - GEOGRAPHIC INFORMATION SYSTEMS What is GIS For a long time people have sketched, drawn and studied

More information