Exploring Ocean Data

Size: px
Start display at page:

Download "Exploring Ocean Data"

Transcription

1 James G. Bellingham Monterey Bay Aquarium Research Institute 7700 Sandholdt Road Moss Landing, CA Exploring Ocean Data Mike Godin Monterey Bay Aquarium Research Institute 7700 Sandholdt Road Moss Landing, CA ABSTRACT In fall of 2004, we met Jim Gray and began to converse about the data needs of ocean scientists. The conversations ultimately led to the development of a unique portal for exploring multidisciplinary data sets, which we call the Metadata Oriented Query Assistant (MOQuA). At the time, we were working with an extremely rich data set which included measurements from ships, satellites, aircraft, moorings, and a variety of underwater robots. The data set also included output from both atmospheric and ocean models. We initially made the data available via a state-of-the-art data server. However, serious users did not use the server, instead approaching us for copies of the relevant portions. Our experience convinced us that we needed a far more capable portal, but framing the seemingly divergent needs of ocean scientists in a way which could be satisfied via an intuitive interface was challenging. In the course of many conversations and interactions with Jim, we realized that we needed to structure the interaction around questions rather than visualizations, and this simple insight lead to the development of MOQuA system. Categories and Subject Descriptors H.2.8 [Database Applications] data mining, scientific databases General Terms Management, Experimentation, Human Factors, Standardization Keywords Oceanography, data exploration, heterogeneous observations 1. INTRODUCTION The ocean is a complex, highly interconnected environment. Scales of spatial variability range from microscopic to thousands of kilometers. Temporal variability is linked to spatial scales, and spans from fractions of a second to thousands of years. Adding to this complexity, a full description of the ocean must include not just physical characteristics, such as temperature and currents, but Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Jim Gray Tribute, May 31, 2008, Berkeley, CA, USA. chemical, biological, and even geological parameters. A variety of linkages, some known, and probably many more unknown, transmit variability of one parameter, in one location, to another parameter in a quite different location. For example fisheries off of Peru are strongly regulated by interactions of wind and ocean in the central Pacific (the El Nino Southern Oscillation phenomena). Unfortunately, the ocean is extremely sparsely sampled, compared to its scales of variability. While satellites can image the sea surface, they are not capable of directly measuring interior properties of the ocean. To measure interior properties a range of methods are used, all revolving around either measuring properties with in situ sensors, or obtaining seawater samples and returning them to a laboratory. The advent of robotic systems has dramatically reduced the cost of making simpler measurements in the ocean, and thus allowed an increase in observations[1]. However, even the most intensive field programs fall short of synoptic characterization of the underwater environment. The twin realities of measurements which are sparse compared to the phenomena under study, yet which are numerous in both number and type, frame the challenge for ocean data systems. An ocean scientist might work with atmospheric observations, surface currents measured by radar, time series observations from a mooring, and measurements of chlorophyll fluorescence made by an underwater robot in the process of understanding the source of a harmful algae bloom. The data system must not just serve data from each of the disparate sources, but must help the oceanographer find the small portion of the archive with relevant information. This paper describes a metadata oriented data exploration tool we developed to assist ocean scientists explore data sets containing information from a wide range of sources. Jim Gray s insight and guidance was instrumental in shaping our efforts. In the sections below, we provide brief overviews of the types of data involved, our initial approach to providing a portal, the transformational conversation with Jim, and the resulting portal. 2. OCEAN OBSERVATIONS 2.1 Observation Platforms Observations of the ocean are made by a wide variety of systems, each with their own particular data characteristics. It is not unusual for ocean scientists to rely on data from more than one source to gain a full understanding of a particular process. Examples of data sources include: Ships may collect data along the surface, at profile stations, or along a saw-tooth pattern if a tow-fish is dragged behind the ship. Typical ship deployments last between a day and a 78 SIGMOD Record, June 2008 (Vol. 37, No. 2)

