ARMADA (Army RDT&E Meteorological Architecture for Data Archival. 4DWX Forecasters Training 27 February 2008

Size: px
Start display at page:

Download "ARMADA (Army RDT&E Meteorological Architecture for Data Archival. 4DWX Forecasters Training 27 February 2008"

Transcription

1 ARMADA (Army RDT&E Meteorological Architecture for Data Archival 4DWX Forecasters Training 27 February 2008

2 Outline ARMADA ARMADA at the Range Break ARMADA ETL Demonstration ARMADA Feedback Session

3 The significant problems we have cannot be solved at the same level of thinking with which we c r e a t e d t h e m. - A l b e r t E i n s t e i n

4 Data Warehouse 1 A data warehouse is an application with a computer d a t a b a s e t h a t c o l l e c t s, i n t e g r a t e s a n d s t o r e s a n organization's data with the aim of producing accurate and timely management of information and supporting data analysis. The practice of data warehousing includes the storage of virtually all transactional data, master data (customer, material), and meta data 2 at a very detailed level. 1 From Wikipedia 2 Meta Data data about the data

5 Data Archival Systems ARMADA 1 (2007) Data Volume Human (1800) Paradigms Strip Charts (1950) Database (MySQL) (2002) Digital (ASCII) (1987) 1 Data Warehouse Time

6 Meteorological Observing Platforms at Dugway Proving Ground Platform Observing Unit Ceilometers Spatial Horizontal Vertical (Units) (Levels) 3 20 Frequency (Seconds) 15 Observing Parameters (Count) 1 Observation Records Per Day 345,600 Electric Field Meters ,419,200 SAMS 1 (Mesonet) ,488 Present Weather ,040 Wind Profiler ,880 PWIDS ,320 SODAR ,520 Towers (32M) ,200 Sonics (3D) ,200,000 Rawinsonde 5 >1000 N/A 8 N/A Tethersonde ,400 Yellow Continuous permanent Orange Continuous mobile Light Blue Manual mobile 1 SAMS Surface Atmospheric Measuring System 2 PWIDS - Portable Weather Instrumentation Data System

7 Pre ARMADA Data Collection Data collection was developed around the observing platform Databases: Microsoft Access, Microsoft SQL Server, and MySQL AB. Text files: delimited, fixed column, and terse ASCII Other media: magnetic tape, CDs, and paper Examples of method and media used for archiving SAMS MySQL database RAID 1 Sonics delimited or terse ASCII CDs PWIDS delimited ASCII on CDs Rawinsonde text files on personal desktop Metadata Typically archived in spreadsheets Metadata often archived on different computers 1 RAID - Redundant Arrays of Independent Drives

8 Current SAMS Range Database Problem Areas Quality Assurance Range Data None or minimal! Not included in SAMS DB Rawindsonde SODARs Problem PWIDS Tower Solution Create a quality assurance program Archive ALL range data Not archived Metadata Site History Location Sensors Calibration Archive ALL Metadata Data Ingesters Sensor Location SAMS only! Create an application to extract, transport, and load multiple data sets

9 Current Requirements Any meteorological data and/or metadata collected must be: Accessible Available Usable Data integration (modeling) Standardization Labels, units, and time

10 Centralizing the Data Goal of ARMADA is to centrally archive ALL data and metadata Relation database management system (RDBMS) Data warehouse Controlled by a MySQL AB. database server Single point input and output access Applying proper information assurance procedures (Army Regulation 25-2) can reduce single point failures Standardization of labels and units is applied to all components in the archive Database and table names follow predefined naming convention Column names follow Climate Forecast (CF) standard names and associated units (typically SI)

11 ARMADA System Concept SODAR SAMS PWIDS 1 Archive (Databases) 4DWX 4 Quality Assurance Tower Sounding Other/ Historical Data 2 3 Data Ingest Data Output

12 Field Data ARMADA (Army RDT&E Meteorological Architecture for Data Archival) ETL 1 Applications Serial Ports TCP/IP ARCHIVE End User Applications Web GUIs Text Files CLI 2 Web Portal (Metadata) 1 Extract, Transform, Load 2 Command Line Interface Quality Assurance 3 Army RDT&E Four-Dimensional Weather 4DWX 3

13 Standardization of Archive (1) Self Describing Standard naming conventions Database/Table/Column Column/Variable (Climate Forecast Compliant) International System of Units (SI) Applies to all archive components

14 Archive Databases (1) Platforms SAMS 1 PWIDS 1 Tower 1 META Sensor Fielded Non-Fielded Calibration 1 Note site metadata history table resides in platform database

15 Example of a PWIDS Database Tables_in_pwids pwids_2007_02 pwids_2007_03 pwids_2007_04 pwids_2007_05 pwids_month pwids_site-metadata -metadata Archive Table Real Time Archive Table Site History Table

16 Example of a PWIDS Table Field date_time unit_id site_id wind_from_direction wind_speed eastward_wind northward_wind wind_from_direction_qc wind_speed_qc eastward_wind_qc northward_wind_qc last_update_date_time Type datetime char(10) char(10) double double double double tinyint tinyint tinyint tinyint timestam p Purpose Date time (UTC) of observation Is a unique unit id of a platform (i.e., SAMS) The id of the site location and is subject to change Raw data fields that utilize SI units Note: Data types are not restricted to doubles Raw data quality control flag Note: flag notation has yet to be determined A time stamp (UTC) record of insertion or modification Note: temperature, moisture, and pressure have been left off

17 4/15/2007 WSMR Boundaries 12 2/2/2008 Unit ID = 12 2/12/ Site ID = Y 12 Unit ID = 12 Site ID = X Unit ID = 12 Site ID = Z

18 Example of a PWIDS Site Meta Table Fields unique_site_id unit_id site_id date_time_start date_time_stop longitude latitude surface_altitude above_ground_level site_name notes Type int char(10) char(10) datetime datetime double double double double char(50) tinytext Purpose Define a unique number to guarantee no duplicity (auto inc) Is a unique unit id of a platform (i.e., SAMS) The id of the site location and is subject to change Date time start for validity of record Date time end for validity of record Geodetic longitude (Note western hemisphere is negative) Geodetic latitude (Note northern hemisphere is positive) Altitude at the surface above mean sea level Arbitrary altitude of sensors above ground level Optional name for the site location Optional notes about the site location

19 Metadata Web Interface Sensor Sensor Location Calibration Site Location Users Options 1. Web portal and archive at DPG 2. Web portal and archive at each range

20 MEMORIZE Because table names use a - (dash), these are considered special characters. To escape this character use the back tick ` found on the left of the number 1 key. Note the back tick can be applied to any special character. Example: select * from `pwids_site-metadata`;

21 Ingest Applications (2)

22 Turn on/off process buttons Background colors in last data updated Yellow - idle Green processing Red auto update off Orange an output process is off Magenta no new data Current system clock date/time Configurable Title Last data record ingested site id and date + time Turn off/on Auto update Check box is on Enlarged visual Indicator of on()/off() processes buttons Button to manually force an ingest process (runs only once)

23 Configuration File Provides instructions to File Ingester to: 1. Extract Location and architecture of data file 2. Transform Converts raw data to ARMADA architecture 3. Load Writes or populates the data into ARMADA Coded in XML (extensible Markup Language) Readable and/or self describing Rigid Configuration editor is in the plans for FY08

24 Configuration file Broken down into two groups Global parameters Effects all data Applies to: Database connections Base directory Time of data processing Site or Unit parameters Effects on individual observations Applies to: Interpolation Calculations Upload location within ARMADA

25 Example <?xml version="1.0"?> <FILEINGESTER> <BASEDIRECTORY Dir="c:/fm" /> <DISPLAYTITLES Title="FIELD MILL" SiteTitle="FM ID" DateTitle="COOL" TimeTitle="TIME UTC"/> <TIMERGROUP TimeDataIO="60" TimeProcess="5" TimeAlarm="60" TimeStationUpdate="45"/> <DATABASECONNECT Source=" " Username="remote" Password="remote" Database="field-mills" Port="3307"/> <STARTPROCESS Auto="true" Database="true" Output="false" /> <GLOBALSITEINFO SiteTable="`field-mills_site-metadata`" SingleOBFileCount="28" MultiOBFileCount="0"> <SINGLEOBFILE FileName="c:/fm_data/EFM001_Tab1sec" StringSplitter="," EndOfLine="\\n" CharsAllowed=" :," -AppendFilePrefix="DCP0Z_" AppendFileDate="day" OverWrite="True" RemoveFile="True" SkipHeader="4"> <SITEID SiteID="1" Unit_ID="1" Site_ID="1" ColumnCount="13" VariableCount="6" EquationCount="0" SpecialEquations="0" TableName="`field-mills_month_test`" AppendFilePrefix="EFM001_Tab1sec" AppendFileDate="none" OverWrite="True" RemoveFile="True"> <DATETIME MySQLDT="-1" Year4="0" Year2="-1" Month="1" DayOfYear="-1" DayOfMonth="2" HourMinute="-1" Hours="3" Minutes="4" Seconds="5" UTCTimeOffSet="0" SystemTime="false" /> <INSTANCE> <COLUMNVARIABLE ColumnNumber="7" ColumnName="surface_electric_field" Type="Constant" Unit="NONE" /> <COLUMNVARIABLE ColumnNumber="8" ColumnName="status" Type="Constant" Unit="NONE" /> <COLUMNVARIABLE ColumnNumber="9" ColumnName="leakage_current" Type="Constant" Unit="NONE" /> <COLUMNVARIABLE ColumnNumber="10" ColumnName="panel_temperature" Type="Temperature" Unit="C" /> <COLUMNVARIABLE ColumnNumber="11" ColumnName="battery_voltage" Type="Constant" Unit="NONE" /> <COLUMNVARIABLE ColumnNumber="12" ColumnName="internal_relative_humidity" Type="Moisture" Unit="%" /> </INSTANCE> </SITEID> </SINGLEOBFILE>

26 Output (3) Commercial or open source applications MySQL Query Browser Microsoft Excel Custom applications Excel (Macros) Times Series Climatologies SAMS Report HPAC GUI Data Getter PWIDS Display Field Meter Display

27

28 PWIDS Display (Portable Weather Instrumentation Data System)

29 2D Electric Field (V/m) Contour Plot

30 Quality Assurance (4) Quality Control Installation ARMADA Measurements Data Collection Communication

31 ARMADA QC/QA Current Quality Control Some data tests PWIDS Sonics Wind Profiler (NIMA) Data are only QC ed for customer requested data Not archived in QC format Goal Quality Assurance 1. QA applied to all data 2. Create an archive environment to support QA (ARMADA) 3. Develop a QA program to a. Automate process b. Manual inspection c. Process in near real time d. Rigorous follow on tests

32 Comparison Current Manual Higher Labor Costs 1 Range Test + Visual Single Application Per Data Set Post Analysis Goal Automated Lower Labor Costs 1 Multiple Test + Visual Single Application For Multiple Data Sets Real Time Lower Confidence 1,2 Higher Confidence 1,2 1 Per datum 2 End user

33 ARMADA QA Flow Raw QA Flags GOLD Standard Quality Control Server Temporary Data Storage Fail 1 Tests Pass Fail Do Nothing Pass All Tests QCS: Developed in Python

34 QA Flag The net results of QA tests! Every variable in ARMADA is assigned a QA flag Results of every test are archived 1. All tests are packed into a type 2. A type can be archived as a single element in the database 3. Initially only pass/fail results will be archived 4. Possible to archive more test result information QA Flag is composed of 0 and 1 s that describe the results of the tests

35 MySQL Types Type Bits Bytes Possible Integers Bit Representation Bit 0 or 1 1/8 2 1 Nibble 1 4 1/ Byte Tiny INT Small INT , Medium INT * INT * Big INT * Not a MySQL type

36 Packing Results via Bits Pass Fail Not Tested P 0 F 1 Above Increasing info per test N 00 P 01 A 10 B 11 Below Validity Test A 1010 B 1011 C 1100 D 1101 E 1110 F Base 4-Base 8-Base 16-Base N-Base Bit Oct Hex

37 Human/DB/Computer (RELATIONSHIP) Validity Check Human Not Tested Pass Above Below MySQL (Integer) Computer

38 QC Approach Raw QA Flags Quality Control Server Config File (XML) Temperature_QC = int (Flag) Manual Validity Tests 1 Persistence Buddy 1 All tests are performed

39 ARAMADA Implementation Pass/Fail A few test on SAMS Manual Validity Persistence Step test Buddy Check Will take years to implement through out ARMADA!

40 ARMADA SUMMARY All data and metadata will be archived in a central location Repository will be standardized Naming conventions SI Units Quality Assure all data 4DWX access Questions?

41 ARMADA at the RANGE

42 SAMS DB Migration to ARMADA SAMS Ingest will be replaced by File Ingester Allow non-fixed number of elements in SAMS data stream Interpret numbers and strings Capable of archiving additional derived variables (See hand out) SAMS DB will conform to ARMADA standardization SAMS DB will be reconfigured around range needs SAMS DB will be rebuilt during range installation SAMS DB and ARMADA will run simultaneously indefinitely (suggested 3-6 months)

43 ARMADA Installation Software 1. Fileingester SAMS Rawindsonde 2. MySQL 5.x 3. Range QC 4. Configurator? Setup 1. Software install + database setup 2. SAMS + possible other data sets 3. Training 4. Upload old SAMS DB to ARMADA One week installation (4-5 days) Starting FY08, except CRTC August 07 Run old SAMS DB simultaneously for 3-6 months

44 Hardware Desktop Server RAID Current Hardware Current Hardware (Data Ingest) Quality Assurance Database + Output (Web) Storage (4TB) Data Ingest Quality Assurance Output (Web) Database Storage (8TB) FY 08 FY FY Acceptable Recommended Optimal

45 Backups/Redundancy All raw data will be archived 1 Ingest software will be able to Write raw data to local files Read raw data files and populate into ARMADA Database Tables Updating tables daily or weekly Archive tables once or has been updated Will be automatic Master archive for all ranges located at DPG Need to get Port 3306 open through the firewall! 1 At a minimum raw data should be archived on long term transferable media such as CD or DVD

46 Information Assurance Adhere to Army Regulation 25-2 Information Assurance and comply with local DIACAP (DoD Information Assurance Certfication and Accreditation Process) requirements Tighten up access to ARMADA No more global IP s No remote root access 1 Metadata web portal will be password protected Sensitive data can be archived in its own database, and is not limited to the master archive 1 Not possible on PC based systems

47 Maintenance/Administrative Responsibilities 0-2 Years 1 Range DPG 1. Manage raw data archives 2. Load archived raw data 1. Primary MySQL admin 2. Backup database tables 3. Assist in backup and recovery 4. Maintain metadata 5. Monitor data flow 3. Master repository 4. ARMADA development 5. Customer support 1 Negotiable

48 Out Years Objectives FY Fall Winter Spring Summer 07 Install ARMADA at CRTC 08 Install ARMADA at ATC, EPG, NVL, RTTC, WSMR, and YPG Master repository at DPG Replace Legacy Programs (SAMS Report) Quality Assurance Program Version 1 Upgrading File Ingester for SODAR/Profiler Metadata Web Server operational Decommission SAMS DB Update Hardware (rack mounted system) 2. Web interface or GUI tools to ARMADA, climatology, time series, etc 3. Expand ingest capabilities beyond File Ingester 4. Primary range data source to 4DWX 1. QA Program Version 2 2. All range data + historical data in ARMADA 3. Develop data mining tools Migrate all capabilities to Linux? 2. Include non-meteorological data (Test reports, HPAC output, etc.)

49 Summary ARMADA is coming! CRTC August All other Ranges Fall 07 to Winter 08 Plan on a full week ARMADA will replace SAMS DB New hardware is not required for initial install ARMADA will comply with the local DIACAP Questions?

User Guide for the WegenerNet Data Portal

User Guide for the WegenerNet Data Portal User Guide for the WegenerNet Data Portal (v9/18feb2010) The WegenerNet Data Portal provides access to measurement data from the climate stations as well as detailed information about the project. Quality-checked

More information

WhatsConfigured for WhatsUp Gold 2016 User Guide

WhatsConfigured for WhatsUp Gold 2016 User Guide WhatsConfigured for WhatsUp Gold 2016 User Guide Contents Welcome to WhatsConfigured 1 What is WhatsConfigured? 1 Finding more information and updates 1 Sending feedback 2 Deploying WhatsConfigured 3 STEP

More information

QUALITY CONTROL FOR UNMANNED METEOROLOGICAL STATIONS IN MALAYSIAN METEOROLOGICAL DEPARTMENT

QUALITY CONTROL FOR UNMANNED METEOROLOGICAL STATIONS IN MALAYSIAN METEOROLOGICAL DEPARTMENT QUALITY CONTROL FOR UNMANNED METEOROLOGICAL STATIONS IN MALAYSIAN METEOROLOGICAL DEPARTMENT By Wan Mohd. Nazri Wan Daud Malaysian Meteorological Department, Jalan Sultan, 46667 Petaling Jaya, Selangor,

More information

WHAT IS A DATABASE? There are at least six commonly known database types: flat, hierarchical, network, relational, dimensional, and object.

WHAT IS A DATABASE? There are at least six commonly known database types: flat, hierarchical, network, relational, dimensional, and object. 1 WHAT IS A DATABASE? A database is any organized collection of data that fulfills some purpose. As weather researchers, you will often have to access and evaluate large amounts of weather data, and this

More information

IronSync File Synchronization Server. IronSync FILE SYNC SERVER. User Manual. Version 2.6. May Flexense Ltd.

IronSync File Synchronization Server. IronSync FILE SYNC SERVER. User Manual. Version 2.6. May Flexense Ltd. IronSync FILE SYNC SERVER User Manual Version 2.6 May 2014 www.ironsync.com info@flexense.com 1 1 Product Overview...3 2 Product Installation Procedure...4 3 Using IronSync Client GUI Application...5 3.1

More information

CHAPTER 3 Implementation of Data warehouse in Data Mining

CHAPTER 3 Implementation of Data warehouse in Data Mining CHAPTER 3 Implementation of Data warehouse in Data Mining 3.1 Introduction to Data Warehousing A data warehouse is storage of convenient, consistent, complete and consolidated data, which is collected

More information

Mastering phpmyadmiri 3.4 for

Mastering phpmyadmiri 3.4 for Mastering phpmyadmiri 3.4 for Effective MySQL Management A complete guide to getting started with phpmyadmin 3.4 and mastering its features Marc Delisle [ t]open so 1 I community experience c PUBLISHING

More information

Version 3 Updated: 10 March Distributed Oceanographic Match-up Service (DOMS) User Interface Design

Version 3 Updated: 10 March Distributed Oceanographic Match-up Service (DOMS) User Interface Design Distributed Oceanographic Match-up Service (DOMS) User Interface Design Shawn R. Smith 1, Jocelyn Elya 1, Adam Stallard 1, Thomas Huang 2, Vardis Tsontos 2, Benjamin Holt 2, Steven Worley 3, Zaihua Ji

More information

Bruce Wright, John Ward, Malcolm Field, Met Office, United Kingdom

Bruce Wright, John Ward, Malcolm Field, Met Office, United Kingdom The Met Office s Logical Store Bruce Wright, John Ward, Malcolm Field, Met Office, United Kingdom Background are the lifeblood of the Met Office. However, over time, the organic, un-governed growth of

More information

Data Management Glossary

Data Management Glossary Data Management Glossary A Access path: The route through a system by which data is found, accessed and retrieved Agile methodology: An approach to software development which takes incremental, iterative

More information

IMS CLDB and EnviDB. Universal & Reliable Climate Database Management System. IMS CLDB and EnviDB Climatological and Integrated Environmental Database

IMS CLDB and EnviDB. Universal & Reliable Climate Database Management System. IMS CLDB and EnviDB Climatological and Integrated Environmental Database Scalable solution: cost effective LITE version full-featured CDMS* with variety of optional modules available cloud solution High Availability Option Manual or Automatic Data Sources Highly Configurable

More information

Preserving Electronic Mailing Lists as Scholarly Resources: The H-Net Archives

Preserving Electronic Mailing Lists as Scholarly Resources: The H-Net Archives Preserving Electronic Mailing Lists as Scholarly Resources: The H-Net Archives Lisa M. Schmidt lisa.schmidt@matrix.msu.edu http://www.h-net.org/archive/ MATRIX: The Center for Humane Arts, Letters & Social

More information

Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S

Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S Contents 1 Introduction...6 2 Protocol...7 2.1 Variables...7 2.2 Telegram structure...8 2.3 Packing and unpacking of telegrams...9

More information

Wade Sheldon. Georgia Coastal Ecosystems LTER University of Georgia

Wade Sheldon. Georgia Coastal Ecosystems LTER University of Georgia Wade Sheldon Georgia Coastal Ecosystems LTER University of Georgia email: sheldon@uga.edu Regardless of Q/A procedures, data quality issues guaranteed with environmental sensor data Without good Q/C data

More information

Introduction of new WDCGG website. Seiji MIYAUCHI Meteorological Agency

Introduction of new WDCGG website. Seiji MIYAUCHI Meteorological Agency Introduction of new WDCGG website Seiji MIYAUCHI WDCGG@Japan Meteorological Agency 1. Introduction of new WDCGG website 2. Starting to gather and provide satellite data at WDCGG Current WDCGG website 3

More information

Modern Data Warehouse The New Approach to Azure BI

Modern Data Warehouse The New Approach to Azure BI Modern Data Warehouse The New Approach to Azure BI History On-Premise SQL Server Big Data Solutions Technical Barriers Modern Analytics Platform On-Premise SQL Server Big Data Solutions Modern Analytics

More information

Computing Seminar Introduction Oct

Computing Seminar Introduction Oct Computing Seminar Introduction Oct 6 2010 Outline today Programming/computing basics terminology, high level concepts (variables, control flow, input/output) Before next week... Make sure you can login

More information

The descriptions of the elements and measures are based on Annex D of ISO/DIS Geographic information Data quality.

The descriptions of the elements and measures are based on Annex D of ISO/DIS Geographic information Data quality. 7 Data quality This chapter includes a description of the data quality elements and sub-elements as well as the corresponding data quality measures that should be used to evaluate and document data quality

More information

Tempest Hydro-Met Analysis System White Paper August, 2007

Tempest Hydro-Met Analysis System White Paper August, 2007 9250 Bendix Road, North Columbia, MD 21045 www.ilexeng.com 410.715.1117 Email: info@ilexeng.com Tempest Hydro-Met Analysis System White Paper August, 2007 The Tempest Hydro-Met Analysis System provides

More information

GeniusPlus Help On Line

GeniusPlus Help On Line GeniusPlus Help On Line Starting the application File Menu Device Menu Edit Menu View Menu Tools Menu Window Menu Help Menu Parameters Explorer Version 1.12 and later - September 30, 2013 1 Guide to Rapid

More information

EMC ApplicationXtender Reports Management 6.0

EMC ApplicationXtender Reports Management 6.0 EMC ApplicationXtender Reports Management 6.0 Administrator s Guide 300-008-283 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2009 EMC

More information

From Sensor to Archive: Observational Data Services at NCAR s Earth Observing Laboratory

From Sensor to Archive: Observational Data Services at NCAR s Earth Observing Laboratory From Sensor to Archive: Observational Data Services at NCAR s Earth Observing Laboratory Mike Daniels Computing, Data and Software Facility NCAR/Earth Observing Laboratory NSF Aircraft operated by EOL

More information

LIB 510 Measurement Reports 2 Operator s Manual

LIB 510 Measurement Reports 2 Operator s Manual 1MRS751384-MUM Issue date: 31.01.2000 Program revision: 4.0.3 Documentation version: A LIB 510 Measurement Reports 2 Copyright 2000 ABB Substation Automation Oy All rights reserved. Notice 1 The information

More information

SAS. IT Resource Management 2.7: Glossary

SAS. IT Resource Management 2.7: Glossary SAS IT Resource Management 2.7: Glossary The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS IT Resource Management 2.7: Glossary. Cary, NC: SAS Institute Inc.

More information

The framework of next generation automatic weather station in China

The framework of next generation automatic weather station in China The framework of next generation automatic weather station in China Xiaozhong CAO 1, Ming ZHANG 1, Bo WEN 2, Bailin WANG 3, Yong LEI 1 (1. Meteorological observation center of CMA, 2. China meteorological

More information

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda Agenda Oracle9i Warehouse Review Dulcian, Inc. Oracle9i Server OLAP Server Analytical SQL Mining ETL Infrastructure 9i Warehouse Builder Oracle 9i Server Overview E-Business Intelligence Platform 9i Server:

More information

DupScout DUPLICATE FILES FINDER

DupScout DUPLICATE FILES FINDER DupScout DUPLICATE FILES FINDER User Manual Version 10.3 Dec 2017 www.dupscout.com info@flexense.com 1 1 Product Overview...3 2 DupScout Product Versions...7 3 Using Desktop Product Versions...8 3.1 Product

More information

Backup and Restore Operations

Backup and Restore Operations Backup Data Type, page 1 Backup and Restore Repositories, page 2 On-Demand and Scheduled Backups, page 3 Cisco ISE Restore Operation, page 8 Export Authentication and Authorization Policy Configuration,

More information

Agilent OpenLAB ECM Intelligent Reporter

Agilent OpenLAB ECM Intelligent Reporter Agilent OpenLAB ECM Intelligent Reporter Installation and Configuration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2007-2016 No part of this manual may be reproduced in any form or by

More information

Chris Moffatt Director of Technology, Ed-Fi Alliance

Chris Moffatt Director of Technology, Ed-Fi Alliance Chris Moffatt Director of Technology, Ed-Fi Alliance Review Background and Context Temporal ODS Project Project Overview Design and Architecture Demo Temporal Snapshot & Query Proof of Concept Discussion

More information

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Chapter 3 Data Centers, and Business Intelligence 1 Why Learn About Database Systems, Data Centers, and Business Intelligence? Database: A database is an organized collection of data. Databases also help

More information

Automated Data Quality Assurance for Marine Observations

Automated Data Quality Assurance for Marine Observations Automated Data Quality Assurance for Marine Observations James V. Koziana Science Applications International Corporation (SAIC) Hampton, VA 23666 USA Third Meeting of GCOOS DMAC Renaissance Orlando Hotel

More information

Technical and Functional Standards for Digital Court Recording

Technical and Functional Standards for Digital Court Recording Technical and Functional Standards for Digital Court Recording As of February 2015 Overview This document provides detailed specifications for Digital Court Recording (DCR) systems which meet the court

More information

Ovation Process Historian

Ovation Process Historian Ovation Process Historian Features Designed to meet the needs of precision, performance, scalability and historical data management for the Ovation control system Collects historical data of Ovation process

More information

University at Buffalo's NEES Equipment Site. Data Management. Jason P. Hanley IT Services Manager

University at Buffalo's NEES Equipment Site. Data Management. Jason P. Hanley IT Services Manager University at Buffalo's NEES Equipment Site Data Management Jason P. Hanley IT Services Manager Structural Engineering and Earthquake Simulation Laboratory, Department of Civil, Structural and Environmental

More information

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology WISE Archive.

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology WISE Archive. Bruce Berriman / Steve Groom Infrared Science Archive (IRSA), IPAC/Caltech GBB/SLG - 1 WSDC Functional Block Diagram White Sands JPL UCLA HRP H/K MOS Maneuvers SOC Science Team Images FTP Site Ancillary

More information

Using the Migration Utility to Migrate Data from ACS 4.x to ACS 5.5

Using the Migration Utility to Migrate Data from ACS 4.x to ACS 5.5 6 CHAPTER Using the Migration Utility to Migrate Data from ACS 4.x to ACS 5.5 This chapter describes how to migrate data from ACS 4.x to ACS 5.5 and contains: Introduction, page 6-1 Running the Migration

More information

INTRODUCING. Access. R. Kumar

INTRODUCING. Access. R. Kumar INTRODUCING Access R. Kumar R/DBMS.. Database : A database is logically organised and structured collection of integrated data stored together without redundancy to serve multiple applications and diverse

More information

Using M-Collector. Using M-Collector...2. Introduction Key Concepts... 3

Using M-Collector. Using M-Collector...2. Introduction Key Concepts... 3 Technical Bulletin Issue Date October 3, 2003 Using M-Collector Using M-Collector...2 Introduction... 2 Key Concepts... 3 M-Collector... 3 Configuration... 3 Runtime Display...4 Maximum Capacity... 6 Collection

More information

IMPLEMENTATON OF SOUTHASIA CLIMATE ASSESSMET AND DASET (SACA&D) AT BMKG

IMPLEMENTATON OF SOUTHASIA CLIMATE ASSESSMET AND DASET (SACA&D) AT BMKG IMPLEMENTATON OF SOUTHASIA CLIMATE ASSESSMET AND DASET (SACA&D) AT BMKG OUTLINE Introduction of SACAD System Preparation of Implementation Data collecting and reformatting Preparing HW,SW and BW Current

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

Data Management Plan: OR Mooring - Ocean Acidification related measurements (Taken from NOAA Data Sharing Template and adapted for IOOS Certification)

Data Management Plan: OR Mooring - Ocean Acidification related measurements (Taken from NOAA Data Sharing Template and adapted for IOOS Certification) I. Type of data and information created 1. What data will you collect or create in the research? Contextual statement describing what data are collected and relevant URL (IOOS Certification, f 2) Hales

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 10.5 Feb 2018 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

ServerView Archive Manager

ServerView Archive Manager User Guide - English ServerView Suite ServerView Archive Manager ServerView Operations Manager as of V5.0 Edition February 2018 Comments Suggestions Corrections The User Documentation Department would

More information

Essentials for Modern Data Analysis Systems Second NASA Data Mining Workshop

Essentials for Modern Data Analysis Systems Second NASA Data Mining Workshop Essentials for Modern Data Analysis Systems Second NASA Data Mining Workshop Mehrdad Jahangiri, Cyrus shahabi University of Southern California Los Angeles, CA 90089 {jahangir,shahabi}@usc.edu 1 Motivation

More information

Upgrading the Server Software

Upgrading the Server Software APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.5.0, page B-2 Obtaining

More information

UWDCC Case Study. Supplementing DPOE Workshop 6 June Steven Dast Digital Asset Librarian UW Digital Collections Center

UWDCC Case Study. Supplementing DPOE Workshop 6 June Steven Dast Digital Asset Librarian UW Digital Collections Center UWDCC Case Study Supplementing DPOE Workshop 6 June 2016 Steven Dast Digital Asset Librarian UW Digital Collections Center 2,175,000 page images 225,000 multimedia files 2.4 million digital objects

More information

Version Major Deployments. TVA Entergy PG&E Dominion Every openpdc installation (via stats and/or active phasor archive)

Version Major Deployments. TVA Entergy PG&E Dominion Every openpdc installation (via stats and/or active phasor archive) Version 1.0 - Major Deployments TVA Entergy PG&E Dominion Every openpdc installation (via stats and/or active phasor archive) 2 Version 1.0 - Current State Stable, mature product optimized to store time-series

More information

Using ESML in a Semantic Web Approach for Improved Earth Science Data Usability

Using ESML in a Semantic Web Approach for Improved Earth Science Data Usability Using in a Semantic Web Approach for Improved Earth Science Data Usability Rahul Ramachandran, Helen Conover, Sunil Movva and Sara Graves Information Technology and Systems Center University of Alabama

More information

Hawaii Energy and Environmental Technologies (HEET) Initiative

Hawaii Energy and Environmental Technologies (HEET) Initiative Hawaii Energy and Environmental Technologies (HEET) Initiative Office of Naval Research Grant Award Number N0014-11-1-0391 Task 8. ENERGY-NEUTRAL ENERGY TEST PLATFORMS 8.3 Advanced Database Research, Development

More information

OneStop Reporting 4.5 OSR Administration User Guide

OneStop Reporting 4.5 OSR Administration User Guide OneStop Reporting 4.5 OSR Administration User Guide Doc. Version 1.2 Updated: 10-Dec-14 Copyright OneStop Reporting AS Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

DATA STEWARDSHIP BODY OF KNOWLEDGE (DSBOK)

DATA STEWARDSHIP BODY OF KNOWLEDGE (DSBOK) DATA STEWARDSHIP BODY OF KNOWLEDGE (DSBOK) Release 2.2 August 2013. This document was created in collaboration of the leading experts and educators in the field and members of the Certified Data Steward

More information

Oliver Engels & Tillmann Eitelberg. Big Data! Big Quality?

Oliver Engels & Tillmann Eitelberg. Big Data! Big Quality? Oliver Engels & Tillmann Eitelberg Big Data! Big Quality? Like to visit Germany? PASS Camp 2017 Main Camp 5.12 7.12.2017 (4.12 Kick Off Evening) Lufthansa Training & Conference Center, Seeheim SQL Konferenz

More information

User. Application program. Interfaces. Operating system. Hardware

User. Application program. Interfaces. Operating system. Hardware Operating Systems Introduction to Operating Systems and Computer Hardware Introduction and Overview The operating system is a set of system software routines that interface between an application program

More information

TEAM5 Operation Manual

TEAM5 Operation Manual Contents System Overview Version Feature Comparison Chart Install Recommendations User Edit Importing a User List Add a User Delete User(s) Edit Multiple Users ( Global Controls ) Sort / Filter User List

More information

Communication Protocol Manual JOFRA CTC, ITC, MTC, ETC and Compact Copyright 2008 AMETEK Denmark A/S

Communication Protocol Manual JOFRA CTC, ITC, MTC, ETC and Compact Copyright 2008 AMETEK Denmark A/S Communication Protocol Manual JOFRA CTC, ITC, MTC, ETC and Compact Copyright 2008 AMETEK Denmark A/S Contents 1 Introduction...5 2 Protocol...5 2.1 Variables...5 2.2 Telegram structure...6 2.3 Packing

More information

Kaseya 2. User Guide. for VSA 6.3

Kaseya 2. User Guide. for VSA 6.3 Kaseya 2 InfoCenter User Guide for VSA 6.3 September 25, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as updated

More information

Teradata Certified Professional Program Teradata V2R5 Certification Guide

Teradata Certified Professional Program Teradata V2R5 Certification Guide Professional Program Teradata Certification Guide The Professional Program team welcomes you to the Teradata Certification Guide. The guide provides comprehensive information about Teradata certification

More information

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage Personal Computing BITS BYTES AND FILES What is a bit Technically, it s a change of voltage Two stable states of a flip-flop Positions of an electrical switch That s for the EE folks It s a zero or a one

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Custom Plug-ins March 2018 215-12932_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read the SnapCenter Data Protection

More information

Oral Questions and Answers (DBMS LAB) Questions & Answers- DBMS

Oral Questions and Answers (DBMS LAB) Questions & Answers- DBMS Questions & Answers- DBMS https://career.guru99.com/top-50-database-interview-questions/ 1) Define Database. A prearranged collection of figures known as data is called database. 2) What is DBMS? Database

More information

Time Series Data Management in Air Quality Monitoring. AQE 2013, Telford/UK. Edgar Wetzel, 14 March 2013

Time Series Data Management in Air Quality Monitoring. AQE 2013, Telford/UK. Edgar Wetzel, 14 March 2013 Time Series Data Management in Air Quality Monitoring AQE 2013, Telford/UK Edgar Wetzel, 14 March 2013 Brief company presentation KISTERS AG software company with core competence: RDBMS-based time-series

More information

The Truth About Test Data Management & Its Impact on Agile Development

The Truth About Test Data Management & Its Impact on Agile Development The Truth About Test Data Management & Its Impact on Agile Development The Truth About Test Data Management and its Impact on Agile Development Despite the agile methods and automated functionality you

More information

Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option

Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option Eric Rudie Master Principal Sales Consultant Oracle Public Sector 27 September 2016 Safe Harbor Statement The

More information

Preliminary. No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

Preliminary. No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-WSSCADM3]: Windows SharePoint Services Content Database Administrative Communications Version 3 Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical

More information

Binary Markup Toolkit Quick Start Guide Release v November 2016

Binary Markup Toolkit Quick Start Guide Release v November 2016 Binary Markup Toolkit Quick Start Guide Release v1.0.0.1 November 2016 Overview Binary Markup Toolkit (BMTK) is a suite of software tools for working with Binary Markup Language (BML). BMTK includes tools

More information

Understanding the Relationship with Domain Managers

Understanding the Relationship with Domain Managers 4 CHAPTER Understanding the Relationship with Domain Managers Prime Central for HCS reports the events generated by underlying domain managers. Domain managers may also discover topology and relationships

More information

The University of Iowa Intelligent Systems Laboratory The University of Iowa Intelligent Systems Laboratory

The University of Iowa Intelligent Systems Laboratory The University of Iowa Intelligent Systems Laboratory Warehousing Outline Andrew Kusiak 2139 Seamans Center Iowa City, IA 52242-1527 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak Tel. 319-335 5934 Introduction warehousing concepts Relationship

More information

Data Management at CHESS

Data Management at CHESS Data Management at CHESS Marian Szebenyi 1 Outline Background Big Data at CHESS CHESS-DAQ What our users say Conclusions 2 CHESS and MacCHESS CHESS: National synchrotron facility, 11 stations (NSF $) CHESS

More information

Data Integrity and Electronic Records Compliance with DoseControl

Data Integrity and Electronic Records Compliance with DoseControl 1.0 PURPOSE To provide detailed descriptions of the functional specifications for the GEX DoseControl Dosimetry System, related to data integrity and electronic records compliance. 2.0 BACKGROUND The DoseControl

More information

3465 Diablo Avenue, Hayward, CA U.S.A Fax:

3465 Diablo Avenue, Hayward, CA U.S.A Fax: DriveRight Fleet Management Software Version 3.5 User s Manual Rev D (January 30, 2006) Product Number: 8186 Davis Instruments Part Number: 7395.194 Davis Instruments Corp. 2006. All rights reserved. This

More information

A Digital Preservation Roadmap for Public Media Institutions

A Digital Preservation Roadmap for Public Media Institutions NDSR Project: A Digital Preservation Roadmap for Public Media Institutions Goal Summary Specific Objectives New York Public Radio (NYPR) seeks an NDSR resident to aid in the creation of a robust digital

More information

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station Prepared by Venkatesh Merwade Lyles School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The objective of

More information

HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR

HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR This page intentionally left blank. HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR HART User Guide for Gassonic

More information

Quick Installation Guide for RHV/Ovirt

Quick Installation Guide for RHV/Ovirt Quick Installation Guide for RHV/Ovirt 2017 Chengdu Vinchin Technology Co. Ltd. All rights reserved. CONTENTS 1. Create New Virtual Machine...2 2. Install Backup Server ( as master)...5 3. Install Backup

More information

DocAve 5 to DocAve 6 Upgrade

DocAve 5 to DocAve 6 Upgrade DocAve 5 to DocAve 6 Upgrade User Guide Service Pack 2, Cumulative Update 2 Revision H Issued June 2013 DocAve 6: Archiver 1 Table of Contents Submitting Documentation Feedback to AvePoint... 4 About the

More information

EnginuiTech Simon Fraser University Burnaby, BC V5A 1S9 February 14, 1999

EnginuiTech Simon Fraser University Burnaby, BC V5A 1S9 February 14, 1999 Simon Fraser University Burnaby, BC V5A 1S9 Enginui-Tech@sfu.ca February 14, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S9 The attached document, RAVS,

More information

Software Operations Manual

Software Operations Manual Software Operations Manual Version 5.0 System Requirements PC with 1GHz or higher, Intel Pentium Processor or compatible Microsoft Windows XP Professional or Vista Business Edition Microsoft.NET framework

More information

NetCDF Metadata Guidelines for FY 2011 IOC NOAA Climate Data Records

NetCDF Metadata Guidelines for FY 2011 IOC NOAA Climate Data Records NetCDF Metadata Guidelines for FY 2011 IOC NOAA Climate Data Records This document provides guidance on a recommended set of netcdf metadata attributes to be implemented for the FY 2011 Initial Operating

More information

Building Illinois Electronic Documents Access

Building Illinois Electronic Documents Access Building Illinois Electronic Documents Access August 2009 Illinois State Library in Partnership with the Graduate School of Library and Information Science at the University of Illinois, Urbana-Champaign

More information

Take P, R or U. and solve your data quality problems Oliver Engels & Tillmann Eitelberg, OH22

Take P, R or U. and solve your data quality problems Oliver Engels & Tillmann Eitelberg, OH22 Take P, R or U and solve your data quality problems Oliver Engels & Tillmann Eitelberg, OH22 Oliver Engels CEO, oh22data AG @oengels Datamonster from Germany MS Data Platform MVP President of PASS Germany

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Ciphermail Webmail Messenger Administration Guide

Ciphermail Webmail Messenger Administration Guide CIPHERMAIL EMAIL ENCRYPTION Ciphermail Webmail Messenger Administration Guide October 27, 2017, Rev: 8630 Copyright 2013-2017, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 4 2 Admin login

More information

Title Vega: A Flexible Data Model for Environmental Time Series Data

Title Vega: A Flexible Data Model for Environmental Time Series Data Title Vega: A Flexible Data Model for Environmental Time Series Data Authors L. A. Winslow 1, B. J. Benson 1, K. E. Chiu 3, P. C. Hanson 1, T. K. Kratz 2 1 Center for Limnology, University of Wisconsin-Madison,

More information

IBM Spectrum Protect HSM for Windows Version Administration Guide IBM

IBM Spectrum Protect HSM for Windows Version Administration Guide IBM IBM Spectrum Protect HSM for Windows Version 8.1.0 Administration Guide IBM IBM Spectrum Protect HSM for Windows Version 8.1.0 Administration Guide IBM Note: Before you use this information and the product

More information

Active Display Lite. Beta User Notes. v22 January 2011

Active Display Lite. Beta User Notes. v22 January 2011 Active Display Lite Beta User Notes v22 January 2011 Welcome to Active Display Lite (ADLite), which has been designed by the same team (TVC (UK) Ltd, in association with the Gatwick Aviation Society) that

More information

Business Cockpit. Controlling the digital enterprise. Fabio Casati Hewlett-Packard

Business Cockpit. Controlling the digital enterprise. Fabio Casati Hewlett-Packard Business Cockpit Controlling the digital enterprise Fabio Casati Hewlett-Packard UC Berkeley, Oct 4, 2002 page 1 Managing Operational Systems Develop a platform for the semantic management of operational

More information

Norcom. e-fileplan Electronic Cabinet System

Norcom. e-fileplan Electronic Cabinet System Norcom e-fileplan Electronic Cabinet System Revision 2.0 \ Phone: (866) 726-6328 Email:sales@norcom-inc.com e-fileplan Overview e-fileplan is an electronic filing cabinet and document imaging system. e-fileplan

More information

Discover Best of Show März 2016, Düsseldorf

Discover Best of Show März 2016, Düsseldorf Discover Best of Show 2016 2. - 3. März 2016, Düsseldorf Transformation Area: Database Application Optimisation & Archiving mit Structured Data Manager Matthias Binder, Technical Consultant Hewlett Packard

More information

Acknowledgment. MTAT Data Mining. Week 7: Online Analytical Processing and Data Warehouses. Typical Data Analysis Process.

Acknowledgment. MTAT Data Mining. Week 7: Online Analytical Processing and Data Warehouses. Typical Data Analysis Process. MTAT.03.183 Data Mining Week 7: Online Analytical Processing and Data Warehouses Marlon Dumas marlon.dumas ät ut. ee Acknowledgment This slide deck is a mashup of the following publicly available slide

More information

OSR Administration 3.7 User Guide. Updated:

OSR Administration 3.7 User Guide. Updated: OSR Administration 3.7 User Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

GlobalSearch Security Definition Guide

GlobalSearch Security Definition Guide Prepared by: Marketing Square 9 Softworks 203-361-3471 127 Church Street, New Haven, CT 06510 O: (203) 789-0889 E: sales@square-9.com www.square-9.com Table of Contents GLOBALSEARCH SECURITY METHODS...

More information

SnapCenter Software 4.0 Concepts Guide

SnapCenter Software 4.0 Concepts Guide SnapCenter Software 4.0 Concepts Guide May 2018 215-12925_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter architecture...

More information

Oracle Zero Data Loss Recovery Appliance (ZDLRA)

Oracle Zero Data Loss Recovery Appliance (ZDLRA) Oracle Zero Data Loss Recovery Appliance (ZDLRA) Overview Attila Mester Principal Sales Consultant Data Protection Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

More information

Managing, Monitoring, and Reporting Functions

Managing, Monitoring, and Reporting Functions This chapter discusses various types of managing, monitoring, and reporting functions that can be used with Unified CVP. It covers the following areas: Unified CVP Operations Console Server Management,

More information

Fusion Registry 9 SDMX Data and Metadata Management System

Fusion Registry 9 SDMX Data and Metadata Management System Registry 9 Data and Management System Registry 9 is a complete and fully integrated statistical data and metadata management system using. Whether you require a metadata repository supporting a highperformance

More information

Requirements (QASR) - Chapter 6. HYDRO-METEOROLOGIC and HYDRAULIC MONITORING

Requirements (QASR) - Chapter 6. HYDRO-METEOROLOGIC and HYDRAULIC MONITORING CERP Quality Assurance Systems Requirements (QASR) - Chapter 6 HYDRO-METEOROLOGIC and HYDRAULIC MONITORING Purpose and Scope Purpose is to provide guidelines for efficient and effective production of hydrologic

More information

Database. Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice

Database. Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice Theme An introduction to databases Using the Base component of LibreOffice Database Ed Milne Database A database is a structured set of data held in a computer SQL Structured Query Language (SQL) is a

More information

SeeG3 Users Manual V2.00 Micro-g Solutions Inc. Erie, Colorado, USA

SeeG3 Users Manual V2.00 Micro-g Solutions Inc. Erie, Colorado, USA SeeG3 Users Manual V2.00 Micro-g Solutions Inc. Erie, Colorado, USA September, 2003 Table of Contents Table of Contents 0 Table of Contents 1 Introduction 2 System Requirements 2 Installing SeeG3 3 SeeG3

More information

Connector for sensing cable

Connector for sensing cable HWg-WLD MANUAL ETHERNET 10/100 Mbps Status LED Yellow: Power & Mode Green: Link & Activity Connection cable 100 m max POWER input 5V DC supply Use the supplied power adapter SENSOR Connector for sensing

More information