How and why to document data for long-term storage; and What's special about Geographical data? Allan Reese Cefas Weymouth.

Slides:



Advertisements
Similar presentations
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senns Information Technology, 3 rd Edition Chapter 7 Enterprise Databases.
Advertisements

C6 Databases.
Management Information Systems, Sixth Edition
Raster Based GIS Analysis
Information Retrieval in Practice
Search Engines and Information Retrieval
Managing Data Resources
Chapter 3 Database Management
Database Management An Introduction.
File Systems and Databases
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
Geographic Information Systems
Mgt 20600: IT Management & Applications Databases
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 11 Management Decision Making.
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.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
6 Systems Analysis and Design in a Changing World, Fourth Edition.
Chapter 6: The Traditional Approach to Requirements
Systems Analysis and Design in a Changing World, Fifth Edition
Chapter 6 The Traditional Approach to Requirements
Systems Analysis and Design in a Changing World, Fifth Edition
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
Database Types of database programs Charles w. Bachman Well- Designed Databases Database Management Systems Types of database programs Daabase Techniques.
Search Engines and Information Retrieval Chapter 1.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
DATABASE. A database is collection of information that is organized so that it can easily be accessed, managed and updated. It is also the collection.
A Metadata Based Approach For Supporting Subsetting Queries Over Parallel HDF5 Datasets Vignesh Santhanagopalan Graduate Student Department Of CSE.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Copyright 2010, The World Bank Group. All Rights Reserved. COVERAGE, FRAMES & GIS, Part 2 Quality assurance for census 1.
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
Metadata and Geographical Information Systems Adrian Moss KINDS project, Manchester Metropolitan University, UK
Using SAS® Information Map Studio
Introduction to GIS. GIS Definitions A map connected to a database A computerized data base management system for capture, storage, retrieval, analysis,
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 5 Data Resource Management. 2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Role of Spatial Database in Biodiversity Conservation Planning Sham Davande, GIS Expert Arid Communities Technologies, Bhuj 11 September, 2015.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Data resource management
Databases and Information Management Chapter 6. Outline Database Relational Database Database Management System (DBMS) Structured Query Language Data.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
GIS Data Models GEOG 370 Christine Erlien, Instructor.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
Introduction to GIS. What is GIS? Geographic Information System Geographic implies of or pertaining to the surface of the earth Information implies knowledge.
7 Strategies for Extracting, Transforming, and Loading.
Distributed Data Analysis & Dissemination System (D-DADS ) Special Interest Group on Data Integration June 2000.
Software Reuse Course: # The Johns-Hopkins University Montgomery County Campus Fall 2000 Session 4 Lecture # 3 - September 28, 2004.
6 Systems Analysis and Design in a Changing World, Fourth Edition.
What is policy surveillance? What are the methods? Why is it important? November 2015.
Titre. Geographic Information System GIS offer powerful tools for adding spatial perspectives to: –Planning –Research –Technology transfer –Impact assessment.
INTRODUCTION TO INFORMATION SYSTEMS LECTURE 9: DATABASE FEATURES, FUNCTIONS AND ARCHITECTURES PART (2) أ/ غدير عاشور 1.
Geocoding Chapter 16 GISV431 &GEN405 Dr W Britz. Georeferencing, Transformations and Geocoding Georeferencing is the aligning of geographic data to a.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
James A. Senn’s Information Technology, 3rd Edition
Information Retrieval in Practice
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Data Resource Management
Geographic Information Systems
MANAGING DATA RESOURCES
Chapter 3 Database Management
Geographical information system: Definition and components
ESRM 250/CFR 520 Autumn 2009 Phil Hurvitz
Geographic Information Systems
Presentation transcript:

How and why to document data for long-term storage; and What's special about Geographical data? Allan Reese Cefas Weymouth

Cefas buildings Weymouth Burnham-on-Crouch

Fish disease Causes and progress of infection Diagnostics (viruses, bacteria, fungi, parasites) Vaccines and therapeutics (safety and efficacy) Epidemiology & risk assessment Surveillance and control – Fish Health Inspectors Emerging and exotic diseases Policy advice Spring Viremia of Carp Virus Fish farms in E&W

Who wants a database? I’ve got some data so I need a database Our demo will show you how easy it is to simultaneously search, share and retrieve information from thousands of library databases Project… plans to build, through networking, a database on best practices in the field Rapid growth in the quantity of omic data means bio-informaticians need to manage data in an efficient and reliable manner. The main focus of this course is on designing, creating and querying relational databases

Why a (relational) database? 1.large volume of data (typically gigabytes) 2.complex data structure (not matching standard application) 3.long-term use / continued accumulation or incremental update 4.total accuracy & consistency needed on micro-scale 5.frequent accesses to small subsets, ad hoc queries 6.data shared by more than one person (University Computing 1991; Significance Dec 2007)

Extract for analysis Fields ( variables ) = columns Units ( level of analysis ) = rows Columns x Rows = Data table Query -> view -> table of data -> summary or analysis

Mystery meat What tables form the raw data? What fields are in each table? Data dictionary? Documenting meanings or DB structure?

Table preferred when Scientific data probably SHOULD NOT be changed –or data added in batches ( incremental ) Structure NOT complex –replication across units allowed, but not excessive Levels of analysis are few ( or few dominant ) Analyses summarize whole data or samples –often one-offs ( bespoke or user-written ) Sorting or indexing allows very rapid access

Data table needs metadata Metadata standards (Dublin core) –emphasis on discovery –list many fields –codebook not mentioned A modest suggestion –data table of rows and columns, with column headers –codebook: another table to explain headers –metadata: describe background, ownership etc

Geographical Databases

ESRI (ArcInfo) assumes The purpose of a GIS is to provide a spatial framework to support decisions … Most often, a GIS presents information in the form of maps and symbols … A map user is the end consumer of a GIS. This person looks at maps … When the Cassini spacecraft was launched, GIS was used to evaluate the risk of an accident with the plutonium generators on board

Nearer to me

GISs contain Data as points, lines, areas Location data –lat/long, grid refs, postcodes, toids Representation instructions –scaling, icons, label position, shading

Can you get data out? Point and click works for pop-up labels –not to output a table Limited to the precision of the input device, including the user’s eyesight I want, probably, a whole layer of data, including the positions as named fields How do my needs map into the database?

Lacking / hidden / difficult in GIS List fields associated with physical object Choose many objects and output data –eg to make proximity matrix Distinguish raw from constructed data –point-heights versus interpolated contour Output data values for an area –eg sea surface temperatures

Request GIS suppliers may prefer to address users’ needs by adding yet more features to the interface, or pointing to the SQL interface I would rather they re-consider the role of the GIS as a data warehouse, from which it should be easier to select and extract data that can be analysed in other software