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.

Slides:



Advertisements
Similar presentations
The Role of Error Map and attribute data errors are the data producer's responsibility, GIS user must understand error. Accuracy and precision of map and.
Advertisements

Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Geodatabase basic. The geodatabase The geodatabase is a collection of geographic datasets of various types used in ArcGIS and managed in either a file.
ACCESS PART 2. Objectives Database Tables Table Parts Key Field Query and Reports Import from Excel Link to Excel.
Geographic Information Systems
Designing a Database Unleashing the Power of Relational Database Design.
NPS Introduction to GIS: Lecture 1
Attribute databases. GIS Definition Diagram Output Query Results.
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
Attribute Data Input and Management
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Database Models. Flat File The most basic way to organize data is as a flat file. You can think of this as a single table with a large number of records.
DATA, DATABASES, AND QUERIES Managing Data in Relational Databases CS1100Microsoft Access - Introduction1.
DATA, DATABASES, AND QUERIES Managing Data in Relational Databases CS1100Microsoft Access - Introduction1 Created By Martin Schedlbauer
Introduction to ArcGIS for Environmental Scientists Module 2 – Fundamentals Lecture 6 – Table Functions.
Computing for Bioinformatics Introduction to databases What is a database? Database system components Data types DBMS architectures DBMS systems available.
GIS Concepts ‣ What is a table? What is a table? ‣ Queries on tables Queries on tables ‣ Joining and relating tables Joining and relating tables ‣ Summary.
Working with Tables Lesson 5 of Introduction to ArcGIS for Emergency Managers.
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
Introduction –All information systems create, read, update and delete data. This data is stored in files and databases. Files are collections of similar.
Applied Cartography and Introduction to GIS GEOG 2017 EL
1 Advanced Computer Programming Databases. Overview What is a database? Database Basics Database Components Data Models Normalization Database Design.
Importing your Own Data To display in GIS Lab 4a: (Table Join) Mapping By State, County, or Nation.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Introduction to SQL Steve Perry
Simple Database.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Geodatabase Relationships & Relationship Classes GIS 458 Spring 2006 Larry Clamp.
MET280: Computing for Bioinformatics Introduction to databases What is a database? Not a spreadsheet. Data types and uses DBMS (DataBase Management System)
How do we represent the world in a GIS database?
Martin Dodge Practical 2, 24th March 2004, pm Social Science Research Methodologies.
CTFS Workshop Shameema Esufali Suzanne Lao Data coordinators and technical resources for the network
Normalization (Codd, 1972) Practical Information For Real World Database Design.
GUS: 0262 Fundamentals of GIS Lecture Presentation 3: Relational Data Model Jeremy Mennis Department of Geography and Urban Studies Temple University.
Relational Databases (MS Access)
Chapter 8. ATTRIBUTE DATA INPUT AND MANAGEMENT
5 5 Data types Logical/Boolean Has only two alternatives: Yes or no, on or off true or false Text/Alphanumeric Refers to all letters and numbers and other.
GIS 1 GIS Lecture 4 Geodatabases Copyright – Kristen S. Kurland, Carnegie Mellon University.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Copyright © 2006 by Maribeth H. Price 5-1 Chapter 5 Working with Tables.
GIS Data Structures How do we represent the world in a GIS database?
Creating and Maintaining Geographic Databases. Outline Definitions Characteristics of DBMS Types of database Relational model SQL Spatial databases.
Query and Reasoning. Types of Queries Most GIS queries will select spatial features Query by Attribute (Select by Attribute) –Structured Query Language.
Intro to GIS | Summer 2012 Attribute Tables – Part 1.
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Benjamin Post Cole Kelleher.  Availability  Data must maintain a specified level of availability to the users  Performance  Database requests must.
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
DATA Spatial Data – where things are Non Spatial Data or Attribute Data – What things are Data in a computer database are managed and accessed through.
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.
Important Database Concepts Introduction to GIS. How is Data Stored? People use number system with base 10 –decimal number Each digit corresponds to 10.
Chapter 6. Attribute Data & Tables. Table terminology Title Field Records Each field is specifically defined and established before any data can be entered.
Rationale Databases are an integral part of an organization. Aspiring Database Developers should be able to efficiently design and implement databases.
Introduction to Database Programming with Python Gary Stewart
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
Geog. 314 Working with tables.
Databases Chapter 16.
Chapter 4 Attribute Data.
This shows the user interface and the SQL Select for a situation with two criteria in an AND relationship.
Physical Structure of GDB
Databases and Information Management
Data Queries Raster & Vector Data Models
PHP and MySQL.
Databases and Information Management
Introduction to Databases & SQL
Spreadsheets, Modelling & Databases
ESRM 250/CFR 520 Autumn 2009 Phil Hurvitz
Information system analysis and design
Presentation transcript:

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 associated with any specific feature “Tabular” means stored in a table with rows and columns Rows are called “RECORDS” in GIS Columns are called “ATTRIBUTE FIELDS” or “FIELDS”

Tables Tables are classified as being “Attribute” or “Stand Alone” Attribute table- a table that contains data about a specific features in a set of geographic data ONLY 1 record for each feature; can and typically does have multiple fields for specific features Depending on the type of model, the table contains different types of information Georelational- each record relates to a feature in a separate file through an FID Feature Identification Object-oriented model - the feature’s attributes and geographical location (x,y coordinates) are stored in the same table and has OID (object Identification numbers

Tables Tables are classified as being “Attribute” or “Stand Alone” Stand alone table- a table that contains information about about an object or objects They are independent of the geographical data in the map and has OID (Object Identification numbers) The data may come from a text file, global positioning software (GPS), Excel spreadsheet, or database file building software. Sometimes the relationship between a stand alone table and the geographic data is only incidental

Database Management GIS uses a management system similar to those used by nearly all large institutions e.g., the state and federal government, BMV, universities, hospitals, etc. Three types of database management systems flat file database- stores rows of information as text or binary coded data in text strings Simple but not efficient Hierarchical- multiple tables stored as separate files, each of which has multiple records and fields. Each table has a hard linked relationship to other tables e.g., courses, with students, linked by course ID number Relational- multiple tables stored as separate files but they are NOT hard-linked. shared fields (columns) become the joining key

Queries on tabular data Information may need to be subdivided into desired packages e.g., parcels of land zoned commercial in a county Queries use a language of logical expressions to delineate wanted data from larger data files into a “selected set” SQL (Standard Query Language) e.g.,SELECT*FROM landuse WHERE[ZONE]=492 “landuse” is the table name; “ZONE” is the Field to search; 492 is the numeric code designating property as commercial

Joining tables Tables can be related to each other or joined by using a common field (column) Joining a table has a DIRECTION Direction is important because of what he resulting data table might be used to complete Because there is a direction, there is a SOURCE table and a DESTINATION table

Joining and relating tables Joining in this way yields a table capable of being mapped; reversing the source and destination labels yields only a stand alone table. Why?

Cardinality simply put, cardinality means how data relate to each other 2 main designations 1 to 1 relationship - each record (row) in the destination table has a match in the source table Many to 1 - each record in the destination has multiple matches in the source tables 1 to Many - each record in the destination table match a single record in the source table

Examples of cardinality

Cardinality When determining cardinality, direction is important and it must not violate the rule of joining i.e., 1 and only 1 record in the output table (destination) for each record in the input table (source)

One linked to Many table violates the rule of joining