MEDAS system for archiving, visualisation and validation of oceanographic data

Size: px
Start display at page:

Download "MEDAS system for archiving, visualisation and validation of oceanographic data"

Transcription

1 MEDAS system for archiving, visualisation and validation of oceanographic data Institute of oceanography and fisheries, Split Croatia, Mestrovicevo setliste 63, Split, Croatia Abstract The Marine Environmental Database of the Adriatic Sea (MEDAS) serves for data management of different types of oceanographic parameters. The system was constructed to capture historical as well as real-time data and to make them available through the World Wide Web. A special subsystem was developed for validation of various oceanographic parameters using IOC protocols (IOC, 1993), as well as transforming data from/to different international formats. Keywords: oceanographic database; historical and real-time data; data validation; data assimilation; numerical models. Introduction In the framework of the Croatian National monitoring programme of the Adriatic Sea MEDAS was developed using Oracle RDBMS, Java and ArcGIS tools. Its core is a relational database that includes general information on oceanographic data, responsible institutions, persons, etc. Further thematic subdatabases with measurement data related to physical and chemical oceanography, biology and fisheries also form part of the system (fig. 1). MEDAS has improved our management of oceanographic data, including archiving, dissemination, validation, visualisation and presentation of data through web pages in both text and graphical formats (Dadic et al., 1995; Ivankovic, et al., 2000). A large volume of diverse oceanographic data has been stored in the database (more than a million records). As they have been measured during more than a century, their distribution in space (geographic position and layer in the water column) and time (year, season and month) is haphazard (Zore-Armanda et al., 1991; Levitus and Boyer, 1998; MEDAR- MEDATLAS, 2002). Therefore, it was necessary to develop a procedure for data quality control and appropriate validation flagging prior to data processing. Retrieving data from MEDAS is simple, so the user can retrieve any data in the following two steps: basic information about measured parameters (what, where, when, who, etc) can be obtained by searching the relational database

2 38 through a connection to the thematic databases to get information through various menus. Depending on permissions, the user can access, insert or update records. Creation of the database The development of databases related to marine research is a specific task, in the first place because of the special requirements of oceanographic science. Users need to have easy and straight-forward access to the data, their derived parameters and their practical application. The basic considerations for the creation of marine environmental databases and secondary programmes are as follows: The majority of data have spatial and temporal components. The temporal component is simple to query (query period from-to), but for the spatial component it is necessary to develop a map interface to select data for analysis of a particular area The possibilities of research in a particular area depend on the quality of the data. To reach high-quality data, both human and material resources are needed. Data must be well protected from corruption and misuse, but without hampering ease of access for users While collecting data, it is possible to make different mistakes at various points. Hence, it is very important to develop constantly improved qualitative validation of data that will point to possible mistakes, hereby leaving the possibility for a final decision by the user To report on collected data, different processes and procedures have been used. It is very important to store these constantly changing procedures into a database. That way faster reporting can be achieved, and more than one model can be applied at the same time To present the results from the analyses it is necessary to develop a graphical presentation in order to better show the interdependence of different factors considered. The results have to be presented in their spatial context The database interface must be simple, accessible and, if is possible, platformindependent. Connection trough the Internet is a big advantage, and at present becomes imperative. For all the above-mentioned points, it is obvious that it is a complex task that requires a multidisciplinary approach. It is often a never-ending process, and it demands constant step-by-step improvement to increase the usability of the database. It requires frequent feed-back from the end-user: there is the possibility of not having satisfactory results due to a too wide and theoretical approach. Tools and technologies The MEDAS database and web interface are based on Oracle 9i RDBMS and Application server. Java applets are used as mapping tools and for data visualisation. Special applications for automatic inserting and processing of real time data were

3 MEDAS system 39 developed in the C++ program language. Oracle Graph and Matlab are used for data visualisation. The rationale behind these choices was as follows: Oracle 9i: Stability, security; easy installation and migration Oracle Application Server: no need for client side software (only browser), accessibility (different institutions, ship GPRS), easy web publishing (default) Java applet mapping tool and data visualisation: portability (cross platform), use of client-side resources (no need for powerful server) These tools also have some disadvantages, such as software license cost, instability and bugs of some Java versions and sometimes need for manual JVM installation. In addition, the interface for transcoding data to ArcGIS 8.1 input for a spatial presentation of data was developed. Database design Database design is a critical stage in the whole process of database development since the performance of the database depends upon its design. All required database objects should be carefully planned and co-ordinated at the beginning of the development. All the previous experience from that field is very welcome. As it can be seen in figure 1, the main entity is measurements : the chart contains the facts about time and depth, while the other facts are gained from other entities. The measurement results are aligned according to smaller entities, into sub-tables that are referred to the measurement table. Figure 1 shows the entities so far. Further expansion of the number of entities (tables) with concrete data for other types of measurements (heavy metals, biochemistry, etc.), is planned. Fig. 1. The most important objects in database.

