Intro to GIS | Summer 2012 Attribute Tables – Part 1.

Slides:



Advertisements
Similar presentations
Week 1: Introduction to GIS
Advertisements

KEYS TO SUCCESS DATA PREPARATION AND ORGANIZATION
Types of geodatabases File geodatabases—Stored as folders in a file system. Each dataset is held as a file that can scale up to 1 TB in size. The file.
GI Systems and Science January 30, Points to Cover  Recap of what we covered so far  A concept of database Database Management System (DBMS) 
Introduction to the Architecture of Arc GIS
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 20 – 11 – 2011 College Of Computer Science and Information, Information Systems.
Geodatabase basic. The geodatabase The geodatabase is a collection of geographic datasets of various types used in ArcGIS and managed in either a file.
Enterprise Architecture for Delivering Spatial and Tabular Data and Associated Documents to Managers and Field Personnel Bill Slocumb GIS Professional.
ArcGIS Geodatabase Miles Logsdon Spatial Information Technologies, UW Garry Trudeau - Doonesbury.
Copyright © 2005 Bruce Kessler All Rights Reserved Ch. 2 GeoDatabase Basics Laying the foundations.
Benefits and Concerns when Constructing an Enterprise-scale Geodatabase Larry Theller, presenter Agricultural and Biological Engineering Dept Purdue University.
Geographic Information Systems
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
19 th Advanced Summer School in Regional Science An introduction to GIS using ArcGIS.
ArcCatalog and Geodatabases
Attribute databases. GIS Definition Diagram Output Query Results.
1 Introducing Scenario Network Data Editing and Enterprise GIS January 27, 2010 Minhua Wang, Ph.D. Citilabs, Inc.
School of Geography FACULTY OF ENVIRONMENT Introduction to ArcGIS 1.
RIZWAN REHMAN, CCS, DU. Advantages of ORDBMSs  The main advantages of extending the relational data model come from reuse and sharing.  Reuse comes.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
NSF DUE ; Laura Johnson Cherie Aukland.
Intro. To GIS Lecture 4 Data: data storage, creation & editing
IST Databases and DBMSs Todd S. Bacastow January 2005.
10. Creating and Maintaining Geographic Databases.
GIS 1 Attribute Tables. GIS 2 Data table format Rectangular table with one value per cell - Columns (fields) are attributes - Rows are observations (data)
Lecture 4 Geodatabases. Geodatabases Outline  Data types  Geodatabases  Data table joins  Spatial joins  Field calculator  Calculate geometry 
Implementing Geodatabase Technology
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.
Introduction to SQL Steve Perry
Geodatabase – An Introduction
Introduction In ArcGIS, there are three basic data structures:
GIS Tutorial 1 Lecture 4 Geodatabases. Outline  Data types  Geodatabases  Data table joins  Spatial joins  Field calculator  Calculate geometry.
Esri UC 2014 | Technical Workshop | Fundamentals of working with geographic data Miriam Schmidts.
Intro to GIS and ESRI Trainers: Randy Jones, GIS Technician, Douglas County Jon Fiskness, GISP GIS Coordinator, City of Superior.
1 CS 430 Database Theory Winter 2005 Lecture 17: Objects, XML, and DBMSs.
Introduction to the Geodatabase. What is a Geodatabase? What are feature classes and feature datasets? What are domains Design a personal Geodatabase.
Vaduz.library.oregonstate.edu:9090/ metadataexplorer_find/explorer.jsp If interested in job contact NEXT week.
Understanding our world.. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Editing Versioned Geodatabases.
Introduction to ArcGIS
Introduction to GeoDatabase Lecture
Data Structures & GeoDatabase. Introduction You have been using GDBs from nearly the start of the course Why? Because I think that most of the time you.
CES – VCU November 2003 Geodatabases William Shuart Center for Environmental Studies Virginia Commonwealth University.
Geographical Information Systems. Software which can be used in GIS ArcGIS Desktop Map Window Quantum GIS uDig.
Creating and Maintaining Geographic Databases. Outline Definitions Characteristics of DBMS Types of database Relational model SQL Spatial databases.
Esri UC 2014 | Technical Workshop | Editing Versioned Geodatabases : An Introduction Cheryl Cleghorn and Shawn Thorne.
Nhóm thực hiện: nhóm 1 Nguyễn Ngọc Trường Trần Minh Khang Bùi Quốc Huy Nguyễn Ngọc Linh Nguyễn Thành Phương Trần.
Microsoft Access 2013 Overview of Microsoft Access Databases.
LBR & WS LAB 1: INTRODUCTION TO GIS.
A Quick Introduction to GIS
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Introduction of Geoprocessing Lecture 9. Geoprocessing  Geoprocessing is any GIS operation used to manipulate data. A typical geoprocessing operation.
Intro to GIS & Pictometry Trainers: Randy Jones, GIS Technician, Douglas County Jon Fiskness, GISP GIS Coordinator, City of Superior.
Managing Enterprise GIS Geodatabases
Lecture 10 Creating and Maintaining Geographic Databases Longley et al., Ch. 10, through section 10.4.
NSF DUE ; Wen M. Andrews J. Sargeant Reynolds Community College Richmond, Virginia.
Co-sponsored by the MIT Libraries and IS&T GIS Lab website: Advanced ArcGIS.
Natura 2000 System Alberto Telletxea Bilbomática under EEA Contractor.
@2007 Austin Troy Lecture 2: Introduction to the Architecture of ArcGIS By Weiqi Zhou University of Vermont Thanks are due to Prof. Troy, upon whose lecture.
Geodatabase Kyung Hee University Geography Jinmu Choi 1.
@2007 Austin Troy Lecture 2: Introduction to the Architecture of ArcGIS By Weiqi Zhou University of Vermont Thanks are due to Prof. Troy, upon whose lecture.
Introduction to Geodatabases
Introduction to Database Programming with Python Gary Stewart
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Key Terms Attribute join Target table Join table Spatial join.
Physical Structure of GDB
Geographic Information Systems
ArcCatalog and Geodatabases
Web Enabling databases with ArcGIS for Server
ArcCatalog and Geodatabases
The Geodatabase : An Introduction
Presentation transcript:

