New Technologies for Storage and Display of Meteorological Data

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

Database System Concepts and Architecture
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Data - Information - Knowledge
Databases. Database Information is not useful if not organized In database, data are organized in a way that people find meaningful and useful. Database.
Chapter 3 Database Management
Database Management: Getting Data Together Chapter 14.
Introduction to Web Database Processing
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Overview of Database Languages and Architectures.
Chapter 7 Managing Data Sources. ASP.NET 2.0, Third Edition2.
The Design Of A Web Document Snapshots Delivery System David Chao College of Business San Francisco State University.
This presentation will guide you though the initial stages of installation, through to producing your first report Click your mouse to advance the presentation.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Data File Access API : Under the Hood Simon Horwith CTO Etrilogy Ltd.
OracleAS Reports Services. Problem Statement To simplify the process of managing, creating and execution of Oracle Reports.
New Technologies for Storage and Display of Meteorological Data Dale Paynter Operations Management Group May, 2002 NUMUG Conference.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
File Processing - Database Overview MVNC1 DATABASE SYSTEMS Overview.
OCLC Online Computer Library Center Kathy Kie December 2007 OCLC Cataloging & Metadata Services an introduction.
Ch. 1 데이터베이스시스템 (2). Ch.1 Database System 데이터베이스시스템 2 What to Learn Database System Overview Entity-Relationship diagram Relational Data Model  Structure.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
IPortal Bringing your company and your business partners together through customized WEB-based portal software. SanSueB Software Presents iPortal.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
By N.Gopinath AP/CSE Cognos Impromptu. What is Impromptu? Impromptu is an interactive database reporting tool. It allows Power Users to query data without.
Copyright 2007, Information Builders. Slide 1 Machine Sizing and Scalability Mark Nesson, Vashti Ragoonath June 2008.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
Take Your Data Analysis and Reporting to the Next Level by Combining SAS Office Analytics, SAS Visual Analytics, and SAS Studio David Bailey Tim Beese.
SQL IMPLEMENTATION & ADMINISTRATION Indexing & Views.
Architectural Description The Wind application is based on the JDDAC platform. The system is comprised of a network of weather stations responsible.
James A. Senn’s Information Technology, 3rd Edition
Databases (CS507) CHAPTER 2.
Business System Development
Internet Made Easy! Make sure all your information is always up to date and instantly available to all your clients.
IST 220 – Intro to Databases
Creating Oracle Business Intelligence Interactive Dashboards
System Architecture & Hardware Configurations
Web Application.
Client/Server Databases and the Oracle 10g Relational Database
GO! with Microsoft Office 2016
Database System Concepts and Architecture
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
GO! with Microsoft Access 2016
The Client/Server Database Environment
System Architecture & Hardware Configurations
Chapter 16 Designing Distributed and Internet Systems
Database System Concepts and Architecture
Calculation and Re-calculation of 60-minute Sigma Theta and Stability
Introduction to Ms-Access Submitted By- Navjot Kaur Mahi
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
MANAGING DATA RESOURCES
Business Process Management Software
Getting Started.
Administrative Software
Introduction to Databases Transparencies
Chapter 1: The Database Environment
Tiers vs. Layers.
Getting Started.
MANAGING DATA RESOURCES
Title Month Year Chris Patel EMC Centera Strategic Alliance Manager
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Chapter 3 Database Management
The Database Environment
Unit J: Creating a Database
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Presentation transcript:

New Technologies for Storage and Display of Meteorological Data 10 May 2002 New Technologies for Storage and Display of Meteorological Data Dale Paynter Operations Management Group May, 2002 NUMUG Conference

Benefits of Technology? New Technologies for Storage and Display of Meteorological Data 10 May 2002 Benefits of Technology? Move to modern technology path that will be developed and supported Make initial installation, maintenance & upgrades easier Change is the name of the game External requirements & standards Infrastructure changes Organizational re-alignment Meet rising expectations Simple systems interfaces Capitalize on staff knowledge & skills Let Meteorologists manage, analyze and use the data 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 New Technologies What are they? Data Driven System Architecture Relational Databases Web Applications 10 May 2002 OMG