4 40 Database capabilities The MEDAS system is used in the framework of the Croatian national monitoring programme (Systematic Research of the Adriatic Sea as a Base for Sustainable Development of the Republic of Croatia), in which various Croatian research institutions are involved. The database is used for storage, validation, and presentation of real-time measurements, and for running circulation models. In addition, the database is used for near real-time processing of data from research vessels. Visualisation and mapping tools are important parts of the database for both quality control and web presentation of the data. Various types of import and export formats are very useful for data sharing and processing. Figure 2 shows the main groups of MEDAS functionalities. Fig. 2. Database functionalities. CSR (Cruise summary report) The CSR web interface includes forms for data input and also a java applet as mapping tool. The objective is to develop a fully web-based database interface. The advantage of a web-based database interface is that is platform-independent, and only requires a browser and access to the Internet. With this facility we can insert CSR data directly from research vessels (GPRS, satellite internet connection) and from various different institutions. The system contains procedures for automatic checks of CSR data (timespatial crosscheck). All CSR data are available online ( with detailed information about time, station position, measured parameters, responsible persons, projects, institution and ship details. Cruise information includes a mapping tool that is implemented using frames with a form applet interaction. CSR data are linked with measurements; together with an interface for authorisation, this system is used for data quality control and processing.

5 MEDAS system 41 Real-time data The real-time part of MEDAS includes programmes for automatic upload of data from real-time meteo-ocean stations, and an automatic visualization and Internet publication. On a daily basis, model results are automatically calculated and published on the Internet. The real-time part is available online at Figures 4 to 7 shows some web examples of real-time and aggregated data. Real-time data are used as input for circulation models. For example, the model assimilates data from Punta Jurana online station. The model is initiated with hydrostatic conditions; after that, the results from any day serve as initial conditions for the following day. Visualization of model results is generated by a C++ application. The first application generates a dynamic Matlab script, which is run, to dynamically create the html pages. Some examples are shown on figures 8 to 10. Fig. 3. Example of extended on-line CSR (browser).

6 42 Fig. 4 Visualisation of real-time data. Fig. 5. Graphical presentation of 24h air pressure and humidity fluctuation.

7 MEDAS system 43 Fig. 6. Monthly mean solar radiation per day. Fig. 7. Yearly mean air temperatures per month.

8 44 Fig. 8. Example of model results (sea currents). Fig. 9. Example of model results (temperature salinity profile). Tools for data validation Oceanographic data stored in MEDAS are randomly distributed in space (geographic position and layer in the water column) and time (year, season and month). Therefore, it was necessary to calculate monthly and seasonally climatological values of each parameter (mean value, minimum, maximum and standard deviation) at standard oceanographic depths and specific marine areas, which most often are defined as squares. As there is a large amount of data in our database, manual validation is practically impossible. Therefore, based on protocols of IOC-UNESCO (IOC, 1993) and World Data Centre (Boyer and Levitus, 1994) a procedure was defined, which includes comparison of different parameters and an iterative method following several steps:

9 MEDAS system 45 Calculation of monthly and seasonal means and standard deviations from all data for each parameter at the same measuring level for the entire marine area Comparison of each reading with the calculated mean value and its exclusion from processing if the difference exceeds a predefined range (from 1 to 5 standard deviations, depending parameter and entire area) Interpolation of values from observed levels to standard oceanographic levels Comparison of each interpolated value with the calculated mean value and its exclusion from processing if the difference exceeds a predefined range (from 1 to 3 standard deviations depending parameter and entire area) Visual check of profiles based on interpolated values at standard levels Estimating interpolated data in square nodes of geographic grid Presentation of output results in graphic form and check for bull s eyes Repeating procedure if necessary Fig. 10. Reconstruction of faecal coliform field in Kastela Bay obtained by Z-model with assimilation of various data from the station Punta Jurana. Interpolation of values on standard oceanographic levels was done by third order Newton method of finite differences modified by referral curves (Reinger and Ross, 1968, Dadic et al., 2002). This method is specially recommended for oceanographic parameters sampled at the discrete oceanographic levels (e.g. by water samplers and nets). Ordinary kriging method and semi-variogram were used for spatial analysis of data (Journel and Huijbregts, 1995). Climatologic values derived by above procedure serves for validation of new data received in the database. This process cannot be fully automated and expert opinion is needed to decide on the quality of each datum after checking by visualisation. Depending on quality, each datum is assigned a quality flag (MEDAR-MEDATLAS Group, 2002).

10 46 As the main objective of any spatial investigation is to simplify the analysis of spatiallydistributed data to end users, a special interface between Oracle and ArcGIS 8.1 tool was developed. This system enables overlaying layers of different parameters and their presentation through maps. Based on these maps data validation and various analyses of oceanographic properties of the Adriatic Sea have been possible. Some results of data analysis As a result of data analysis using the MEDAS system, many duplications, uncertainties and erroneous historical data were identified. For example, about 49.7% of BOT data were duplicated, 3.2% outside climatologically range, 0.7% of oceanographic stations were attributed to wrong position, and about 17.4% of BOT data attributed as MBT data. Based on the data analysis, four different sub-regions of the Adriatic Sea with similar oceanographic properties were recognised and 41 standard oceanographic levels defined as suitable for climatological analysis. A ) B ) Fig. 11. Number of measured temperature profiles by year (A) and spatial distribution of station in the Adriatic Sea (B). After validation and harmonisation of data, numerous unique and corrected data profiles were included in statistical calculations, e.g. more than 100,000 temperature readings. The importance of validation procedures and harmonisation of classical oceanographic observations is shown in figure 12. The temperature spatial field gathered from original data looks very artificial, but looks much more realistic when calculated from partly validated data. Many of the unrealistic features, like very high gradients and bull s eyes, disappeared from the objective analysis after the data validation. Based on climatology analyses of more oceanographic parameters (temperature, salinity, oxygen, nutrients, chlorophyll_a), 41 standard levels and two maximum depth difference criteria (inner and outer) were defined for each standard level (Dadic et al., 2002).

11 MEDAS system 47 As there was anisotropy in spatially distributed data in transversal and longitudinal axes of the Adriatic Sea, different radius influence and grid mesh were used. So, influence radius of 7.5km and interpolated data on a 5 x 5km grid were used in transversal direction of the Adriatic Sea and in the coastal area and influence radius of 12km and 7.5 x 7.5km grid in longitudinal direction at the open sea during kriging interpolations. Fig. 12. Interpolated field of mean value of temperature at the sea surface gathered from the original data (A) and data passed quality control (B). References Boyer T. and S. Levitus QC and processing of historical oceanographic temperature, salinity and oxygen data. SilverSpring. USA-NOAA technical report NESDIS, No. 81, 112p. Dadic V., M. Srdelic and A. Grubisic Oceanographic information system and databases of the Adriatic Sea. Proc. of 17 th International Conference ITI ' 95, Pula, Dadic V., M. Srdelic and Z. Grzetic Analysis of oceanographic properties of the Adriatic Sea by GIS technique. Cartography and information 1: IOC Manual of Quality Control Procedures for validation of Oceanographic Data, prepared by CEC-DG: XII, MAST and IODE. Paris. IOC (UNESCO) Manuals and Guides NO. 26:436p. Ivankovic D., V. Dadic and M. Srdelic Marine environmental database of the Adriatic Sea with application for managing and visualisation of data. ENVIROSOFT International Conference: Computer techniques to Environmental Studies VIII, June 2000, Bilbao, Spain. Proceedings: Journel A.G. and Ch.J. Huijbregts Mining geostatistics, Academic Press, New York- London. 600pp Levitus S., and T. P. Boyer, World ocean atlas SilverSpring. NOAA Atlas NESDIS 4, 117 p + 7 CD.