2 week. However, it is not uncommon for ships to regularly repeat their deployments, creating multi-decade time-series. Moorings are nominally fixed in location, making the same measurements for long time periods. Some ocean mooring have been making regular measurements for decades. Current sensing radars regularly measure the surface currents for a fixed region of the ocean. Like moorings, these systems are capable of making very long-duration time series measurements. Surface floats drift with currents, making measurements along the ocean surface. Profiling drifters spend most of their time drifting with currents at a set depth. Periodically these systems will rise to the sea surface, where they report measurements by satellite, and then return to depth. While drifters can operate for years, their path, and therefore the areas that they measure cannot be controlled. Gliders change their buoyancy to rise and sink through the water column, using wings to translate vertical motion into horizontal motion. These vehicle will periodically pause at the sea surface to report measurements and receive new commands. Gliders typically collect data for months. Propeller-driven autonomous underwater vehicles (AUVs) collect data along any 4-dimensional path through the water column, typically for periods of about a day. AUVs typically travel about five times faster than a glider, and carry more complex and power consumptive payloads. Aircraft collect data along 4-dimensional paths through the atmosphere, as well as surface measurements of the ocean. Typically, aircraft collect a very dense data set, as their cost of operation limits them to occasional flights. Satellites make measurements of large areas of the ocean, but typically not very often (for example once or twice per day), and typically along "swaths" that do not repeat. 2.2 Observation Systems Ten years ago, a typical oceanographic field program was structured around measurements made from a single ship, which were only fully analyzed in the months and years after the cruise was complete. The advent of robotic systems has enabled experiments using distributed arrays of mobile assets (figure 1) which can provide three dimensional views of the ocean interior over limited regions (figure 2). The mobility of these assets creates both opportunities and challenges. The opportunity stems from the ability to adapt observations to changes in the environment. The challenge stems from the need to manage a large number of assets, leading in turn to a greater emphasis on analyzing observations immediately to support decision making. Thus the evolution in observational capability has lead to the need for a communications and cyberinfrastructure which allows realtime collection and analysis of observations. 3. DESIGNING THE PORTAL 3.1 The Starting Point The traditional model for oceanographic data exploration has been a two-step process that begins with a scientist downloading an entire data set from a science archive to their local computer and ends with the data set being searched by a piece of analysis software on the scientist's computer. This is the only method of exploring many ocean data collections today. As datasets grow to terabyte and petabyte sizes, such a model becomes unwieldy [2]. Moving beyond the download and filter model for accessing oceanographic data, two products stand out: the Live Access Server (LAS) [3] and Dapper Data Viewer (DChart) [4]. They are both open-source web applications made available through the National Oceanic and Atmospheric Administration (NOAA) Pacific Marine Environmental Laboratory. Each allows one to select a data set and variables of interest, and both use form-based and graphical tools to allow users to interactively select a region of interest to query for (and return) data only within that region. LAS is designed to serve data that is either stored in Network Common Data Form (NetCDF) files or data that can be accessed via the Open-source Project for a Network Data Access Protocol (OPeNDAP) protocol. LAS is highly flexible, and if a relatively static dataset is being served, one can configure LAS to display where data was collected while the selection region is manipulated. It also allows for data to be cataloged in configurable hierarchies. DChart allows one to visualize and download in-situ oceanographic or atmospheric data from a Dapper OPeNDAP server. Features include an interactive map that is draggable, an in-situ station layer that allows users to select data stations, and a plot window that allows one to plot data from one or more stations. Three plot types are supported (profile, propertyproperty, and time series) and users can interact directly with the plot to pan or zoom in and out. A weakness in both of these systems is the fundamental assumption that one knows which data sets they are interested in when they start their data search. For example, asking a simple question like "What systems were measuring temperature in Monterey Bay on August 10th, 2004?" requires an investigator to access every data repository that contains Monterey Bay temperature measurements independently, and could take hours. 3.2 Asking Questions Once the data is in hand, most scientists begin an exploration of a data set by producing plots. Consequently, a conversation with a scientist about a data portal naturally gravitates to a discussion of the types of graphics which will be generated. On the part of the engineer, there is the desire to isolate the key features required that will satisfy the majority of users. On the part of the scientist, there is an endless variety of ways in which the data can be presented. In engineering terms, far from converging on a common set of needs, the framing the discussion around visualization leads to a never ending stream of requirements. Perhaps the most important single lesson we learned from Jim was that a far more productive discussion is to identify the key types of questions scientists will want to address with the data[5]. Through spring of 2005 we had a series of meetings and interactions with Jim in which he explained the thought processes behind the creation of the highly successful Skyserver portal to the Sloan Digital Sky Survey. Together with Jim, we worked through a similar chain of logic for an ocean data portal. Jim probed the way in which oceanographic data is explored in a series of interactions. The ongoing analysis of the 2003 data provided a variety of concrete examples we could share with Jim. Ultimately Jim sent a mock-up of a portal (figure 3) along with the text description below: SIGMOD Record, June 2008 (Vol. 37, No. 2) 79

3 1. I think the world wind viewer Keith is cooking up (or some derivative of it) will be the way to get oriented in space. One can ask for "tracks" or "platforms" or "footprints" (for satellite or survey data) be rendered as layers above the backdrop. These layers could be selected from a list and turned on/off (world wind has a prototype for that). Lets call that the LOCATION window. (upper left windows in screen shot below). Other windows can send the location window events and as you move around the location window it can send events to other windows. This "BRUSH" effect is a fairly intuitive way to explore multidimensional data. As you scroll through the "DEPLOYMENT SCHEDULE" window, it would affect what is rendered in the LOCATION window. (I show a time limit on the deployment window afffcting the other windows and a track on the LOCATION window affecting the others) 2. Other windows can have plots of x vs y and x vs y vs z for any x,y,z you care to define. When those dimensions are spatial or temporal there is an obvious backdrop but generally they are not. The pane at right controls which layers are visible in each window. 3. So now we are into defining x,y,z. They can be a database query but more likely they are the output of some analysis tool. DB queries are "easy" but require the scientist to think at a low level and speak a funny language. We will start with that and that will be there as an escape hatch in case the analysis tool does not do what is needed, but... The goal is for the DB to be hidden. [6] The reference to the world wind viewer Keith is cooking up refers to the work of Keith Grochow, who has been developing a three-dimensional georeferenced ocean workbench [7] 3.3 Linking Questions to Metadata The template for a ocean data portal which Jim described gave us new directions to pursue, and helped solve some other problems with which we had been grappling. Although the portal had been a primary focus of effort, we had also been working to resolve considerable confusion regarding naming conventions for environmental variables. The AOSN 2003 data set was generated by more than a dozen research groups representing different scientific and engineering disciplines. Not surprisingly, the different groups conformed to different ontologies, or in some cases, made up their own. A query oriented portal provided us an ideal framework for a more intuitive approach to interacting with named variables and assets. As a first step toward developing a multidisciplinary data portal, we focused on creating a tool that combined exploration of the variable space with the more traditional spatial and temporal exploration. We call this tool the Metadata Oriented Query Assistant (MOQuA)[8]. The internet browser-based MOQuA user interface provides visual selection of data sets, variables of interest, and regions of interest from multiple data collections simultaneously (see figure 4). For example, if one is exploring a geospatial-temporal data sets and selects a 4D region of time and space, MOQuA highlights the data sets and variables that have data in that realm. If one selects one or more variables, MOQuA highlights the data sets that contain those, and a representation of the data appears on a selection map, on a time line, and on an altitude selector. Likewise, selecting data sets highlights the variables contained in the data sets. 4. LESSONS AND FUTURE DIRECTIONS The mockup described by Jim Gray in his May has only been realized in small part. However, our work to create portal elements have resulted in important insights regarding the organization of metadata to support data exploration. For example, hierarchical descriptions allow a more natural interaction with query tool. The most important lesson is the value of registering data against multiple ontologies. Not only does this allow users familiar with a particular ontology to explore data in a familiar framework, but different ontologies are structured to reflect different ideas about what is important in the data, and thus support different types of exploration. In the coming year, we plan on adding data preview windows to MOQuA, which will move it closer to the vision outlined by Jim. We also are working to make MOQuA metadata pivot lists selectable. In effect, this should let users to query on other properties, such as elements of the data provenance, and userassigned tags and ratings. Ultimately we see this tool as being useful for not just ocean data, but for any scientific data enterprise involving interdisciplinary data exploration. 5. ACKNOWLEDGMENTS We owe thanks to Ed Lazowska for many deeds, but foremost for introducing us to Jim Gray and encouraging many valuable conversations. Development of MOQuA was supported by the Office of Naval Research (ONR) under grant N and by the David and Lucile Packard Foundation. 6. REFERENCES [1] Bellingham, J. G., and Rajan, K., Robotics in Remote and Hostile Environments, Science, Vol no. 5853, pp , November doi: /science [2] Gray, J., Liu, D. T., Nieto-Santisteban, M. A., Szalay, A. S., Heber, G., DeWitt, D., Scientific Data Management in the Coming Decade, ACM SIGMOD Record, v.34 n.4, p.34-41, December 2005 [doi: / ] [3] Foley, D.G, and de Witt, L.M., The OceanWatch Live Access Server, Proc. MTS/IEEE Oceans 2005, Washington, DC: doi: /OCEANS [4] Sirott, J., DChart: A Remote Scripting Web Application for In-Situ OPeNDAP Data, 22 nd Conf. on Interactive Information and Processing Systems (IIPS) for Meteorology, Oceanography, and Hydrology, Atlanta, GA, February [5] Gray, J. and Szalay, A., "Where the Rubber Meets the Sky: Bridging the Gap Between Databases and Science," IEEE Data Engineering Bulletin, Vol. 27, No 4, pp.3-11, October [6] Personal communication: Jim Gray, April 28, [7] [8] Godin, M. A. and Bellingham, J. G., Data Exploration for Multidisciplinary Research, Oceans 2007, pp. 1-4, Sept Oct [doi: /OCEANS ] 80 SIGMOD Record, June 2008 (Vol. 37, No. 2)

