FIGURE 7.1. Simplified representation showing the most common types of databases for GI and maps and the important difference between flat-file and relational.

Slides:



Advertisements
Similar presentations
Data Models There are 3 parts to a GIS: GUI Tools
Advertisements

P449. p450 Figure 15-1 p451 Figure 15-2 p453 Figure 15-2a p453.
Geodatabase basic. The geodatabase The geodatabase is a collection of geographic datasets of various types used in ArcGIS and managed in either a file.
1004INT Information Systems Week 10 Databases as Business Tools.
WELL-DESIGNED DATABASES Process faster Easy to develop and maintain Easy to read and write code.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
An Introduction to Database Management Systems R. Nakatsu.
Copyright © 2016 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
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.
Applied Cartography and Introduction to GIS GEOG 2017 EL
Conceptual Design versus Logical Design. Conceptual Data Design Prepared at beginning of project High level view of how the client sees the data Top down.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Chapter 9 Moving to Design
Chapter 8. ATTRIBUTE DATA INPUT AND MANAGEMENT
Information Systems & Databases 2.2) Organisation methods.
In this session, you will learn to: Map an ER diagram to a table Objectives.
FIGURE Some map scale examples and sizes covered by USGS map sheets. Images from From A Primer.
FIGURE 1.1. Three modern maps showing geology, landforms, and political boundaries; each relies on different forms of geographic representation and cartographic.
Done By : Gillian Swaby. Objectives: 1. What is an Entity-Relationship Diagram? 2.What are the symbols used in ERD? Explain each. 3. What is a one- to-
FIGURE Examples of each type of GI. From A Primer of GIS, 2nd edition, by Francis Harvey. Copyright 2016 by The Guilford Press.
Chapter 13.3: Databases Invitation to Computer Science, Java Version, Second Edition.
FIGURE 6.2. Hierarchical subdivision of the Roman centuration. From A Primer of GIS, 2nd edition, by Francis Harvey. Copyright 2016 by The Guilford Press.
FIGURE The map in this figure shows juvenile delinquencies on Halloween night for the period 1933–1934 comparing supervised and unsupervised activities.
Which are Spatial Data? Names address NASA satellites imagery Weather and Climate Data SSN Medical Imaging NASA satellites imagery - terabytes of.
Department of Mathematics Computer and Information Science1 CS 351: Database Management Systems Christopher I. G. Lanclos Chapter 4.
DBS201: Data Modeling. Agenda Data Modeling Types of Models Entity Relationship Model.
MBI 630: Week 9 Conceptual Data Modeling and Designing Database 6/10/2016.
FIGURE 5.1. Latitude and longitude lines. From A Primer of GIS, 2nd edition, by Francis Harvey. Copyright 2016 by The Guilford Press.
1 Advanced Computer Programming Software Modeling UML Copyright © Texas Education Agency, 2013.
Introduction GIS often represent spatial information with a two-dimensional x,y coordinate system. Some data linearly measured. In order to use the information.
Geographic Information Systems GIS Data Databases.
Geog. 314 Working with tables.
Lesson 10 Databases.
Chapter 5 UNDERSTANDING AND DESIGNING ACCOUNTING DATA
Web Routing Designing an Interface
Chapter 4 Attribute Data.
Moving Toward Spatial Access: Lessons Learned
FIGURE Different sensor types
Chapter 14 Geodatabases.
CIS 155 Table Relationship
CSCI-100 Introduction to Computing
Payroll Management System
Figure 2.1. The “tapestry” of the history of cartography.
Preliminaries: -- vector, raster, shapefiles, feature classes.
Chapter 9 Designing Databases
Order Database – ER Diagram
FIGURE Example of environmental data sampling showing how data is combined in geostatistical analysis. From
FIGURE 3.1. Most projections of locations transform three-dimensional locations into two-dimensional locations as a geographic representation and basis.
FIGURE The Twin Cities Metropolitan area supports many GIS-related services and operations, especially coordination and data access. DataFinder is.
Week 2 Assignment Symbology
Cartographic and GIS Data Structures
Regional Architecture Development for Intelligent Transportation
GIS Lecture: Data.
Chapter 4 Entity Relationship (ER) Modeling
FIGURE 2.1. The world-at-night image is an abstract cartographic representation. At any one time it is physically impossible to see the entire world at.
Figure A. Percentage of world population living in rural and urban areas, B. Total urban population by income level, From.
QGIS, the data model, use and storage
FIGURE 4.1. On the CDC website, the choice of “natural” colors for the background image and the use of red–yellow–green sequence of colors to indicate.
GIS Lecture: Data.
Chapter 17 Designing Databases
Lesson Objectives Aims You should know about: 1.3.2:
GIS Lecture: Data Tables
BUS2206 Access Lab Queries Second Term,
Databases and Information Management
G061 - Data Dictionary.
eSeries Entities By Julie Ladner
CHAPTER 5 THE DATA RESOURCE
End of day Calculator and special order parts tracking
Where the serious GIS work takes place.
Geographic Information Systems
Presentation transcript:

FIGURE 7.1. Simplified representation showing the most common types of databases for GI and maps and the important difference between flat-file and relational database types of organization. From A Primer of GIS, 2nd edition, by Francis Harvey. Copyright 2016 by The Guilford Press.

FIGURE 7.2. Database table relates (or joins) are made by identifying the same attributes in the key fields from two separate tables. In this example, the FIPS code can be used to relate population data to the corresponding counties. From A Primer of GIS, 2nd edition, by Francis Harvey. Copyright 2016 by The Guilford Press.

FIGURE 7.3. Highway and major road network in the Twin Cities, Minnesota, United States. The map on the left shows the roads without symbols. Storing or calculating the symbol values from database fields or sensor input help reliably communicate traffic conditions. From A Primer of GIS, 2nd edition, by Francis Harvey. Copyright 2016 by The Guilford Press.

FIGURE 7.4. Examples for symbols used in classifying roads in the United States. The use of conventional symbology and storage of the corresponding data helps to ensure reliable communication with the maps created from this data. From A Primer of GIS, 2nd edition, by Francis Harvey. Copyright 2016 by The Guilford Press.

FIGURE 7.5. Examples of proper field length (top); too short field length (middle); too long field length (bottom). From A Primer of GIS, 2nd edition, by Francis Harvey. Copyright 2016 by The Guilford Press.

FIGURE 7.6. Entity-relationship (E-R) diagram. From A Primer of GIS, 2nd edition, by Francis Harvey. Copyright 2016 by The Guilford Press.