12 48 MEDAR-MEDATLAS Group Mediterranean and Black Sea database of temperature, salinity and bio-chemical parameters climatological atlas. EU-MAST Programme. Brest. IFREMER Ed. 4 CD. Reinger R.F. and C.K. Ross A method of interpolation with application to oceanographic data. Deep-Sea Research 15: Zore-Armanda M., M. Bone, V. Dadic, M. Morovic, D. Ratkovic, L. Stojanovski and I. Vukadin Hydrographic properties of the Adriatic Sea in the period from 1971 through Acta Adriat. 32 (1):1-547.

GLOBAL TEMPERATURE AND SALINITY PROFILE PROGRAMME (GTSPP) Dr. Charles Sun, GTSPP Chair National Oceanographic Data Center USA

GLOBAL TEMPERATURE AND SALINITY PROFILE PROGRAMME (GTSPP) Dr. Charles Sun, GTSPP Chair National Oceanographic Data Center USA GLOBAL TEMPERATURE AND SALINITY PROFILE PROGRAMME (GTSPP) Dr. Charles Sun, GTSPP Chair National Oceanographic Data Center USA What s s GTSPP? GTSPP = Global Temperature Salinity Profile Programme GTSPP

More information

Coriolis, a French project for operational oceanography

Coriolis, a French project for operational oceanography Coriolis, a French project for operational oceanography S Pouliquen *1,T Carval *1,L Petit de la Villéon *1, L Gourmelen *2, Y Gouriou *3 1 Ifremer Brest France 2 Shom Brest France 3 IRD Brest France Abstract

More information

HELLENIC NATIONAL OCEANOGRAPHIC DATA CENTRE

HELLENIC NATIONAL OCEANOGRAPHIC DATA CENTRE 1 HELLENIC NATIONAL OCEANOGRAPHIC DATA CENTRE Sissy Iona HCMR, GREECE JCOMM/DMPA COORDINATOR IODE CO-CHAIR NOAA Science Seminars, NOAA/NODC,SSMC III, E/OC5, Silver Spring, History 2 It was established

More information

The Integration of Hydrographic and Oceanographic Data in a Marine Geographic Information System U.S. Hydro 2015

The Integration of Hydrographic and Oceanographic Data in a Marine Geographic Information System U.S. Hydro 2015 The Integration of Hydrographic and Oceanographic Data in a Marine Geographic Information System U.S. Hydro 2015 Karen Hart CARIS USA Oceanography and Hydrography Defined Oceanography: The branch of Earth

More information

SeaDataNet pan-european infrastructure for ocean and marine data management. Dick M.A. Schaap MARIS

SeaDataNet pan-european infrastructure for ocean and marine data management. Dick M.A. Schaap MARIS SeaDataNet pan-european infrastructure for ocean and marine data management By Dick M.A. Schaap MARIS SeaDataNet II Technical Coordinator Co-authors: Michele Fichaut (Ifremer) and Giuseppe Manzella (ENEA)

More information

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary Executive Summary Belize s HydrometDB is a Climatic Database Management System (CDMS) that allows easy integration of multiple sources of automatic and manual stations, data quality control procedures,

More information

A METHODOLOGY FOR GIS INTERFACING OF MARINE DATA

A METHODOLOGY FOR GIS INTERFACING OF MARINE DATA A METHODOLOGY FOR GIS INTERFACING OF MARINE DATA Proceedings of GIS PLANET 98: International Conference and Exhibition on Geographic Information, Lisbon, Portugal, 7-11 September 1998 Vasilis Valavanis,

More information

Added values to oceanographic multi-parameters data sets, Example of European concerted action : MEDAR/MEDATLAS 2

Added values to oceanographic multi-parameters data sets, Example of European concerted action : MEDAR/MEDATLAS 2 Added values to oceanographic multi-parameters data sets, Example of European concerted action : MEDAR/MEDATLAS 2 Michèle FICHAUT (1), Maria Jésus GARCIA (2),, Gilbert MAUDIRE (1), Michel RIXEN (3), Evgeny

More information

SeaDataNet pan-european infrastructure for ocean and marine data management and its relation to EMODNet and GEOSS

SeaDataNet pan-european infrastructure for ocean and marine data management and its relation to EMODNet and GEOSS SeaDataNet pan-european infrastructure for ocean and marine data management and its relation to EMODNet and GEOSS By Dick M.A. Schaap MARIS SeaDataNet Technical Coordinator Madrid Spain, 26 January 2012,

More information

Abstract. Keywords: Mediterranean Sea, ocean data, data management, quality assurance, data product. 1. Introduction

Abstract. Keywords: Mediterranean Sea, ocean data, data management, quality assurance, data product. 1. Introduction AN INTEGRATED SYSTEM FOR MANAGING MULTIDISCIPLINARY OCEANOGRAPHIC DATA COLLECTED IN THE MEDITERRANEAN SEA DURING THE BASIN-SCALE RESEARCH PROJECT EU/MAST-MATER (1996-2000) C. MAILLARD 1, E.TH. BALOPOULOS

More information

Norwegian Satellite Earth Observation Database for Marine and Polar Research http://normap.nersc.no USE CASES

Norwegian Satellite Earth Observation Database for Marine and Polar Research http://normap.nersc.no USE CASES Norwegian Satellite Earth Observation Database for Marine and Polar Research http://normap.nersc.no USE CASES The NORMAP Project team has prepared this document to present functionality of the NORMAP portal.

More information

Nenad Mladineo. Marko Mladineo. Marin Stosic

Nenad Mladineo. Marko Mladineo. Marin Stosic Nenad Mladineo University of Split, Faculty of Civil Engineering, Architecture and Geodesy, Croatia mladineo@gradst.hr Marko Mladineo University of Split, Faculty of Electrical Engineering, Mechanical,

More information

WMO Climate Database Management System Evaluation Criteria

WMO Climate Database Management System Evaluation Criteria ANNEX 8 WMO Climate Database Management System Evaluation Criteria System Name: Version: Contributing Country: Contact Information Contact Person: Telephone: FAX: Email address: Postal address: Date: General

More information

Joint European Research Infrastructure network for Coastal Observatories

Joint European Research Infrastructure network for Coastal Observatories Joint European Research Infrastructure network for Coastal Observatories Delayed Mode Data Management Handbook V1 - D5.1 Grant Agreement n 262584 Project Acronym: JERICO Project Title: Towards a Joint

More information

1. Introduction. Abstract

1. Introduction. Abstract Journal of Marine Systems 33 34 (2002) 523 538 www.elsevier.com/locate/jmarsys An integrated system for managing multidisciplinary oceanographic data collected in the Mediterranean Sea during the basin-scale

