GTECH 709 Databases Relational databases What makes a database geographic Geo-relational databases Locational references.

Slides:



Advertisements
Similar presentations
School of Geography FACULTY OF ENVIRONMENT Working with Tables 1.
Advertisements

Visualizing Multiple Physician Office Locations Exercise 9 GIS in Planning and Public Health Wansoo Im, Ph.D.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
GTECH 361 Lecture 02 Introduction to ArcGIS. Today’s Objectives explore a map and get information about map features preview geographic data and metadata.
NSF DUE ; Laura Johnson Cherie Aukland.
GTECH 361 Lecture 13a Address Matching. Address Event Tables Any supported tabular format One field must specify an address The name of that field is.
Attribute Data in GIS Data in GIS are stored as features AND tabular info Tabular information can be associated with features OR Tabular data may NOT be.
Importing your Own Data To display in GIS Lab 4a: (Table Join) Mapping By State, County, or Nation.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
How do we represent the world in a GIS database?
Intro to GIS and ESRI Trainers: Randy Jones, GIS Technician, Douglas County Jon Fiskness, GISP GIS Coordinator, City of Superior.
Introduction to the Geodatabase. What is a Geodatabase? What are feature classes and feature datasets? What are domains Design a personal Geodatabase.
File Systems (1). Readings r Reading: Disks, disk scheduling (3.7 of textbook; “How Stuff Works”) r Reading: File System Implementation ( of textbook)
Raster Concepts.
CIS 210 Systems Analysis and Development Week 6 Part II Designing Databases,
Geographical Information Systems. Software which can be used in GIS ArcGIS Desktop Map Window Quantum GIS uDig.
Introducing ArcGIS Chapter 1. Objectives  Understand the architecture of the ArcGIS program.  Become familiar with the types of data files used in ArcGIS.
Working with ArcGIS Data Data Management and Tips Your friend…..ArcCatalog.
ATN GIS Support ArcGIS: ArcCatalog.
Introduction to GIS GIS/CAD5.
Intro to GIS | Summer 2012 Attribute Tables – Part 1.
A Quick Introduction to GIS
ArcGIS: ArcCatalog. Agenda The ArcCatalog Interface General ArcCatalog ▫Navigating directories ▫Preview data ▫View metadata Advanced ArcCatalog ▫Modifying.
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Intro to GIS & Pictometry Trainers: Randy Jones, GIS Technician, Douglas County Jon Fiskness, GISP GIS Coordinator, City of Superior.
Co-sponsored by the MIT Libraries and IS&T GIS Lab website: Advanced ArcGIS.
Towards Unifying Vector and Raster Data Models for Hybrid Spatial Regions Philip Dougherty.
GIS Data Models III GEOG 370 Instructor: Christine Erlien.
Introduction to Geodatabases
Lecture 9: Building a Geodatabase Jeffery S. Horsburgh CEE 5190/6190 Geographic Information Systems for Civil Engineers Spring 2016.
Geographic Information Systems GIS Data Databases.
Chapter 1: GIS Data Outline Representing the world as a map Coordinate systems Map scale Data quality issues About ArcGIS.
Relationship Class What is a Relationship Class (3)
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Key Terms Attribute join Target table Join table Spatial join.
Databases.
Lecture 3 Interacting with Data.
Physical Structure of GDB
ITD1312 Database Principles Chapter 5: Physical Database Design
ESRI Geodatabases Ming-Chun Lee.
Mastering ArcGIS Attribute Data (Continued)
Types of geodatabases Introduction to GIS - Student notes
Introduction to ArcGIS Software
CSCI-100 Introduction to Computing
GTECH 709 Principles of GIS
GTECH 709 Geographic data Geo-relational principle - again Geographic data organization Back to the map.
Geographic Information Systems
Geospatial Information System
Raster and Vector Data.
GTECH 709 Course outline Course schedule (topics) week-by-week.
Preliminaries: -- vector, raster, shapefiles, feature classes.
GTECH 709 GIS Data Formats GIS data formats
ESRI Geodatabases Ming-Chun Lee.
Lecture 5 Geocoding in ArcGIS
ArcCatalog and Geodatabases
Feature Classes, Data File Formats in ArcGIS
Working Spatial Data File Geodatabase
Lecture 05 Organizing Geographic Data
GTECH 709 Week 2 summary.
Geography 413/613 Lecturer: John Masich
GTECH 709 Maps vs. geography
Preparing the data for its use in a GIS software
Sokna Sek – MOH/DPHI Leng Ing – MOH/DPHI Sat Chap – MOH/DPHI
Introduction to ArcGIS Software
ArcCatalog and Geodatabases
Geographic Information Systems
MODULE 5: CREATING GOOD THEMATIC MAPS
Information system analysis and design
Presentation transcript:

GTECH 709 Databases Relational databases What makes a database geographic Geo-relational databases Locational references

Databases An organized collection of data A container of tables Each table has columns (“types”) Each table has a set of rows Every row has the same columns

Relational Databases Tables have relations that link data Relations mapping between a set of columns from table 1 to a set of columns of table 2 mapping can be implicit or explicit (foreign key) different types of relations: one-to-one one-to-many

Geo-relational Principle I don’t like to repeat myself but… To link two tables, they have to have a common identifier Label (column header) can be different Cell content must be a perfect match Mismatch examples “1000100” versus 1000100 “New York” vs. “NY” Matching addresses is particularly hard though it does make a user’s life easier

Shapefiles to Databases CartoDB imports shapefiles But stores the data internally in PostGIS QGIS default storage is a shapefile But it reads/writes many other formats ArcCatalog (ArcGIS) default is a geodatabase Logical organization of geographic data that practically comes in many different implementations

What Makes a Database Geographic What makes data geographic? Geographic data = space (+ time) + attributes From this week’s lab:

What Makes a Database Geographic What makes data geographic? Geographic data = space (+ time) + attributes From this week’s lab: attributes

What Makes a Database Geographic What makes data geographic? Geographic data = space (+ time) + attributes From this week’s lab: time

What Makes a Database Geographic What makes data geographic? Geographic data = space (+ time) + attributes From this week’s lab: space

Locational References How do we express locational references? Absolute versus relative Address (Nearest) point (Bounding) area GIS (for analytical purposes) requires these to be always in form of coordinates We will cover coordinate systems in two weeks Geometric (x,y) or geographic (lat,lon)

Locational Reference Encoding From our lab exercise this week: Remember: this is how we store geography We may then conveniently reuse coordinates to instruct GIS how to present them on a map