4 Figure 1: This figure illustrates an intensive field program, increasingly characteristic of ocean science. The region depicted is Monterey Bay during the Autonomous Ocean Sampling Network 2003 experiment. A wide range of observational tools are illustrated, including ships, aircraft, moorings, drifters, and a variety of underwater vehicles. In the 2003 field program, these assets were tied to a data system on shore, which in turn made the data available for assimilative models, which predicted future conditions in the Bay. The colored vertical sections extending from shore show water temperatures as measured by underwater vehicles, showing colder (blue) water being brought to the surface along the coast, displacing warmer (red) surface water offshore. This is characteristic of wind-driven upwelling along much of the California coast. Figure 2: A three-dimensional image of interaction of physical and biological processes, mapped by an Autonomous Underwater Vehicle. The green volume depicts a phytoplankton layer while the underlying cyan surface shows deflection of a surface of constant density by an internal wave. The volume shown is 6.5 by 2.5 km in horizontal extent and 23 m in depth. [Credit: John Ryan, MBARI] SIGMOD Record, June 2008 (Vol. 37, No. 2) 81

5 Figure 3: This is the mockup of a portal created by Jim Gray to illustrate what a data workbench might look like for oceanographic data. Jim s idea of how this would be used is given verbatim in the text, but in brief involves using a 3-d view of trajectories over bathymetry (upper left), selecting time from a graphic of deployments (middle right), and allowing plots of variables against each other. The objective is to let the user frame a database query by interacting with the graphics, without their having to speak a funny language. Figure 4: MOQuA interface, showing multiple selection screens for exploring data. Five different interacting selection panes are shown in this view. From left, there is a map selection pane, which allows the user to specify the region of interest, and to view the spatial extent of selected sources. Next, there is a measurement selection pane, which shows types of observations and model results available, both for the entire data archive, and for the selected data sources. The middle selection pane allows one to select observation and modeling sources. At the right are panes which allow selection of time and depth periods of interest. There is a high degree of interactivity between the various panes, for example the sources listed in the source pane are underlined when they are present in the map, time, and depth selection panes. Similarly, the sources are shown in bold when they provide measurements selected in the type pane. 82 SIGMOD Record, June 2008 (Vol. 37, No. 2)

Geospatial Access and Data Display Adds Value to Data Management at the Biological and Chemical Oceanographic Data Management Office

Geospatial Access and Data Display Adds Value to Data Management at the Biological and Chemical Oceanographic Data Management Office Geospatial Access and Data Display Adds Value to Data Management at the Biological and Chemical Oceanographic Data Management Office M. Dickson Allison 1 and Charlton Galvarino 2 1 Woods Hole Oceanographic

More information

Ocean Data View (ODV) Manual V1.0

Ocean Data View (ODV) Manual V1.0 Ocean Data View (ODV) Manual V1.0 Prepared by the Coastal and Regional Oceanography Lab UNSW, Australia (www.oceanography.unsw.edu.au ) for the Sydney Institute of Marine Science. Table of Contents 1 Introduction

More information

MAJOR RESEARCH EQUIPMENT $240,450,000 AND FACILITIES CONSTRUCTION

MAJOR RESEARCH EQUIPMENT $240,450,000 AND FACILITIES CONSTRUCTION MAJOR RESEARCH EQUIPMENT $240,450,000 AND FACILITIES CONSTRUCTION The FY 2007 Budget Request for the Major Research Equipment and Facilities Construction (MREFC) account is $240.45 million, an increase

More information

Matlab stoqstoolbox for accessing in situ measurements from STOQS

Matlab stoqstoolbox for accessing in situ measurements from STOQS Matlab stoqstoolbox for accessing in situ measurements from STOQS MBARI Summer Internship Project 2012 Francisco Lopez Castejon (Mentor: Mike McCann) INDEX Abstract... 4 Introduction... 5 In situ measurement

More information

J1.6 MONITORING AND ANALYZING THE GLOBAL OCEAN OBSERVING SYSTEM WITH THE OBSERVING SYSTEM MONITORING CENTER

J1.6 MONITORING AND ANALYZING THE GLOBAL OCEAN OBSERVING SYSTEM WITH THE OBSERVING SYSTEM MONITORING CENTER J1.6 MONITORING AND ANALYZING THE GLOBAL OCEAN OBSERVING SYSTEM WITH THE OBSERVING SYSTEM MONITORING CENTER Kevin M. O'Brien 1*,S. Hankin 2, R. Schweitzer 3, K. Kern 4, M. Little 4,T. Habermann 5, N. Auerbach

More information

Field Verification of Oil Spill Fate & Transport Modeling and Linking CODAR Observation System Data with SIMAP Predictions

Field Verification of Oil Spill Fate & Transport Modeling and Linking CODAR Observation System Data with SIMAP Predictions Field Verification of Oil Spill Fate & Transport Modeling and Linking CODAR Observation System Data with SIMAP Predictions James R. Payne, Ph.D. Payne Environmental Consultants, Inc. Deborah French-McCay,

More information

SCSODC: Integrating Ocean Data for Visualization Sharing and Application