More information

Figure 2: System Flow Diagram for Workflow Management

Figure 2: System Flow Diagram for Workflow Management 5. WORKFLOW MANAGEMENT The developed system EASKB uses the open source content management system called Drupal ([2]). A Content Management System - CMS is a tool that enables many user friendly features

More information

CLIDATA In Ostrava 18/06/2013

CLIDATA In Ostrava 18/06/2013 CLIDATA In Ostrava 18/06/2013 Content Introduction...3 Structure of Clidata Application...4 Clidata Database...5 Rich Java Client...6 Oracle Discoverer...7 Web Client...8 Map Viewer...9 Clidata GIS and

More information

Principles and Practices of Data Integration

Principles and Practices of Data Integration Data Integration Data integration is the process of combining data of different themes, content, scale or spatial extent, projections, acquisition methods, formats, schema, or even levels of uncertainty,

More information

Data Quality Working Group

Data Quality Working Group Data Quality Working Group In order to get an overview of the issues that have been discussed so far, I have summarized them a little and added some links and references. The interesting discussion is

More information

How To Create An Analysis Tool For A Micro Grid

How To Create An Analysis Tool For A Micro Grid International Workshop on Visual Analytics (2012) K. Matkovic and G. Santucci (Editors) AMPLIO VQA A Web Based Visual Query Analysis System for Micro Grid Energy Mix Planning A. Stoffel 1 and L. Zhang

More information

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GIS Syllabus - Version 1.2 January 2007 Copyright AICA-CEPIS 2009 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed

More information

MI oceanographic data

