Table formats ArcGIS reads table in many formats: dBase format (shapefile) INFO format (workstation ArcInfo) Geodatabase table (MS Access in case of personal.

Slides:



Advertisements
Similar presentations
CC SQL Utilities.
Advertisements

Geographic Information Systems Using ESRI ArcGIS 9.3 CAD import.
The Print Formatting Statement … named printf. 2 Introduction to printf statements print and println statements don’t allow us to easily format output.
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Geodatabase basic. The geodatabase The geodatabase is a collection of geographic datasets of various types used in ArcGIS and managed in either a file.
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.
Technical Support: (989) GIS and Mapping Procedures in ArcMap 9.x Creating an ArcMap Project Editing an ArcMap Project Printing an ArcMap Project.
Chapter 5 Database Concepts.
Introduction to ArcView ArcView_module_2 May 12, 10:40 AM.
2015/6/301 TransCAD Managing Data Tables. 2015/6/302 Create a New Table.
Attribute Data Input and Management
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Intro. To GIS Lecture 4 Data: data storage, creation & editing
Introduction to the Architecture of ArcGIS
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 
Introduction to ArcGIS for Environmental Scientists Module 2 – Fundamentals Lecture 6 – Table Functions.
GIS UPDATE? Lecture 17 Lab 8: Music Festival, Part 2 – Spatial Analysis.
Data Structures & GeoDatabase. GeoDatabase Implemented in a relational database Comes in two flavors – Personal & Enterprise (Access & Sys. Like Oracle)
Mid-Semester Lecture Exam Vocabulary Obvious steps within GIS –Selection and query processes –Working with tables –Classification concepts Projections.
Geographic Information Systems Using ESRI ArcGIS 9.3 Advanced Editing: Attribute Table.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Introduction In ArcGIS, there are three basic data structures:
Major parts of ArcGIS ArcView -Basic mapping, editing and Analysis tools ArcEditor -all of ArcView plus Adds ability to deal with topological and network.
GIS Tutorial 1 Lecture 4 Geodatabases. Outline  Data types  Geodatabases  Data table joins  Spatial joins  Field calculator  Calculate geometry.
How do we represent the world in a GIS database?
Attributes in ArcGIS. ArcGIS Attributes FID – ESRI’s internal identifier Shape – Actual spatial data.
Chapter 8. ATTRIBUTE DATA INPUT AND MANAGEMENT
Copyright © 2006 by Maribeth H. Price 2-1 Chapter 2 Working with ArcMap.
Implementing the Theory dBase Operations in MS Access.
Introduction to ArcGIS
Geographic Information Systems Using ESRI ArcGIS 9.3 Working with the Attribute Table.
Introduction to GeoDatabase Lecture
An Introduction to Java Programming and Object-Oriented Application Development Chapter 7 Characters, Strings, and Formatting.
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.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
Copyright © 2006 by Maribeth H. Price 5-1 Chapter 5 Working with Tables.
SQL Fundamentals  SQL: Structured Query Language is a simple and powerful language used to create, access, and manipulate data and structure in the database.
GIS Data Structures How do we represent the world in a GIS database?
CFR 250/590 Introduction to GIS, Autumn 1999 View Basics © Phil Hurvitz, intro.ppt 1 Overview Getting data into ArcView Displaying themes Theme.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Return to Outline Copyright © 2009 by Maribeth H. Price 4-1 Chapter 4 Attribute Data.
Definition: What is data? Data is anything in the form of 1.Charts 2.Tables 3.Text 4.Maps 5.Photos 6.Imageries, etc.
Co-sponsored by the MIT Libraries and IS&T GIS Lab website: Advanced ArcGIS.
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
 Variables can store data of different types, and different data types can do different things.  PHP supports the following data types:  String  Integer.
@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.
NR 322: Editing Attributes Jim Graham Fall 2008 Chapter 6.
Unit Five: Layer Files In this unit… ► Review ► Storing “Instructions”  In Map Document  In Layer Files ► Using Layer Files ► Intro to Data Storage Types.
Adding a Picture in ArcGIS. Getting Started Open ArcMap in ArcGIS Add shape files Find pictures on the web save in folder with shape files you added to.
Chapter 6. Attribute Data & Tables. Table terminology Title Field Records Each field is specifically defined and established before any data can be entered.
@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.
Geog. 314 Working with tables.
A Look at Creating & Updating Point Files
Lecture 08 Creating a Geodatabase
Unit 16 – Database Systems
Mastering ArcGIS Attribute Data (Continued)
Feature Classes, Data File Formats in ArcGIS
GIS Lecture: Data.
Data type for fields in Access
Storing Information Each memory cell stores a set number of bits (usually 8 bits, or one byte) (byte addressable)
GIS Lecture: Data.
ICT Database Lesson 2 Designing a Database.
ESRM 250/CFR 520 Autumn 2009 Phil Hurvitz
SQL (Structured Query Language)
ArcCatalog and Geodatabases
Presentation transcript:

Table formats ArcGIS reads table in many formats: dBase format (shapefile) INFO format (workstation ArcInfo) Geodatabase table (MS Access in case of personal geodatabase Text file (comma or tab-delimited meaning field separated by commas )

Tables Tables contain attribute data Many formats, one interface

Table Properties

How do you display 2 tables side by side?

Fields Fields have specific types available Must be defined before use Once defined, cannot be changed

Field types in Tables Example: Name: Sue DOB: 5/15/1985 Weight: 135 lb Height: 5.7 feet SS#: TextDateShortLongBLOBFloat Sue 5/15/

Field characteristics Length –The total characters a text field can store Length = 10 Maple St. Maple Stre

Field characteristics Precision 3: 256 Precision 8: Precision 10: Scale 3:0.001 Scale 5: Precision –The total width of digits a numeric field can store Scale –The number of decimal places

Scale & Precision When defining a number field (float & double), designate a storage width (precision) and the number of decimal places (scale)

SQL Queries

What is this map showing?

How do I select all the Democratic districts?

True or False? A field named AREA in a shapefile will always have the correct area? –False. A field named AREA in a Geodatabase will always have the correct area? –False.