SCSODC: Integrating Ocean Data for Visualization Sharing and Application IOP Conference Series: Earth and Environmental Science OPEN ACCESS SCSODC: Integrating Ocean Data for Visualization Sharing and Application To cite this article: C Xu et al 2014 IOP Conf. Ser.: Earth Environ.

More information

DATA ACCESS TUTORIAL 2013 OCB PI Summer Workshop

DATA ACCESS TUTORIAL 2013 OCB PI Summer Workshop http://bco-dmo.org DATA ACCESS TUTORIAL 2013 OCB PI Summer Workshop Data access: TEXT-BASED SEARCH scenario 1: You have a general idea of what you are looking for. Go to: http://bco-dmo.org The DATABASE

More information

How to use the SATURN Observation Network: Endurance Stations Site: Table of Contents

How to use the SATURN Observation Network: Endurance Stations Site: Table of Contents How to use the SATURN Observation Network: Endurance Stations Site: Table of Contents Preface... 2 Introduction to the SATURN Interface... 3 Fixed station user interface... 5 The Recent Tab... 6 Reading

More information

Judith Connor Monterey Bay Aquarium Research Institute

Judith Connor Monterey Bay Aquarium Research Institute ARCHIVING, ANNOTATING AND ACCESSING VIDEO AS DATA Judith Connor Monterey Bay Aquarium Research Institute E-mail: conn@mbari.org ABSTRACT: Since 1989, the Monterey Bay Aquarium Research Institute (MBARI)

More information

Remote sensing In situ T, S and tracers Velocity Observing systems. Course url: Talley SIO 210 (2013)

Remote sensing In situ T, S and tracers Velocity Observing systems. Course url:   Talley SIO 210 (2013) SIO 210: I. Observational methods and II. Data analysis (combined single lecture) Fall 2013 I. Observations Reading: DPO 6.1, S16.1, S16.4, S16.5, S16.9 Remote sensing In situ T, S and tracers Velocity

More information

Improving Oceanographic Anomaly Detection Using High Performance Computing

Improving Oceanographic Anomaly Detection Using High Performance Computing Improving Oceanographic Anomaly Detection Using High Performance Computing Thomas Huang, Ed Armstrong, George Chang, Toshio Chin, Brian Wilson, Tong (Tony) Lee, Victor Zlotnicki. Jorge Vazquez and Michelle

More information

Introduction to Data Management for Ocean Science Research

Introduction to Data Management for Ocean Science Research Introduction to Data Management for Ocean Science Research Cyndy Chandler Biological and Chemical Oceanography Data Management Office 12 November 2009 Ocean Acidification Short Course Woods Hole, MA USA

More information

EarthCube and Cyberinfrastructure for the Earth Sciences: Lessons and Perspective from OpenTopography

EarthCube and Cyberinfrastructure for the Earth Sciences: Lessons and Perspective from OpenTopography EarthCube and Cyberinfrastructure for the Earth Sciences: Lessons and Perspective from OpenTopography Christopher Crosby, San Diego Supercomputer Center J Ramon Arrowsmith, Arizona State University Chaitan

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

Toward Spatial Queries for Spatial Surveillance Tasks

Toward Spatial Queries for Spatial Surveillance Tasks MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Toward Spatial Queries for Spatial Surveillance Tasks Yuri A. Ivanov, Christopher R. Wren TR2006-051 May 2006 Abstract Surveillance systems

More information

5PRESENTING AND DISSEMINATING

5PRESENTING AND DISSEMINATING 5PRESENTING AND DISSEMINATING INFORMATION This chapter presents information and guidance on how to present and disseminate marine water quality monitoring data to the program s intended audience. Section

More information

A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity Waves

A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity Waves DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity

More information

Post Processing, Visualization, and Sample Output

Post Processing, Visualization, and Sample Output Chapter 7 Post Processing, Visualization, and Sample Output Upon successful execution of an ADCIRC run, a number of output files will be created. Specifically which files are created depends upon how the

More information

Challenges of Analyzing Parametric CFD Results. White Paper Published: January

Challenges of Analyzing Parametric CFD Results. White Paper Published: January Challenges of Analyzing Parametric CFD Results White Paper Published: January 2011 www.tecplot.com Contents Introduction... 3 Parametric CFD Analysis: A Methodology Poised for Growth... 4 Challenges of

More information

West Coast Observation Project. West Coast Observing System Project Brief

West Coast Observation Project. West Coast Observing System Project Brief West Coast Observation Project Click to edit Master text styles Second level Third level Fourth level» Fifth level West Coast Observing System Project Brief Prepared by NCDDC August 2007 1 Outline West

More information

OCEAN NETWORKS CANADA UPDATE

OCEAN NETWORKS CANADA UPDATE OCEAN NETWORKS CANADA UPDATE Ocean Obs RCN Benoît Pirenne December 13, 2015, San Francisco AN INITIATIVE OF 1 The ONC Observatory: Home to VENUS (coastal), NEPTUNE (off-shore) and Cambridge Bay (Arctic)

More information

Working with Scientific Data in ArcGIS Platform

Working with Scientific Data in ArcGIS Platform Working with Scientific Data in ArcGIS Platform Sudhir Raj Shrestha sshrestha@esri.com Hong Xu hxu@esri.com Esri User Conference, San Diego, CA. July 11, 2017 What we will cover today Scientific Multidimensional

More information

The CEDA Archive: Data, Services and Infrastructure

The CEDA Archive: Data, Services and Infrastructure The CEDA Archive: Data, Services and Infrastructure Kevin Marsh Centre for Environmental Data Archival (CEDA) www.ceda.ac.uk with thanks to V. Bennett, P. Kershaw, S. Donegan and the rest of the CEDA Team

More information

A VO-friendly, Community-based Authorization Framework

A VO-friendly, Community-based Authorization Framework A VO-friendly, Community-based Authorization Framework Part 1: Use Cases, Requirements, and Approach Ray Plante and Bruce Loftis NCSA Version 0.1 (February 11, 2005) Abstract The era of massive surveys

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

Current JGOFS DMTT activities, and data management requirements for future marine biogeochemical projects - insights for modelers

Current JGOFS DMTT activities, and data management requirements for future marine biogeochemical projects - insights for modelers 1 Current JGOFS DMTT activities, and data management requirements for future marine biogeochemical projects - insights for modelers Margarita Conkright Ocean Climate Laboratory National Oceanographic Data