Intro to GIS | Summer 2012 Attribute Tables – Part 1

DATABASES

Why do we care about Databases? Integrated sets of data Focused on a particular area and subject Form the basis of GIS analysis and decision-making Must be well-structured in order for us to best access the information stored in them

How are Databases Managed? Database Management System (DBMS) = system or software program(s) that enables you to store, modify and extract information from a database

Relational Database (RDBMS) Supports the representation of data as a set of tables that are related to each other Each table = a list of records containing attributes about features Tied together by a “Attribute Key” = an attribute field common to both tables

Record: a row in a database; represents one feature (a.k.a. “tuple”) Attribute: a column in a database; contains attribute values (a.k.a. “field”) Table Data Structure

Which attribute field is the Attribute Key in this case?

Object (ODBMS) & Object-Relational (ORDBMS) Databases ODBMS = Supports the representation of data as objects having attributes, methods and behavior  e.g. ArcGIS geodatabases Designed to address the weaknesses of RDBMS such as:  Geometry and attribute data are stored in separate databases  Poor performance for many types of geographic query Geographic extensions to standard RDBMS can provide similar functionality (ORDBMS)

GEOGRAPHIC (SPATIAL) DATABASES

What is a Geographic (Spatial) Database? Contains one or more tables with a geographic component (a “shape” attribute) Common example: an ESRI Geodatabase

ESRI Geodatabase Features have: Shapes Attributes Spatial Reference Relationships Features can be: Constrained (domains) Validated by rules Modeled with complex behavior

ESRI Geodatabase

Types of Geodatabases Personal Single-user Microsoft Access Up to 2 GB storage File Single-user File folder structure Up to 1 TB storage ArcSDE Multi-User, supports versioning Oracle, Microsoft SQL Server, IBM DB2, IBM Informix, PostgreSQL Storage limit based on DBMS type ESRI Comparison of Geodatabases

“Default” Geodatabase A setting in ArcGIS Helps with data management Allows you to:  Store all datasets in one convenient location, or  Set a database for each project

Setting the Default Geodatabase - ArcMap

Change location of Default Geodatabase

Setting the Default Geodatabase – ArcCatalog

QUERYING GIS DATA

Getting Information from GIS data Query = to question or inquire about a feature(s) shown on a map (and by extension, in a GIS dataset) Output is a selected set of records Two approaches:  Attribute queries  Spatial queries

Attribute Queries Selects features based on non-spatial information in an attribute table  e.g. Which counties in the US have > 100,000 people? “Select By Attributes” tool in ArcMap SQL (structured query language) used to write query

Spatial Queries Selects features based on location or spatial relationship between data layers  e.g. Which Oregon counties have an interstate highway passing through them? “Select Layer by Location” tool in ArcMap  Target layer = base layer; contains features you want selected  Filter layer = comparison layer What kind of spatial relationships are possible between points, lines and polygons?

“Add XY Data” tool

Bakery list – Excel file

New Point Layer for Bakery Locations