MI oceanographic data Marine Institute Oceanographic Data SMARTSkills 2013 Postgraduate Workshop Galway, Oct 2013 Kieran Lyons (kieran.lyons@marine.ie) MI oceanographic data Measured Operational metocean time series (weather

More information

Data Management Handbook

Data Management Handbook Data Management Handbook Last updated: December, 2002 Argo Data Management Handbook 2 TABLE OF CONTENTS 1. INTRODUCTION...4 2. GLOBAL DATA FLOW...5 3. RESPONSIBILITIES...6 3.1. NATIONAL CENTRES:...6 3.2.

More information

Applied research on data mining platform for weather forecast based on cloud storage

Applied research on data mining platform for weather forecast based on cloud storage Applied research on data mining platform for weather forecast based on cloud storage Haiyan Song¹, Leixiao Li 2* and Yuhong Fan 3* 1 Department of Software Engineering t, Inner Mongolia Electronic Information

More information

A beginners guide to accessing Argo data. John Gould Argo Director

A beginners guide to accessing Argo data. John Gould Argo Director A beginners guide to accessing Argo data John Gould Argo Director Argo collects salinity/temperature profiles from a sparse (average 3 x 3 spacing) array of robotic floats that populate the ice-free oceans

More information

Coriolis data centre Coriolis-données

Coriolis data centre Coriolis-données direction de la technologie marine et des systèmes d'information département informatique et données marines Christine Coatanoan Loïc Petit De La Villéon March 2005 COR-DO/DTI-RAP/04-047 Coriolis data

More information

Coriolis data-centre an in-situ data portail for operational oceanography. http://www.coriolis.eu.org codac@ifremer.fr

Coriolis data-centre an in-situ data portail for operational oceanography. http://www.coriolis.eu.org codac@ifremer.fr Coriolis data-centre an in-situ data portail for operational oceanography Ingrid Puillat on behalf of L. Petit de la Villeon & G. Maudire IFREMER http://www.coriolis.eu.org codac@ifremer.fr 1 How did Coriolis

More information

A Project to Create Bias-Corrected Marine Climate Observations from ICOADS

A Project to Create Bias-Corrected Marine Climate Observations from ICOADS A Project to Create Bias-Corrected Marine Climate Observations from ICOADS Shawn R. Smith 1, Mark A. Bourassa 1, Scott Woodruff 2, Steve Worley 3, Elizabeth Kent 4, Simon Josey 4, Nick Rayner 5, and Richard

More information

Data Publication and Paradigm Mapping Solutions

Data Publication and Paradigm Mapping Solutions British Library Difficult Data Meeting December 3 2012 Mapping the data publication paradigm onto the operations of the British Oceanographic Data Centre Roy Lowry British Oceanographic Data Centre Summary

More information

An XML Based Marine Data Management Framework

An XML Based Marine Data Management Framework An XML Based Marine Data Management Framework Paul Sliogeris Australian Oceanographic Data Centre. Maritime Headquarters, Wylde St, Potts Point, NSW, 2011, Australia. http://www.aodc.gov.au Abstract This

More information

Levels of Archival Stewardship at the NOAA National Oceanographic Data Center: A Conceptual Model 1

Levels of Archival Stewardship at the NOAA National Oceanographic Data Center: A Conceptual Model 1 Levels of Archival Stewardship at the NOAA National Oceanographic Data Center: A Conceptual Model 1 Levels of Archival Stewardship at the NOAA National Oceanographic Data Center: A Conceptual Model Dr.

More information

Tentative Plan to establish a Database Management System for Small Undersea Feature Names. (Draft by Lin Shaohua)

Tentative Plan to establish a Database Management System for Small Undersea Feature Names. (Draft by Lin Shaohua) SCUFN26-07.2A 26th SCUFN MEETING Tokyo, Japan, 23-27 September 2013 Tentative Plan to establish a Database Management System for Small Undersea Feature Names (Draft by Lin Shaohua) 1. Objective Collecting

More information

Coriolis data-centre an in-situ data portail for operational oceanography

Coriolis data-centre an in-situ data portail for operational oceanography Coriolis data-centre an in-situ data portail for operational oceanography Loïc Petit de la Villéon -Ifremer http://www.coriolis.eu.org codac@ifremer.fr 1 How did Coriolis start to work on operational oceanography?

More information

Oceanographic quality flag schemes and mappings between them

Oceanographic quality flag schemes and mappings between them Oceanographic quality flag schemes and mappings between them Version: 1.4 Reiner Schlitzer, Alfred Wegener Institute for Polar and Marine Research, 27568 Bremerhaven, Germany. e-mail: Reiner.Schlitzer@awi.de

More information

Quality Assurance for Hydrometric Network Data as a Basis for Integrated River Basin Management

Quality Assurance for Hydrometric Network Data as a Basis for Integrated River Basin Management Quality Assurance for Hydrometric Network Data as a Basis for Integrated River Basin Management FRANK SCHLAEGER 1, MICHAEL NATSCHKE 1 & DANIEL WITHAM 2 1 Kisters AG, Charlottenburger Allee 5, 52068 Aachen,

More information

Data Centre for French Coastal Operational Oceanography (CDOCO)

Data Centre for French Coastal Operational Oceanography (CDOCO) Data Centre for French Coastal Operational Oceanography (CDOCO) M. Fichaut (IFREMER France) A. Bonnat, T. Carval, F. Lecornu, JF. Le Roux, E. Moussat, L. Nonnotte, S. Tarot Context PREVIMER : the French

More information

Hong Yao 1,2, Yong-xing Wu 1* * Corresponding author. juddy_yao@163.com

Hong Yao 1,2, Yong-xing Wu 1* * Corresponding author. juddy_yao@163.com A Research about the Application of Information Technology in the Precision Agriculture Taking the Operating System of Shanghai Agriculture Economy as an Example Hong Yao 1,2, Yong-xing Wu 1* 1 College

More information

ICES Guidelines for Profiling Float Data (Compiled January 2001; revised April 2006)

ICES Guidelines for Profiling Float Data (Compiled January 2001; revised April 2006) ICES Guidelines for Profiling Float Data (Compiled January 2001; revised April 2006) Profiling floats are neutrally buoyant devices that periodically surface to transmit data to a satellite system. The

More information

Data Validation Online References

Data Validation Online References Data Validation Online References Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: Jody Garnett Brent Owens Refractions Research Inc. Suite 400, 1207 Douglas Street Victoria,

More information

The GLOSS Delayed Mode Data Centre and the GLOSS Implementation Plan 2012

The GLOSS Delayed Mode Data Centre and the GLOSS Implementation Plan 2012 doi:10.5194/piahs-365-6-2015 6 Complex Interfaces Under Change: Sea River Groundwater Lake Proceedings of HP2/HP3, IAHS-IAPSO-IASPEI Assembly, Gothenburg, Sweden, July 2013 (IAHS Publ. 365, 2014). The

More information

Establishing and operating an Ocean Data Interoperability Platform ODIP. EU US Australia cooperation

Establishing and operating an Ocean Data Interoperability Platform ODIP. EU US Australia cooperation Establishing and operating an Ocean Data Interoperability Platform ODIP EU US Australia cooperation By Helen Glaves NERC- BGS ODIP Coordinator & Dick M.A. Schaap MARIS ODIP Technical Coordinator Supported

More information

Developing sub-domain verification methods based on Geographic Information System (GIS) tools

Developing sub-domain verification methods based on Geographic Information System (GIS) tools APPROVED FOR PUBLIC RELEASE: DISTRIBUTION UNLIMITED U.S. Army Research, Development and Engineering Command Developing sub-domain verification methods based on Geographic Information System (GIS) tools

More information

SANTA TERESA RESEARCH CENTRE

SANTA TERESA RESEARCH CENTRE SANTA TERESA RESEARCH CENTRE THE CENTRE Address ENEA S. Teresa Marine Environment Centre 19036 Pozzuolo di Lerici (La Spezia) C.P. 224 19100 La Spezia Tel. +39-0187-9781, fax +39-0187-978213 Director Eng.

More information

Eastern Caribbean Open-Source Geospatial Data Sharing and Management Workshop

Eastern Caribbean Open-Source Geospatial Data Sharing and Management Workshop Eastern Caribbean Open-Source Geospatial Data Sharing and Management Workshop Data Collection and Management in the Caribbean Spice Island Resort, St. George s, Grenada October 6 7, 2011 Presented by:

More information

The MONGOOS Data portal EMODNET ROOS meeting, Brussels, 18 November 2013

The MONGOOS Data portal EMODNET ROOS meeting, Brussels, 18 November 2013 The MONGOOS Data portal EMODNET ROOS meeting, Brussels, 18 November 2013 Leonidas Perivoliotis Hellenic Center for Marine Research, Greece The MONGOOS Data Portal Collects and process data from Insitu

More information

PART 1. Representations of atmospheric phenomena

PART 1. Representations of atmospheric phenomena PART 1 Representations of atmospheric phenomena Atmospheric data meet all of the criteria for big data : they are large (high volume), generated or captured frequently (high velocity), and represent a

More information

CROATIAN BUREAU OF STATISTICS REPUBLIC OF CROATIA MAIN (STATISTICAL) BUSINESS PROCESSES INSTRUCTIONS FOR FILLING OUT THE TEMPLATE

CROATIAN BUREAU OF STATISTICS REPUBLIC OF CROATIA MAIN (STATISTICAL) BUSINESS PROCESSES INSTRUCTIONS FOR FILLING OUT THE TEMPLATE CROATIAN BUREAU OF STATISTICS REPUBLIC OF CROATIA MAIN (STATISTICAL) BUSINESS PROCESSES INSTRUCTIONS FOR FILLING OUT THE TEMPLATE CONTENTS INTRODUCTION... 3 1. SPECIFY NEEDS... 4 1.1 Determine needs for

More information

Report on the Medi Pilot Project

Report on the Medi Pilot Project Limited Distribution IOC/IODE-XVI/11 Paris, 1 September 2000 Original: English INTERGOVERNMENTAL OCEANOGRAPHIC COMMISSION (of UNESCO) Sixteenth Session of the IOC Committee on International Oceanographic

More information

CTD Oceanographic Tags

CTD Oceanographic Tags CTD Oceanographic Tags The first telemetry tag that links a marine mammal s behavior with its physical environment. Features: Oceanographic quality temperature & salinity profiles Detailed individual dive

More information

Assessment of Workforce Demands to Shape GIS&T Education

Assessment of Workforce Demands to Shape GIS&T Education Assessment of Workforce Demands to Shape GIS&T Education Gudrun Wallentin, Barbara Hofer, Christoph Traun gudrun.wallentin@sbg.ac.at University of Salzburg, Dept. of Geoinformatics Z_GIS, Austria www.gi-n2k.eu

More information

IODE NATIONAL REPORT ON OCEANOGRAPHIC DATA MANAGEMENT AND EXCHANGE FOR CANADA

IODE NATIONAL REPORT ON OCEANOGRAPHIC DATA MANAGEMENT AND EXCHANGE FOR CANADA Restricted distribution IOC/IODE-XVIII/10.11 02 December 2004 Original: English INTERGOVERNMENTAL OCEANOGRAPHIC COMISSION (of UNESCO) Eighteenth Session of the IOC Committee on International Oceanographic

More information

How To Improve Gis Data Quality

How To Improve Gis Data Quality An Esri White Paper July 2011 GIS Data Quality Best Practices for Water, Wastewater, and Stormwater Utilities Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL

More information

NATIONAL MARINE FISHERIES SERVICE INSTRUCTION 04-108-03 December 16, 2004

NATIONAL MARINE FISHERIES SERVICE INSTRUCTION 04-108-03 December 16, 2004 Department of Commerce National Oceanic & Atmospheric Administration National Marine Fisheries Service NATIONAL MARINE FISHERIES SERVICE INSTRUCTION 04-108-03 December 16, 2004 Science and Technology Information

More information

MS Access Queries for Database Quality Control for Time Series

MS Access Queries for Database Quality Control for Time Series Work Book MS Access Queries for Database Quality Control for Time Series GIS Exercise - 12th January 2004 NILE BASIN INITIATIVE Initiative du Bassin du Nil Information Products for Nile Basin Water Resources

More information

Seeing by Degrees: Programming Visualization From Sensor Networks

Seeing by Degrees: Programming Visualization From Sensor Networks Seeing by Degrees: Programming Visualization From Sensor Networks Da-Wei Huang Michael Bobker Daniel Harris Engineer, Building Manager, Building Director of Control Control Technology Strategy Development

More information

UK Argo Data Centre and the Southern Ocean Regional Data Centre (SORDAC)

UK Argo Data Centre and the Southern Ocean Regional Data Centre (SORDAC) UK Argo Data Centre and the Southern Ocean Regional Data Centre (SORDAC) Trevor Guymer Chair, UK Argo Expert Group & Head, UK Inter-Agency Committee on Marine Science & Technology Information provided

More information

Huai-Min Zhang & NOAAGlobalTemp Team

Huai-Min Zhang & NOAAGlobalTemp Team Improving Global Observations for Climate Change Monitoring using Global Surface Temperature (& beyond) Huai-Min Zhang & NOAAGlobalTemp Team NOAA National Centers for Environmental Information (NCEI) [formerly:

More information

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS?

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

GIS Initiative: Developing an atmospheric data model for GIS. Olga Wilhelmi (ESIG), Jennifer Boehnert (RAP/ESIG) and Terri Betancourt (RAP)

GIS Initiative: Developing an atmospheric data model for GIS. Olga Wilhelmi (ESIG), Jennifer Boehnert (RAP/ESIG) and Terri Betancourt (RAP) GIS Initiative: Developing an atmospheric data model for GIS Olga Wilhelmi (ESIG), Jennifer Boehnert (RAP/ESIG) and Terri Betancourt (RAP) Unidata seminar August 30, 2004 Presentation Outline Overview

More information

1. INTRODUCTION 2. WORKSHOP

1. INTRODUCTION 2. WORKSHOP J7.4 AUTOMATED MARINE WEATHER OBSERVATIONS ON RESEARCH VESSELS AS PART OF AN OCEAN OBSERVING SYSTEM Shawn R. Smith Center for Ocean-Atmospheric Prediction Studies, The Florida State University Tallahassee,

More information

Award Number: (ONR grant number N00014-00-1-0888) http://netviewer.usc.edu/web

Award Number: (ONR grant number N00014-00-1-0888) http://netviewer.usc.edu/web The Gulf of Maine Biogeographic Information System (GMBIS) Project Dale A. Kiefer Department of Biological Sciences, AHF342 University of Southern California 3616 Trousdale Parkway Los Angeles, CA 90089-0371

More information

About As. In a team with the best. ESRI Bulgaria is the exclusive distributor of Esri Inc. for Bulgaria. Esri Inc.

About As. In a team with the best. ESRI Bulgaria is the exclusive distributor of Esri Inc. for Bulgaria. Esri Inc. About As ESRI Bulgaria is an IT company, leader in the field of Geographic Information Systems (GIS) on the Bulgarian market. Offering the most advanced high-tech products, solutions and services, ESRI

More information

CHAPTER 2 PAVEMENT MANAGEMENT SYSTEM

CHAPTER 2 PAVEMENT MANAGEMENT SYSTEM CHAPTER 2 PAVEMENT MANAGEMENT SYSTEM 2.1. INTRODUCTION TO PAVEMENT MANAGEMENT The ability of a pavement system to serve a society is largely a function of planning. Planning is the intersection between

More information

The World Ocean Database

The World Ocean Database The World Ocean Database S Levitus 1*, J I Antonov, O K Baranova, T P Boyer, C L Coleman, H E Garcia, A I Grodsky, D R Johnson, R A Locarnini, A V Mishonov, J R Reagan, C L Sazama, D Seidov, I Smolyar,

More information

Elettra DAta analysis Tool: a data webhousing tool for heterogeneous log analysis

Elettra DAta analysis Tool: a data webhousing tool for heterogeneous log analysis Elettra DAta analysis Tool: a data webhousing tool for heterogeneous log analysis Roberto Pugliese Stefano Maraspin Alessio Curri Software for Measurements Experiment Division Sincrotrone Trieste S.C.p.A.

More information

An Esri White Paper October 2010 Esri Production Mapping Product Library: Spatially Enabled Document Management System

An Esri White Paper October 2010 Esri Production Mapping Product Library: Spatially Enabled Document Management System An Esri White Paper October 2010 Esri Production Mapping Product Library: Spatially Enabled Document Management System Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953

More information

NORTHWESTERN HAWAIIAN ISLANDS SPATIAL BIBLIOGRAPHY: A SCIENCE-PLANNING TOOL ABSTRACT

NORTHWESTERN HAWAIIAN ISLANDS SPATIAL BIBLIOGRAPHY: A SCIENCE-PLANNING TOOL ABSTRACT NORTHWESTERN HAWAIIAN ISLANDS SPATIAL BIBLIOGRAPHY: A SCIENCE-PLANNING TOOL BY Christine Taylor 1 and David Moe Nelson 1 ABSTRACT The Northwestern Hawaiian Islands Spatial Bibliography (NWHI-SB) is a science-planning

More information

http://bco-dmo.org Go to: http://usjgofs.whoi.edu/jg/dir/jgofs/ URL: http://usjgofs.whoi.edu/jg/serv/jgofs/arabian/inventory.html0

http://bco-dmo.org Go to: http://usjgofs.whoi.edu/jg/dir/jgofs/ URL: http://usjgofs.whoi.edu/jg/serv/jgofs/arabian/inventory.html0 http://bco-dmo.org DATA ACCESS TUTORIAL 2012 OCB PI Summer Workshop Data access: catalog browse scenario 1: you are a former US JGOFS or US GLOBEC researcher, and you know what data you are looking for

More information

MEng, BSc Applied Computer Science

MEng, BSc Applied Computer Science School of Computing FACULTY OF ENGINEERING MEng, BSc Applied Computer Science Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give a machine instructions

More information

Onboard-NAPA News. Jan Schauman, Onboard-Napa Ltd

Onboard-NAPA News. Jan Schauman, Onboard-Napa Ltd 1 (6), Onboard-Napa Ltd 1. Introduction This paper will briefly look into the new development that has been done within Onboard-NAPA as well as our SPS (Ship Performance Solutions) product lines since

More information

EMODnet Biology. bio.emodnet.eu

EMODnet Biology. bio.emodnet.eu EMODnet Biology bio.emodnet.eu EM 2 OD net Building upon EMODnet preparatory action: 2009-2012 Temporal/Spatial distribution Phytoplankton, Zooplankton, Angiosperms, Macro-algae, Invertebrate bottom fauna,

More information

OPTIMIZATION OF DATABASE STRUCTURE FOR HYDROMETEOROLOGICAL MONITORING SYSTEM

OPTIMIZATION OF DATABASE STRUCTURE FOR HYDROMETEOROLOGICAL MONITORING SYSTEM OPTIMIZATION OF DATABASE STRUCTURE FOR HYDROMETEOROLOGICAL MONITORING SYSTEM Ph.D. Robert SZCZEPANEK Cracow University of Technology Institute of Water Engineering and Water Management ul.warszawska 24,

More information

Error detection of bathymetry data by visualization using GIS

Error detection of bathymetry data by visualization using GIS ICES Journal of Marine Science, 59: 226 234. 2002 doi:10.1006/jmsc.2001.1147, available online at http://www.idealibrary.com on Error detection of bathymetry data by visualization using GIS Atanu Basu

More information

What s new in Carmenta Server 4.2

What s new in Carmenta Server 4.2 What s new in Carmenta Server 4.2 A complete solution for cost-effective visualisation and distribution of GIS data through web services Carmenta Server provides cost-effective technology for building

More information

DYMAPHY's Results DataBase Input/Output Data, Structure, and Web Access. ULCO/ LISIC-Team speaker: Pierre-Alexandre Hébert

DYMAPHY's Results DataBase Input/Output Data, Structure, and Web Access. ULCO/ LISIC-Team speaker: Pierre-Alexandre Hébert DYMAPHY's Results DataBase Input/Output Data, Structure, and Web Access ULCO/ LISIC-Team speaker: Pierre-Alexandre Hébert December 3, CCI, Boulogne-sur-Mer 1 DYMAPHY's Results DataBase Input/Output Data,

More information

LOGICAL DATA MODEL FOR DISSEMINATION OF SPATIAL DATA

LOGICAL DATA MODEL FOR DISSEMINATION OF SPATIAL DATA S&T Slovenia - Hermes Plus d.d. Oracle Business Unit, Ljubljana LOGICAL DATA MODEL FOR DISSEMINATION OF SPATIAL DATA by Joze Senegacnik Chief Technology Officer e-mail: joze.senegacnik@hermes-plus.si Ljubljana,

More information

Contents. Overview. The solid foundation for your entire, enterprise-wide business intelligence system

Contents. Overview. The solid foundation for your entire, enterprise-wide business intelligence system Data Warehouse The solid foundation for your entire, enterprise-wide business intelligence system The core of the high-performance intelligence delivery infrastructure, designed to meet even the most demanding

More information

Maintenance and Disposition. Ocean and Marine Technology Functional Files. Function Number 1800

Maintenance and Disposition. Ocean and Marine Technology Functional Files. Function Number 1800 Maintenance and Disposition Ocean and Marine Technology Functional Files Function Number 1800 Function number 1800 deal with program related to ocean and marine technology promotion, evaluation, and information.

More information

STATEMENT OF WORK. NETL Cooperative Agreement DE-FC26-02NT41476

STATEMENT OF WORK. NETL Cooperative Agreement DE-FC26-02NT41476 STATEMENT OF WORK NETL Cooperative Agreement DE-FC26-02NT41476 Database and Analytical Tool for the Management of Data Derived from U. S. DOE (NETL) Funded Fine Particulate (PM 2.5 ) Research PROJECT SCOPE

More information

The distribution of marine OpenData via distributed data networks and Web APIs. The example of ERDDAP, the message broker and data mediator from NOAA

The distribution of marine OpenData via distributed data networks and Web APIs. The example of ERDDAP, the message broker and data mediator from NOAA The distribution of marine OpenData via distributed data networks and Web APIs. The example of ERDDAP, the message broker and data mediator from NOAA Dr. Conor Delaney 9 April 2014 GeoMaritime, London

More information

DEVELOPMENT OF THE PLANETARY CARTOGRAPHY WEB-SITE WITH OPEN SOURCE CONTENT MANAGEMENT SYSTEM

DEVELOPMENT OF THE PLANETARY CARTOGRAPHY WEB-SITE WITH OPEN SOURCE CONTENT MANAGEMENT SYSTEM CO-131 DEVELOPMENT OF THE PLANETARY CARTOGRAPHY WEB-SITE WITH OPEN SOURCE CONTENT MANAGEMENT SYSTEM ROZHNEV I. Moscow State University of Geodesy and Cartography, PUSHKINO, RUSSIAN FEDERATION Considerable

More information

World Ocean Atlas (WOA) Product Documentation

World Ocean Atlas (WOA) Product Documentation World Ocean Atlas (WOA) Product Documentation This document describes WOA statistical and objectively analyzed field files. This description includes the types of statistical fields available, for which

More information

What you can do:...3 Data Entry:...3 Drillhole Sample Data:...5 Cross Sections and Level Plans...8 3D Visualization...11

What you can do:...3 Data Entry:...3 Drillhole Sample Data:...5 Cross Sections and Level Plans...8 3D Visualization...11 What you can do:...3 Data Entry:...3 Drillhole Sample Data:...5 Cross Sections and Level Plans...8 3D Visualization...11 W elcome to North Face Software s software. With this software, you can accomplish

More information

Designing and Developing Performance Measurement Software Solution

Designing and Developing Performance Measurement Software Solution Designing and Developing Performance Measurement Software Solution Bekim Fetaji, and Majlinda Fetaji Abstract The focus of the research study is the development of a software solution for performance evaluation

More information

IndustryPrint: Business Process Analysis for Everyone!

IndustryPrint: Business Process Analysis for Everyone! IndustryPrint: Business Process Analysis for Everyone! Deloitte Consulting LLP - October 16, 2012 Chris Ottesen Specialist Leader Marc Redemann Specialist Leader Introduction: Your presenters today October

More information

WATER QUALITY DATA MANAGEMENT DATABASE. Rushit Hila. A project submitted to the faculty of. Brigham Young University.

WATER QUALITY DATA MANAGEMENT DATABASE. Rushit Hila. A project submitted to the faculty of. Brigham Young University. WATER QUALITY DATA MANAGEMENT DATABASE by Rushit Hila A project submitted to the faculty of Brigham Young University in partial fulfillment of the requirements for the degree of Master of Science Department

More information

PEBBLE PROJECT ENVIRONMENTAL BASELINE DOCUMENT 2004 through 2008 APPENDIX C. DATA MANAGEMENT AND GEOGRAPHIC INFORMATION SYSTEM

PEBBLE PROJECT ENVIRONMENTAL BASELINE DOCUMENT 2004 through 2008 APPENDIX C. DATA MANAGEMENT AND GEOGRAPHIC INFORMATION SYSTEM PEBBLE PROJECT ENVIRONMENTAL BASELINE DOCUMENT 2004 through 2008 APPENDIX C. DATA MANAGEMENT AND GEOGRAPHIC INFORMATION SYSTEM PREPARED BY: RESOURCE DATA, INC. TABLE OF CONTENTS TABLE OF CONTENTS... C-i

More information

Using standards for ocean data

Using standards for ocean data Pan-European infrastructure for marine and ocean data management Using standards for ocean data By Dick M.A. Schaap SeaDataNet Technical Coordinator Vienna, April 09 Supported by the European Commission

More information

DISMAR: Data Integration System for Marine Pollution and Water Quality

DISMAR: Data Integration System for Marine Pollution and Water Quality DISMAR: Data Integration System for Marine Pollution and Water Quality T. Hamre a,, S. Sandven a, É. Ó Tuama b a Nansen Environmental and Remote Sensing Center, Thormøhlensgate 47, N-5006 Bergen, Norway

More information

EVOLUTION AND INDUSTRIALIZATION OF A SBAS REAL-TIME PERFORMANCE MONITORING TOOL (EVORA)

EVOLUTION AND INDUSTRIALIZATION OF A SBAS REAL-TIME PERFORMANCE MONITORING TOOL (EVORA) ENC 2015 Page 1 EVOLUTION AND INDUSTRIALIZATION OF A SBAS REAL-TIME PERFORMANCE MONITORING TOOL (EVORA) J. Doubek 1, M. Houdek 1, C. A. Pandele 2,3, A. Polivka 1, D. Chung 1 1 Iguassu Software Systems,

More information

National Network of Regional Coastal Monitoring Programmes of England SPECIFICATION FOR DATA MANAGEMENT

National Network of Regional Coastal Monitoring Programmes of England SPECIFICATION FOR DATA MANAGEMENT National Network of Regional Coastal Monitoring Programmes of England SPECIFICATION FOR DATA MANAGEMENT Version 1.0 August 2015 NATIONAL NETWORK OF REGIONAL COASTAL MONITORING PROGRAMMES SPECIFICATION

More information

A Geographic Information Systems (GIS) Hazard Assessment Application for Recreational Diving within Lake Superior Shipwrecks

A Geographic Information Systems (GIS) Hazard Assessment Application for Recreational Diving within Lake Superior Shipwrecks A Geographic Information Systems (GIS) Hazard Assessment Application for Recreational Diving within Lake Superior Shipwrecks Nathan Graham Department of Resource Analysis, Saint Mary s University of Minnesota,

More information

COP Video & Data Integrations

COP Video & Data Integrations COP Video & Data Integrations COP: Common Operating Picture A Common Operating Picture (COP) is a computing platform based on Geographical Information System (GIS) technology that provides a single source

More information

MADIS-T, Satellite Radiance and Sounding Thread using Virtualization

MADIS-T, Satellite Radiance and Sounding Thread using Virtualization 1 MADIS-T, Satellite Radiance and Sounding Thread using Virtualization Abhishek Agarwal 1, Shahram Tehranian 1, James McNitt 2, Joseph Facundo 2, Anand Swaroop 1 1 Nortel Government Solutions (NGS) 2 National

More information

Taking Advantage of Crystal Reports

Taking Advantage of Crystal Reports What You Will Need ArcGIS 8.3 (ArcInfo, ArcEditor, or ArcView license) with Crystal Reports installed Sample data downloaded from ArcUser Online Taking Advantage of Crystal Reports In addition to maps,

More information

Distributed Database for Environmental Data Integration

Distributed Database for Environmental Data Integration Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information

More information

GIS and Mapping Solutions for Developers. ESRI Developer Network (EDN SM)

GIS and Mapping Solutions for Developers. ESRI Developer Network (EDN SM) GIS and Mapping Solutions for Developers ESRI Developer Network (EDN SM) GIS and Mapping Solutions for Developers If you are a software developer looking for an effective way to bring geographic and mapping

More information

Product Navigator User Guide

Product Navigator User Guide Product Navigator User Guide Table of Contents Contents About the Product Navigator... 1 Browser support and settings... 2 Searching in detail... 3 Simple Search... 3 Extended Search... 4 Browse By Theme...

More information

International Data Centre for Hydrology of Lakes and Reservoirs (HYDROLARE)

International Data Centre for Hydrology of Lakes and Reservoirs (HYDROLARE) Sengupta, M. and Dalwani, R. (Editors). 2008 Proceedings of Taal 2007: The 12th World Lake Conference: 2258-2262 International Data Centre for Hydrology of Lakes and Reservoirs (HYDROLARE) T.P. Gronskaya,

More information

INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports

INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports INTRODUCING ORACLE APPLICATION EXPRESS Cristina-Loredana Alexe 1 Abstract Everyone knows that having a database is not enough. You need a way of interacting with it, a way for doing the most common of

More information