More information

High-Resolution Ocean Wave Estimation

High-Resolution Ocean Wave Estimation DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. High-Resolution Ocean Wave Estimation David Walker SRI International 2100 Commonwealth Boulevard, Third Floor Ann Arbor,

More information

INTAROS Integrated Arctic Observation System

INTAROS Integrated Arctic Observation System INTAROS Integrated Arctic Observation System A project funded by EC - H2020-BG-09-2016 Coordinator: Stein Sandven Nansen Environmental and Remote Sensing Center, Norway Overall objective: to develop an

More information

Python: Working with Multidimensional Scientific Data. Nawajish Noman Deng Ding

Python: Working with Multidimensional Scientific Data. Nawajish Noman Deng Ding Python: Working with Multidimensional Scientific Data Nawajish Noman Deng Ding Outline Scientific Multidimensional Data Ingest and Data Management Analysis and Visualization Extending Analytical Capabilities

More information

Towards a Canadian Integrated Ocean Observing System

Towards a Canadian Integrated Ocean Observing System Towards a Canadian Integrated Ocean Observing System CMOS Luncheon (Ottawa) February 28, 2018 Andrew Stewart Fisheries and Oceans Canada The Ocean is Valuable Ocean Economy: Ocean-based industries Natural

More information

The Semantic Planetary Data System