Data Driven Architecture New Technologies for Storage and Display of Meteorological Data 10 May 2002 Data Driven Architecture What is it? Write code to be independent of specifics Make system configurable to define: Input stream Parameters for internal calculations Reports Interfaces to other systems 10 May 2002 OMG

Data Driven Architecture New Technologies for Storage and Display of Meteorological Data 10 May 2002 Data Driven Architecture What are the benefits? Respond to new requirements and standards Reduce dependency on vendors & IT Get out of program change queue Reduce change orders & site visits Give users control through configuring system 10 May 2002 OMG

What does this let you do easily? New Technologies for Storage and Display of Meteorological Data 10 May 2002 What does this let you do easily? Add new sensors with no code changes Create new list reports Change corporate information Revise alarm / flag limits Add or decommission sampling locations Interface to different systems 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 So how do we do this? Parameters, parameters, parameters... Make data base ‘self-descriptive’ Store ‘what’ is being stored as well as ‘values’ Eliminate need to reorganize / reload data to accommodate changes Make variables for all ‘constants’ Tower names Time zones Daylight saving time Measurement codes Report titles & headings Data to display / order Report field formats Conversion formulae 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 Adding a new sensor Traditional “Programming” Approach User configures or reprograms datalogger Programmer adds new field to file formats. Then dumps existing data, reloads and verifies Programmer changes data loading to process new input layout & update new field Programmer changes updating to display / edit new field Programmer changes reporting to display new field System administrator installs final programs on all affected computers Data Driven Architecture Approach User configures datalogger User defines sensor in database User tests and verifies results System administrator copies configurations to production system 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 Relational Databases What are they? Data is stored in Tables made up of rows of fields (columns) Data is referenced through name of the field Subsets of data may be selected Tables may be joined to retrieve related records 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 Relational Databases Usage comparison example Sequential file - 30’ wind speed is in columns 26 to 31 (format F6.2) Typical relational database - 30’ wind speed is stored in a field named WS30 Relational database using data driven architecture - 30’ wind speed is stored in a field named Value where the field MeasCode contains ‘WS’ and Height contains ‘30’ 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 Relational Databases What are the the general benefits? Built-in security Supports simultaneous accesses Built-in data recovery techniques Built-in data retrieval algorithms & optimization Standard database interaction (SQL) In-house expertise can be leveraged 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 Relational Databases And... for meteorological data? Concurrent loading, updating and reporting Permits non-sequential loading for legacy data and data recovery Handles data retention and archiving requirements Ad hoc queries Time-stamping data changes Keep original values as well as edited values 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 Web Applications In general... User requests report and submits parameters through browser Web application generates report on server and sends to browser User views / prints report through the desktop browser Benefits? Removes need to run / maintain specific report programs on desktop Just ask your LAN Administrator… 10 May 2002 OMG

Web Server Configuration New Technologies for Storage and Display of Meteorological Data 10 May 2002 Web Server Configuration Meteorologist’s Workstation running Updater Meteorological Monitoring System Server MMS Database Web Server Reporter Meteorologist’s & Users’ Workstations running Web Browsers InterceptTM & Loader Zenos Sensors Zenos Interface Files Other Servers Zeno®s 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 Web Technology Internet or Intranet Server Data manipulation and report generation performed on server Only results sent to browser Automatic report refresh option Additional security levels possible 10 May 2002 OMG

New Technologies for Storage and Display of Meteorological Data 10 May 2002 How does it perform? Even running on a notebook: Current reports are instantaneous Historical reports take a few seconds Frequency Distribution produces a 1 year report in 12 seconds Data Capture Summary produces a 1 year report in 55 seconds 10 May 2002 OMG

Benefits of Technology New Technologies for Storage and Display of Meteorological Data 10 May 2002 Benefits of Technology Move to modern technology path that will be developed and supported Get out of the program change queue Flexibility to respond to change Let Meteorologists manage, analyze and use the data 10 May 2002 OMG