The Semantic Planetary Data System The Semantic Planetary Data System J. Steven Hughes 1, Daniel J. Crichton 1, Sean Kelly 1, and Chris Mattmann 1 1 Jet Propulsion Laboratory 4800 Oak Grove Drive Pasadena, CA 91109 USA {steve.hughes, dan.crichton,

More information

DHI Metocean Data Portal (MOOD) What is it and what s in it for me!?

DHI Metocean Data Portal   (MOOD) What is it and what s in it for me!? DHI Metocean Data Portal www.metocean-on-demand.com (MOOD) What is it and what s in it for me!? Patrick Dich Grode (PDG), Senior Metocean Specialist, DK-POT MIKE User Meeting, Rungstedgård, 31 st Oct.

More information

1 Mission Level Design. of Autonomous Underwater Vehicles

1 Mission Level Design. of Autonomous Underwater Vehicles Mission Level Design of Autonomous Underwater Vehicles Thomas Liebezeit, Volker Zerbe Department of Automatic Control and System Engineering, TU Ilmenau, Germany e-mail: thomas.liebezeit@tu-ilmenau.de

More information

OPeNDAP: Accessing HYCOM (and other data) remotely

OPeNDAP: Accessing HYCOM (and other data) remotely OPeNDAP: Accessing HYCOM (and other data) remotely Presented at The HYCOM NOPP GODAE Meeting By Peter Cornillon OPeNDAP Inc., Narragansett, RI 02882 7 December 2005 8/25/05 HYCOM NOPP GODAE 1 Acknowledgements

More information

A Survey on Underwater Sensor Network Architecture and Protocols

A Survey on Underwater Sensor Network Architecture and Protocols A Survey on Underwater Sensor Network Architecture and Protocols Rakesh V S 4 th SEM M.Tech, Department of Computer Science MVJ College of Engineering Bangalore, India raki.rakesh102@gmail.com Srimathi

More information

THE VMTURBO CLOUD CONTROL PLANE

THE VMTURBO CLOUD CONTROL PLANE THE VMTURBO CLOUD CONTROL PLANE Software-Driven Control for the Software-Defined Data Center EXECUTIVE SUMMARY The Software-Defined Datacenter (SDDC) has the potential to extend the agility, operational

More information

Observatory Middleware Framework (OMF)

Observatory Middleware Framework (OMF) Observatory Middleware Framework (OMF) Duane R. Edgington 1, Randal Butler 2, Terry Fleury 2, Kevin Gomes 1, John Graybeal 1, Robert Herlien 1, Von Welch 2 1 Monterey Bay Aquarium Research Institute, 7700

More information

Scientific Data Plat f or m

Scientific Data Plat f or m Usi n g Ar cgis as a Scientific Data Plat f or m Feroz Kadar Sudhir Raj Shrestha Top i cs Introduction Ingesting and managing Visualizing and analyzing Disseminating and consuming The road ahead Scientific

More information

2017 Summer Course Optical Oceanography and Ocean Color Remote Sensing. Overview of HydroLight and EcoLight

2017 Summer Course Optical Oceanography and Ocean Color Remote Sensing. Overview of HydroLight and EcoLight 2017 Summer Course Optical Oceanography and Ocean Color Remote Sensing Curtis Mobley Overview of HydroLight and EcoLight Darling Marine Center, University of Maine July 2017 Copyright 2017 by Curtis D.

More information

TethySL: A Domain-Specific Language for LRAUV Mission Scripts

TethySL: A Domain-Specific Language for LRAUV Mission Scripts TethySL: A Domain-Specific Language for LRAUV Mission Scripts Eli Meckler, Williams College Mentor: Carlos Rueda Summer 2016 Keywords: Tethys, TethySL, AUV, LRAUV, Mission Planning, Scripting ABSTRACT

More information

Understanding Geospatial Data Models

Understanding Geospatial Data Models Understanding Geospatial Data Models 1 A geospatial data model is a formal means of representing spatially referenced information. It is a simplified view of physical entities and a conceptualization of

More information

Earth Observation Imperative

Earth Observation Imperative Gregory W. Withee United States Geological Survey (USGS) United States Group on Earth Observation (USGEO) update NRC Board on Research Data and Information January 29, 2009 1 Earth Observation Imperative

More information

Big Data - Some Words BIG DATA 8/31/2017. Introduction

Big Data - Some Words BIG DATA 8/31/2017. Introduction BIG DATA Introduction Big Data - Some Words Connectivity Social Medias Share information Interactivity People Business Data Data mining Text mining Business Intelligence 1 What is Big Data Big Data means

More information

28 September PI: John Chip Breier, Ph.D. Applied Ocean Physics & Engineering Woods Hole Oceanographic Institution

28 September PI: John Chip Breier, Ph.D. Applied Ocean Physics & Engineering Woods Hole Oceanographic Institution Developing a Particulate Sampling and In Situ Preservation System for High Spatial and Temporal Resolution Studies of Microbial and Biogeochemical Processes 28 September 2010 PI: John Chip Breier, Ph.D.

More information

The Ocean Observatories Initiative (OOI) UNOLS Fleet Improvement Committee Meeting Update

The Ocean Observatories Initiative (OOI) UNOLS Fleet Improvement Committee Meeting Update The Ocean Observatories Initiative (OOI) UNOLS Fleet Improvement Committee Meeting Update October 10, 2007 Susan Banahan Associate Director Status NSF/MREFC Capital Investment: $331M over five years Operation

More information

Online intercomparison of models and observations using OGC and community standards

Online intercomparison of models and observations using OGC and community standards Online intercomparison of models and observations using OGC and community standards Alastair Gemmell * Jon Blower Keith Haines Adit Santokhee Reading e-science e Centre, Environmental Systems Science Centre,

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

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

Understanding Digital Imaging and Digital Pathology Systems: Today s Capabilities and Tomorrow s Potential

Understanding Digital Imaging and Digital Pathology Systems: Today s Capabilities and Tomorrow s Potential Understanding Digital Imaging and Digital Pathology Systems: Today s Capabilities and Tomorrow s Potential Ulysses J. Balis, M.D. Director, Division of Pathology Informatics Department of Pathology University

More information

Toward the Development of a Comprehensive Data & Information Management System for THORPEX

Toward the Development of a Comprehensive Data & Information Management System for THORPEX Toward the Development of a Comprehensive Data & Information Management System for THORPEX Mohan Ramamurthy, Unidata Steve Williams, JOSS Jose Meitin, JOSS Karyn Sawyer, JOSS UCAR Office of Programs Boulder,

More information

21ST century enterprise. HCL Technologies Presents. Roadmap for Data Center Transformation

21ST century enterprise. HCL Technologies Presents. Roadmap for Data Center Transformation 21ST century enterprise HCL Technologies Presents Roadmap for Data Center Transformation june 2016 21st Century Impact on Data Centers The rising wave of digitalization has changed the way IT impacts business.

More information

The Integrated Data Viewer A web-enabled enabled tool for geoscientific analysis and visualization

The Integrated Data Viewer A web-enabled enabled tool for geoscientific analysis and visualization The Integrated Data Viewer A web-enabled enabled tool for geoscientific analysis and visualization Don Murray Unidata Program Center University Corporation for Atmospheric Research Overview Unidata Overview

More information

Flexible Framework for Mining Meteorological Data

Flexible Framework for Mining Meteorological Data Flexible Framework for Mining Meteorological Data Rahul Ramachandran *, John Rushing, Helen Conover, Sara Graves and Ken Keiser Information Technology and Systems Center University of Alabama in Huntsville

More information

TSCOM report to GC Preliminary report June 2014 International Hydrographic Bureau, Monaco

TSCOM report to GC Preliminary report June 2014 International Hydrographic Bureau, Monaco TSCOM report to GC 2014 Preliminary report 13-15 June 2014 International Hydrographic Bureau, Monaco TSCOM Updates TSCOM membership GEBCO Data Store IHO-IOC GEBCO Cook Book GEBCO Hi-Res product Joint TSCOM/SCRUM

More information

TPC-Energy Benchmark Development: Mike Nikolaiev, Chairman of the TPC-Energy Specification Committee

TPC-Energy Benchmark Development: Mike Nikolaiev, Chairman of the TPC-Energy Specification Committee TPC-Energy Benchmark Development: Mike Nikolaiev, Chairman of the TPC-Energy Specification Committee 1 TPC-Energy Specification TPC s Energy Specification subcommittee was formed in December 2007, and

More information

Acoustic Tools for Studying Marine Mammals. Sean Wiggins Scripps Institution of Oceanography

Acoustic Tools for Studying Marine Mammals. Sean Wiggins Scripps Institution of Oceanography Acoustic Tools for Studying Marine Mammals Sean Wiggins Scripps Institution of Oceanography http://cetus.ucsd.edu Whales and Dolphins of the World 5m 30m What do we need to know to conserve these animals?

More information

Harnessing Grid Resources to Enable the Dynamic Analysis of Large Astronomy Datasets

Harnessing Grid Resources to Enable the Dynamic Analysis of Large Astronomy Datasets Page 1 of 5 1 Year 1 Proposal Harnessing Grid Resources to Enable the Dynamic Analysis of Large Astronomy Datasets Year 1 Progress Report & Year 2 Proposal In order to setup the context for this progress

More information

Contextion: A Framework for Developing Context-Aware Mobile Applications

Contextion: A Framework for Developing Context-Aware Mobile Applications Contextion: A Framework for Developing Context-Aware Mobile Applications Elizabeth Williams, Jeff Gray Department of Computer Science, University of Alabama eawilliams2@crimson.ua.edu, gray@cs.ua.edu Abstract

More information

DataONE: Open Persistent Access to Earth Observational Data

DataONE: Open Persistent Access to Earth Observational Data Open Persistent Access to al Robert J. Sandusky, UIC University of Illinois at Chicago The Net Partners Update: ONE and the Conservancy December 14, 2009 Outline NSF s Net Program ONE Introduction Motivating

More information

Networked Access to Library Resources

Networked Access to Library Resources Institute of Museum and Library Services National Leadership Grant Realizing the Vision of Networked Access to Library Resources An Applied Research and Demonstration Project to Establish and Operate a

More information

Project Name. The Eclipse Integrated Computational Environment. Jay Jay Billings, ORNL Parent Project. None selected yet.

Project Name. The Eclipse Integrated Computational Environment. Jay Jay Billings, ORNL Parent Project. None selected yet. Project Name The Eclipse Integrated Computational Environment Jay Jay Billings, ORNL 20140219 Parent Project None selected yet. Background The science and engineering community relies heavily on modeling

More information

The Use of Google Earth in Meteorological Satellite Visualization

The Use of Google Earth in Meteorological Satellite Visualization The Use of Google Earth in Meteorological Satellite Visualization Thomas J. Kleespies National Oceanic and Atmospheric Administration National Environmental Satellite Data and Information Service Center

More information

Exploring the Concept of Temporal Interoperability as a Framework for Digital Preservation*

Exploring the Concept of Temporal Interoperability as a Framework for Digital Preservation* Exploring the Concept of Temporal Interoperability as a Framework for Digital Preservation* Margaret Hedstrom, University of Michigan, Ann Arbor, MI USA Abstract: This paper explores a new way of thinking

More information

BODY / SYSTEM Specifically, the website consists of the following pages:

BODY / SYSTEM Specifically, the website consists of the following pages: GULF OF MEXICO MODELING SYSTEM WEBSITE http://www7330.nrlssc.navy.mil/gomms/index.html R. Holladay*, S. Holladay*, S. derada Naval Research Laboratory, Stennis Space Center, MS, USA *Student Intern SUMMARY

More information

GEOG 487 Lesson 2: Step-by-Step Activity

GEOG 487 Lesson 2: Step-by-Step Activity GEOG 487 Lesson 2: Step-by-Step Activity In Lesson 2, we are going to create a website that contains interactive maps with datasets related to our project scenario described in the Introduction. We will

More information

Inertial measurement and realistic post-flight visualization

Inertial measurement and realistic post-flight visualization Inertial measurement and realistic post-flight visualization David Fifield Metropolitan State College of Denver Keith Norwood, faculty advisor June 28, 2007 Abstract Determining the position and orientation

More information

Social Behavior Prediction Through Reality Mining

Social Behavior Prediction Through Reality Mining Social Behavior Prediction Through Reality Mining Charlie Dagli, William Campbell, Clifford Weinstein Human Language Technology Group MIT Lincoln Laboratory This work was sponsored by the DDR&E / RRTO

More information

Oceanic Domain Awareness- A Concept Rear Admiral Dr. S Kulshrestha, retd

Oceanic Domain Awareness- A Concept Rear Admiral Dr. S Kulshrestha, retd Oceanic Domain Awareness- A Concept Rear Admiral Dr. S Kulshrestha, retd He knows the course of the stars and can always orient himself. He knows the value of signs, both regular, accidental and abnormal,

More information

ACCI Recommendations on Long Term Cyberinfrastructure Issues: Building Future Development

ACCI Recommendations on Long Term Cyberinfrastructure Issues: Building Future Development ACCI Recommendations on Long Term Cyberinfrastructure Issues: Building Future Development Jeremy Fischer Indiana University 9 September 2014 Citation: Fischer, J.L. 2014. ACCI Recommendations on Long Term

More information

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended. Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews cannot be printed. TDWI strives to provide

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

AUV Cruise Path Planning Based on Energy Priority and Current Model

AUV Cruise Path Planning Based on Energy Priority and Current Model AUV Cruise Path Planning Based on Energy Priority and Current Model Guangcong Liu 1, Hainan Chen 1,2, Xiaoling Wu 2,*, Dong Li 3,2, Tingting Huang 1,, Huawei Fu 1,2 1 Guangdong University of Technology,

More information

RICH ENTERPRISES. Small Business Series. Getting Started with HTML

RICH ENTERPRISES. Small Business Series. Getting Started with HTML RICH ENTERPRISES Small Business Series Getting Started with HTML SMALL BUSINESS SERIES Getting Started With HTML Rich Enterprises 1512 Dietrich Road Twin Lakes, WI 53181 Phone/Fax 262-877-8630 Introduction

More information

EECS3421 Introduction to Database Management Systems. Thanks to John Mylopoulos and Ryan Johnson for material in these slides

EECS3421 Introduction to Database Management Systems. Thanks to John Mylopoulos and Ryan Johnson for material in these slides EECS3421 Introduction to Database Management Systems Thanks to John Mylopoulos and Ryan Johnson for material in these slides Overview What is a database? Course administrivia The relational model 2 What

More information

GEOG 487 Lesson 2: Step-by-Step Activity

GEOG 487 Lesson 2: Step-by-Step Activity GEOG 487 Lesson 2: Step-by-Step Activity In Lesson 2, we are going to create a website that contains interactive maps with datasets related to our project scenario described in the Introduction. We will

More information

About LIDAR Data. What Are LIDAR Data? How LIDAR Data Are Collected

About LIDAR Data. What Are LIDAR Data? How LIDAR Data Are Collected 1 of 6 10/7/2006 3:24 PM Project Overview Data Description GIS Tutorials Applications Coastal County Maps Data Tools Data Sets & Metadata Other Links About this CD-ROM Partners About LIDAR Data What Are

More information

How to Create Metadata in ArcGIS 10.0

How to Create Metadata in ArcGIS 10.0 How to Create Metadata in ArcGIS 10.0 March 2012 Table of Contents Introduction... 1 Getting Started... 2 Software Requirements... 2 Configure ArcGIS Desktop to View FGDC Metadata... 2 Other Thoughts...

More information

A Study of Mountain Environment Monitoring Based Sensor Web in Wireless Sensor Networks

A Study of Mountain Environment Monitoring Based Sensor Web in Wireless Sensor Networks , pp.96-100 http://dx.doi.org/10.14257/astl.2014.60.24 A Study of Mountain Environment Monitoring Based Sensor Web in Wireless Sensor Networks Yeon-Jun An 1, Do-Hyeun Kim 2 1,2 Dept. of Computing Engineering

More information

Toward Spatial Queries for Spatial Surveillance Tasks

Toward Spatial Queries for Spatial Surveillance Tasks Toward Spatial Queries for Spatial Surveillance Tasks Yuri A. Ivanov and Christopher R. Wren Mitsubishi Electric Research Laboratories 201 Broadway 8th Floor; Cambridge MA USA 02139 email: {wren,ivanov}merl.com

More information

Cognitive Walkthrough Evaluation

Cognitive Walkthrough Evaluation Columbia University Libraries / Information Services Digital Library Collections (Beta) Cognitive Walkthrough Evaluation by Michael Benowitz Pratt Institute, School of Library and Information Science Executive

More information

Map Direct Lite. Quick Start Guide: Map Layers 5/14/2018

Map Direct Lite. Quick Start Guide: Map Layers 5/14/2018 Map Direct Lite Quick Start Guide: Map Layers 5/14/2018 Contents Quick Start Guide: Map Layers... 1 Map Layers in Map Direct Lite.... 3 What is a Basemap Layer?... 4 Change the Basemap Using the Basemap

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK REVIEW PAPER ON IMPLEMENTATION OF DOCUMENT ANNOTATION USING CONTENT AND QUERYING

More information

Benefits of Programming Graphically in NI LabVIEW

Benefits of Programming Graphically in NI LabVIEW Benefits of Programming Graphically in NI LabVIEW Publish Date: Jun 14, 2013 0 Ratings 0.00 out of 5 Overview For more than 20 years, NI LabVIEW has been used by millions of engineers and scientists to

More information

Automated Road Segment Creation Process

Automated Road Segment Creation Process David A. Noyce, PhD, PE Director and Chair Traffic Operations and Safety Laboratory Civil and Environmental Engineering Department Kelvin R. Santiago, MS, PE Assistant Researcher Traffic Operations and

More information

3 Selecting the standard map and area of interest

3 Selecting the standard map and area of interest Anomalies, EOF/PCA Mati Kahru 2005-2008 1 Anomalies, EOF/PC analysis with WAM 1 Introduction Calculating anomalies is a method of change detection in time series. Empirical Orthogonal Function (EOF) analysis

More information

Benefits of Programming Graphically in NI LabVIEW

Benefits of Programming Graphically in NI LabVIEW 1 of 8 12/24/2013 2:22 PM Benefits of Programming Graphically in NI LabVIEW Publish Date: Jun 14, 2013 0 Ratings 0.00 out of 5 Overview For more than 20 years, NI LabVIEW has been used by millions of engineers

More information

Catalog-driven, Reproducible Workflows for Ocean Science

Catalog-driven, Reproducible Workflows for Ocean Science Catalog-driven, Reproducible Workflows for Ocean Science Rich Signell, USGS, Woods Hole, MA, USA Filipe Fernandes, Centro Universidade Monte Serrat, Santos, Brazil. 2015 Boston Light Swim, Aug 15, 7:00am

More information

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean A Direct Simulation-Based Study of Radiance in a Dynamic Ocean Lian Shen Department of Civil Engineering Johns Hopkins University Baltimore, MD 21218 phone: (410) 516-5033 fax: (410) 516-7473 email: LianShen@jhu.edu

More information

BIG DATA CHALLENGES A NOAA PERSPECTIVE

BIG DATA CHALLENGES A NOAA PERSPECTIVE BIG DATA CHALLENGES A NOAA PERSPECTIVE Dr. Edward J. Kearns NASA Examiner, Science and Space Branch, OMB/EOP and Chief (acting), Remote Sensing and Applications Division National Climatic Data Center National

More information

Collecting data types from the thermodynamic data and registering those at the DCO data portal.

Collecting data types from the thermodynamic data and registering those at the DCO data portal. Use Case: Collecting data types from the thermodynamic data and registering those at the DCO data portal. Point of Contact Name: Apurva Kumar Sinha (sinhaa2@rpi.edu) Use Case Name Give a short descriptive

More information

Yajing (Phillis)Tang. Walt Wells

Yajing (Phillis)Tang. Walt Wells Building on the NOAA Big Data Project for Academic Research: An OCC Maria Patterson Perspective Zachary Flamig Yajing (Phillis)Tang Walt Wells Robert Grossman We have a problem The commoditization of sensors

More information

User s Guide: BIOS Online Mapping Tool to access the California Freshwater Species Database

User s Guide: BIOS Online Mapping Tool to access the California Freshwater Species Database User s Guide: BIOS Online Mapping Tool to access the California Freshwater Species Database Last updated: December 2017 Tutorial created by: The Nature Conservancy Topics covered Part 1: Exporting a tabular

More information

Commercial Data Intensive Cloud Computing Architecture: A Decision Support Framework

Commercial Data Intensive Cloud Computing Architecture: A Decision Support Framework Association for Information Systems AIS Electronic Library (AISeL) CONF-IRM 2014 Proceedings International Conference on Information Resources Management (CONF-IRM) 2014 Commercial Data Intensive Cloud

More information

Driftsonde System Overview

Driftsonde System Overview Driftsonde System Overview Zero-pressure Balloon Gondola (24 sonde capacity) 6 hours between drops Terry Hock, Hal Cole, Charlie Martin National Center for Atmospheric Research Earth Observing Lab December

More information

NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION S SCIENTIFIC DATA STEWARDSHIP PROGRAM

NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION S SCIENTIFIC DATA STEWARDSHIP PROGRAM J2.3A NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION S SCIENTIFIC DATA STEWARDSHIP PROGRAM John J. Bates * NOAA National Climatic Center, Asheville, North Carolina Richard G. Reynolds Office of Systems

More information

ATA DRIVEN GLOBAL VISION CLOUD PLATFORM STRATEG N POWERFUL RELEVANT PERFORMANCE SOLUTION CLO IRTUAL BIG DATA SOLUTION ROI FLEXIBLE DATA DRIVEN V

ATA DRIVEN GLOBAL VISION CLOUD PLATFORM STRATEG N POWERFUL RELEVANT PERFORMANCE SOLUTION CLO IRTUAL BIG DATA SOLUTION ROI FLEXIBLE DATA DRIVEN V ATA DRIVEN GLOBAL VISION CLOUD PLATFORM STRATEG N POWERFUL RELEVANT PERFORMANCE SOLUTION CLO IRTUAL BIG DATA SOLUTION ROI FLEXIBLE DATA DRIVEN V WHITE PAPER Create the Data Center of the Future Accelerate

More information

THE NATIONAL DATA SERVICE(S) & NDS CONSORTIUM A Call to Action for Accelerating Discovery Through Data Services we can Build Ed Seidel

THE NATIONAL DATA SERVICE(S) & NDS CONSORTIUM A Call to Action for Accelerating Discovery Through Data Services we can Build Ed Seidel THE NATIONAL DATA SERVICE(S) & NDS CONSORTIUM A Call to Action for Accelerating Discovery Through Data Services we can Build Ed Seidel National Center for Supercomputing Applications University of Illinois

More information

Madagascar satellite data: an inversion test case

Madagascar satellite data: an inversion test case Stanford Exploration Project, Report 111, June 9, 2002, pages 335 347 Madagascar satellite data: an inversion test case Jesse Lomask 1 ABSTRACT The Madagascar satellite data set provides images of a spreading

More information

Robotization in Seismic Acquisition Gerrit Blacquière, Guus Berkhout*, Delft University of Technology

Robotization in Seismic Acquisition Gerrit Blacquière, Guus Berkhout*, Delft University of Technology Robotization in Seismic Acquisition Gerrit Blacquière, Guus Berkhout*, Delft University of Technology SUMMARY The amount of sources and detectors in the seismic method follows "Moore s Law of seismic data

More information