HDF Update. Elena Pourmal The HDF Group. October 16, 2008 IDL User Group Meeting 1

Size: px
Start display at page:

Download "HDF Update. Elena Pourmal The HDF Group. October 16, 2008 IDL User Group Meeting 1"

Transcription

1 HDF Update Elena Pourmal The HDF Group October 16, 2008 IDL User Group Meeting 1

2 The HDF Group The HDF Group is a not-for-profit company with its mission focused on the support and growth of the HDF technologies Spun-off NCSA University of Illinois in July 2006 Located on University of Illinois Campus, South Research Park Strong connection with NCSA and researchers at the University of Illinois IP was transferred from University to The HDF Group October 16, 2008 IDL User Group Meeting 2

3 HDF is HDF stands for Hierarchical Data Format A file format for managing any kind of data Software system to manage data in the format Designed for high volume or complex data Designed for every size and type of system Free and open format and software library, tools There are two HDF s: HDF4 and HDF5 IDL provides access to HDF4 and HDF5 files October 16, 2008 IDL User Group Meeting 3

4 Earth Science HDF - IDL Users Petabytes of data in HDF4 and HDF-EOS2 formats EOS AURA satellite data products are in the HDF5 and HDF-EOS5 formats NPOESS data products will be in the HDF5 file format Neutron scattering and small angle X-ray scattering NeXus file format based on HDF4 and HDF5 Standard to facilitate greater cooperation in the analysis and visualization of neutron, x-ray, and muon data October 16, 2008 IDL User Group Meeting 4

5 HDF status HDF4 is in a maintenance mode HDF5 is actively developed to address new requirements: High performance computing (HPC) Atmospheric sciences applications and NetCDF-4 Bioinformatics (DNA sequencing) Imaging (new generations of electron microscopes) Microsoft products (HPC,.NET, others) Indexing and database integration Improving concurrency, performance and storage efficiency October 16, 2008 IDL User Group Meeting 5

6 ITTVis and The HDF Group Collaboration Goal: Help HDF users who rely on the IDL to get timely access to the improved HDF libraries ITTVis and The HDF Group have begun collaboration on the development of HDF functionality in IDL. ITTVis provided The HDF Group with IDL software and licenses. The HDF Group developers will work with ITTVis technical staff to improve the process of integrating new versions of HDF with IDL. October 16, 2008 IDL User Group Meeting 6

7 Current HDF releases October 16, 2008 IDL User Group Meeting 7

8 Current HDF5 Releases HDF was released in February 2008 Major update of HDF5 1.6.* series (stable set of features and APIs since 1998) Addressed performance issues and file size overhead Extensions to the HDF5 file format Changes to APIs (200+ new APIs) Backward compatible May not be forward compatible HDF was released in June 2008 Minor bug fixes Included Fortran90 APIs for new C functions October 16, 2008 IDL User Group Meeting 8

9 Current HDF5 Releases HDF was released in February 2008 Addressed backward compatibility bug for reading files with corrupted object header information New maintenance releases scheduled for November 2008 HDF and Minor bug fixes Tools improvements Current plans are to support HDF5 1.6 and 1.8 until November 2009 October 16, 2008 IDL User Group Meeting 9

10 Information About Current Releases October 16, 2008 IDL User Group Meeting 10

11 HDF5, OPenDAP and IDL Our First Experience with IDL October 16, 2008 IDL User Group Meeting 11

12 What is OPenDAP? A software framework that allows simple access to remote data Data Access Protocol Client-server model Widely used by Earth Science Community HDF5 OPenDAP handler released in July 2008 October 16, 2008 IDL User Group Meeting 12

13 OPeNDAP Concept View HDF/ NetCDF OPeNDAP Visualization client Visualization tools (e.g. Tools GrADS) OPeNDAP client library HDF/NetCDF OPeNDAP HDF/NetCDF server dap server (e.g. Apache) DAP 2.0/4.0 October 16, 2008 IDL User Group Meeting 13

14 OPeNDAP IDL client OPeNDAP and IDL Available through OPeNDAP web site. Used by HDF developers to debug and enhance the HDF5 OPenDAP handler Gained experience helped us to enhance other OPeNDAP clients such as GrADS (Grid Analysis and Display System) October 16, 2008 IDL User Group Meeting 14

15 OPeNDAP IDL Client Example url = ' jj stat = OPENDAP_GET(url, data, mode='data', ce='cloudfraction') image = data.cloudfraction.cloudfraction.cloudfraction image2 = BYTSCL(image, MIN=0.0) OPENDAP_GET() is part of DEVICE, DECOMPOSED=0 A HDF5 dataset is OPeNDAP a member of IDL Client. LOADCT, 34 IDL structure variable called data. window,/free,xsize=720,ysize=360 image3 = REBIN(image2, 720, 360) tv,image3 The retrieved data can be manipulated like a normal IDL array. October 16, 2008 IDL User Group Meeting 15

16 Demo: MLS swath via GrADS GrADS is modified to use our library The client library provides grid mapping from swath data GrADS displays swath through HDF-EOS5 specific client library API calls October 16, 2008 IDL User Group Meeting 16

17 Thank you! Questions? October 16, 2008 IDL User Group Meeting 17

P2.1 Accessing HDF5 data via OPeNDAP. MuQun Yang* 1, Hyo-Kyung Lee 1, James Gallagher 2. I. Introduction

P2.1 Accessing HDF5 data via OPeNDAP. MuQun Yang* 1, Hyo-Kyung Lee 1, James Gallagher 2. I. Introduction P2.1 Accessing HDF5 data via OPeNDAP MuQun Yang* 1, Hyo-Kyung Lee 1, James Gallagher 2 1 The HDF Group, 2 OPeNDAP, Inc. I. Introduction HDF[1] is a set of data formats and software libraries for storing

More information

What NetCDF users should know about HDF5?

What NetCDF users should know about HDF5? What NetCDF users should know about HDF5? Elena Pourmal The HDF Group July 20, 2007 7/23/07 1 Outline The HDF Group and HDF software HDF5 Data Model Using HDF5 tools to work with NetCDF-4 programs files

More information

Remote Data Access with OPeNDAP. Dr. Dennis Heimbigner Unidata netcdf Workshop October 25, 2012

Remote Data Access with OPeNDAP. Dr. Dennis Heimbigner Unidata netcdf Workshop October 25, 2012 Remote Data Access with OPeNDAP Dr. Dennis Heimbigner Unidata netcdf Workshop October 25, 2012 Overview What are OPeNDAP and DAP? What is a Client-Server Architecture Why is Remote Data Access Useful?

More information

Uniform Resource Locator Wide Area Network World Climate Research Programme Coupled Model Intercomparison

Uniform Resource Locator Wide Area Network World Climate Research Programme Coupled Model Intercomparison Glossary API Application Programming Interface AR5 IPCC Assessment Report 4 ASCII American Standard Code for Information Interchange BUFR Binary Universal Form for the Representation of meteorological

More information

NetCDF and HDF5. NASA Earth Science Data Systems Working Group October 20, 2010 New Orleans. Ed Hartnett, Unidata/UCAR, 2010

NetCDF and HDF5. NASA Earth Science Data Systems Working Group October 20, 2010 New Orleans. Ed Hartnett, Unidata/UCAR, 2010 NetCDF and HDF5 NASA Earth Science Data Systems Working Group October 20, 2010 New Orleans Ed Hartnett, Unidata/UCAR, 2010 Unidata Mission: To provide the data services, tools, and cyberinfrastructure

More information

NetCDF-4: : Software Implementing an Enhanced Data Model for the Geosciences

NetCDF-4: : Software Implementing an Enhanced Data Model for the Geosciences NetCDF-4: : Software Implementing an Enhanced Data Model for the Geosciences Russ Rew, Ed Hartnett, and John Caron UCAR Unidata Program, Boulder 2006-01-31 Acknowledgments This work was supported by the

More information

Introduction to NetCDF

Introduction to NetCDF Introduction to NetCDF NetCDF is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. First released in 1989.

More information

The HDF-EOS5 Tutorial. Ray Milburn L3 Communciations, EER Systems Inc McCormick Drive, 170 Largo, MD USA

The HDF-EOS5 Tutorial. Ray Milburn L3 Communciations, EER Systems Inc McCormick Drive, 170 Largo, MD USA The HDF-EOS5 Tutorial Ray Milburn L3 Communciations, EER Systems Inc. 1801 McCormick Drive, 170 Largo, MD 20774 USA Ray.Milburn@L-3com.com What is HDF-EOS? HDF (Hierarchical Data Format) is a disk-based

More information

HDF- A Suitable Scientific Data Format for Satellite Data Products

HDF- A Suitable Scientific Data Format for Satellite Data Products HDF- A Suitable Scientific Data Format for Satellite Data Products Sk. Sazid Mahammad, Debajyoti Dhar and R. Ramakrishnan Data Products Software Division Space Applications Centre, ISRO, Ahmedabad 380

More information

HDF Product Designer: A tool for building HDF5 containers with granule metadata

HDF Product Designer: A tool for building HDF5 containers with granule metadata The HDF Group HDF Product Designer: A tool for building HDF5 containers with granule metadata Lindsay Powers Aleksandar Jelenak, Joe Lee, Ted Habermann The HDF Group Data Producer s Conundrum 2 HDF Features

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

Dataset Interoperability Recommendations for Earth Science

Dataset Interoperability Recommendations for Earth Science Status of this RFC Dataset Interoperability Recommendations for Earth Science This RFC provides information to the NASA Earth Science community. This RFC does not specify an Earth Science Data Systems

More information

Tom Achtor, Tom Rink, Tom Whittaker. Space Science & Engineering Center (SSEC) at the University of Wisconsin - Madison

Tom Achtor, Tom Rink, Tom Whittaker. Space Science & Engineering Center (SSEC) at the University of Wisconsin - Madison Interactive Processing of Multi- and Hyper-spectral Environmental Satellite Data: The Next Generation of McIDAS EUMETSAT-AMS Conf. Amsterdam, NL 27 September 2007 Tom Achtor, Tom Rink, Tom Whittaker Space

More information

Extreme I/O Scaling with HDF5

Extreme I/O Scaling with HDF5 Extreme I/O Scaling with HDF5 Quincey Koziol Director of Core Software Development and HPC The HDF Group koziol@hdfgroup.org July 15, 2012 XSEDE 12 - Extreme Scaling Workshop 1 Outline Brief overview of

More information

Analysis Methods in Atmospheric and Oceanic Science

Analysis Methods in Atmospheric and Oceanic Science Analysis Methods in Atmospheric and Oceanic Science AOSC 652 HDF & NetCDF files; Regression; File Compression & Data Access Week 11, Day 1 Today: Data Access for Projects; HDF & NetCDF Wed: Multiple Linear

More information

SciSpark 201. Searching for MCCs

SciSpark 201. Searching for MCCs SciSpark 201 Searching for MCCs Agenda for 201: Access your SciSpark & Notebook VM (personal sandbox) Quick recap. of SciSpark Project What is Spark? SciSpark Extensions scitensor: N-dimensional arrays

More information

Making data access easier with OPeNDAP. James Gallapher (OPeNDAP TM ) Duan Beckett (BoM) Kate Snow (NCI) Robert Davy (CSIRO) Adrian Burton (ARDC)

Making data access easier with OPeNDAP. James Gallapher (OPeNDAP TM ) Duan Beckett (BoM) Kate Snow (NCI) Robert Davy (CSIRO) Adrian Burton (ARDC) Making data access easier with OPeNDAP James Gallapher (OPeNDAP TM ) Duan Beckett (BoM) Kate Snow (NCI) Robert Davy (CSIRO) Adrian Burton (ARDC) Outline Introduction and trajectory (James Gallapher) OPeNDAP

More information

Nexus Builder Developing a Graphical User Interface to create NeXus files

Nexus Builder Developing a Graphical User Interface to create NeXus files Nexus Builder Developing a Graphical User Interface to create NeXus files Lilit Grigoryan, Yerevan State University, Armenia September 9, 2014 Abstract This report describes a project which main purpose

More information

J3.12 EFFECTIVE RETRIEVAL PERFORMED BY DIMES WITH THE APPLICATION OF LUCENE

J3.12 EFFECTIVE RETRIEVAL PERFORMED BY DIMES WITH THE APPLICATION OF LUCENE J3.12 EFFECTIVE RETRIEVAL PERFORMED BY DIMES WITH THE APPLICATION OF LUCENE Yujie Zhao, Ruixin Yang *, Menas Kafatos Center for Earth Observing & Space Research (CEOSR) George Mason University (GMU) ABSTRACT

More information

Use of XML Schema and XML Query for ENVISAT product data handling

Use of XML Schema and XML Query for ENVISAT product data handling Use of XML Schema and XML Query for ENVISAT product data handling Stéphane Mbaye stephane.mbaye@gael.fr GAEL Consultant Cité Descartes, 8 rue Albert Einstein 77420 Champs-sur-Marne, France Abstract * This

More information

NetCDF-4: A New Data Model, Programming Interface, and Format Using HDF5

NetCDF-4: A New Data Model, Programming Interface, and Format Using HDF5 NetCDF-4: A New Data Model, Programming Interface, and Format Using HDF5 Russ Rew, Ed Hartnett, John Caron UCAR Unidata Program Center Mike Folk, Robert McGrath, Quincey Kozial NCSA and The HDF Group,

More information

Earth Observation How to use EO data in GRID

Earth Observation How to use EO data in GRID ! OVERVIEW:! Study Objectives! Study Logic! Activities Description Earth Observation How to use EO data in GRID! Approach to Requirements Definition! Dissemination activities SpaceGRID KO 1 Study Logic

More information

An Overview of the HDF5 Technology Suite and its Applications

An Overview of the HDF5 Technology Suite and its Applications An Overview of the HDF5 Technology Suite and its Applications Mike Folk, Gerd Heber, Quincey Koziol, Elena Pourmal, Dana Robinson The HDF Group {mfolk,gheber,koziol,epourmal,derobins}@hdfgroup.org Outline

More information

7C.2 EXPERIENCE WITH AN ENHANCED NETCDF DATA MODEL AND INTERFACE FOR SCIENTIFIC DATA ACCESS. Edward Hartnett*, and R. K. Rew UCAR, Boulder, CO

7C.2 EXPERIENCE WITH AN ENHANCED NETCDF DATA MODEL AND INTERFACE FOR SCIENTIFIC DATA ACCESS. Edward Hartnett*, and R. K. Rew UCAR, Boulder, CO 7C.2 EXPERIENCE WITH AN ENHANCED NETCDF DATA MODEL AND INTERFACE FOR SCIENTIFIC DATA ACCESS Edward Hartnett*, and R. K. Rew UCAR, Boulder, CO 1 INTRODUCTION TO NETCDF AND THE NETCDF-4 PROJECT The purpose

More information

McIDAS-V: An open source data analysis and visualization tool for multiand hyperspectral satellite data ITSC-XVI, Angra do Reis, Brazil, 7 May 2008

McIDAS-V: An open source data analysis and visualization tool for multiand hyperspectral satellite data ITSC-XVI, Angra do Reis, Brazil, 7 May 2008 McIDAS-V: An open source data analysis and visualization tool for multiand hyperspectral satellite data ITSC-XVI, Angra do Reis, Brazil, 7 May 2008 Tom Achtor, Tom Rink, Tom Whittaker, Dave Parker, Gail

More information

Marketing Opportunities

Marketing Opportunities Email Marketing Opportunities Write the important dates and special events for your organization in the spaces below. You can use these entries to plan out your email marketing for the year. January February

More information

CF-netCDF and CDM. Ethan Davis, John Caron, Ben Domenico, Stefano Nativi* UCAR Unidata Univ of Florence*

CF-netCDF and CDM. Ethan Davis, John Caron, Ben Domenico, Stefano Nativi* UCAR Unidata Univ of Florence* CF-netCDF and CDM Ethan Davis, John Caron, Ben Domenico, Stefano Nativi* UCAR Unidata Univ of Florence* OGC in MetOcean, Toulouse, France, November 2009 CF-netCDF and CDM CF-netCDF CDM/netCDF-java TDS

More information

Standards-based Access to Satellite Atmospheric Composition Data

Standards-based Access to Satellite Atmospheric Composition Data www.dlr.de Chart 1 Working Group on Information Systems and Services Standards-based Access to Satellite Atmospheric Composition Data S. Falke, C. Lynnes, J. Meyer-Arnek, O. Goussev, M. Bittner et al.

More information

OGC at KNMI: Current use and plans

OGC at KNMI: Current use and plans OGC at KNMI: Current use and plans 4th Workshop on the use of GIS/OGC standards in meteorology 4 th of March 2013, Reading 1. Ernst de Vreede 2. Maarten Plieger Contents 1. ADAGUC 2. Internal applications

More information

PYTABLES & Family. Analyzing and Sharing HDF5 Data with Python. Francesc Altet. HDF Workshop November 30, December 2, Cárabos Coop. V.

PYTABLES & Family. Analyzing and Sharing HDF5 Data with Python. Francesc Altet. HDF Workshop November 30, December 2, Cárabos Coop. V. & Family Analyzing and Sharing HDF5 Data with Python Cárabos Coop. V. HDF Workshop November 30, 2005 - December 2, 2005. & Family Who are we? An Introduction to the Python Language Cárabos is the company

More information

Italy - Information Day: 2012 FP7 Space WP and 5th Call. Peter Breger Space Research and Development Unit

Italy - Information Day: 2012 FP7 Space WP and 5th Call. Peter Breger Space Research and Development Unit Italy - Information Day: 2012 FP7 Space WP and 5th Call Peter Breger Space Research and Development Unit Content Overview General features Activity 9.1 Space based applications and GMES Activity 9.2 Strengthening

More information

HDF Product Designer Documentation

HDF Product Designer Documentation HDF Product Designer Documentation Release 1.0.2 The HDF Group May 29, 2015 Contents 1 Introduction 3 2 What s New 5 3 Known Issues 7 4 Getting Started 9 4.1 Download.................................................

More information

11A.3 INVESTIGATION OF USING HDF5 ARCHIVAL INFORMATION PACKAGES (AIP) TO STORE NASA ECS DATA

11A.3 INVESTIGATION OF USING HDF5 ARCHIVAL INFORMATION PACKAGES (AIP) TO STORE NASA ECS DATA 11A.3 INVESTIGATION OF USING HDF5 ARCHIVAL INFORMATION PACKAGES (AIP) TO STORE NASA ECS DATA MuQun Yang* 1, Ruth Duerr 2, Choonghwan Lee 1 1 The HDF Group, 2 National Snow and Ice Data Center (NSIDC),

More information

Development Environments for HPC: The View from NCSA

Development Environments for HPC: The View from NCSA Development Environments for HPC: The View from NCSA Jay Alameda National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign DEHPC 15 San Francisco, CA 18 October 2015 Acknowledgements

More information

Data Management Components for a Research Data Archive

Data Management Components for a Research Data Archive Data Management Components for a Research Data Archive Steven Worley and Bob Dattore Scientific Computing Division Computational and Information Systems Laboratory National Center for Atmospheric Research

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

GREASE Grid Aware End-to-end Analysis and Simulation Environment

GREASE Grid Aware End-to-end Analysis and Simulation Environment GREASE Grid Aware End-to-end Analysis and Simulation Environment Mark ter Linden 25 October 2002 Project! Started July 2002, ends June 2003 URD ready SSD, SVVP in progress Prototyping in progress Setup

More information

New Datasets, Functionality and Future Development. Ashwanth Srinivasan, (FSU) Steve Hankin (NOAA/PMEL) Major contributors: Jon Callahan (Mazama(

New Datasets, Functionality and Future Development. Ashwanth Srinivasan, (FSU) Steve Hankin (NOAA/PMEL) Major contributors: Jon Callahan (Mazama( HYCOM Data Service New Datasets, Functionality and Future Development Ashwanth Srinivasan, (FSU) Steve Hankin (NOAA/PMEL) Major contributors: Jon Callahan (Mazama( Consulting) Roland Schweitzer (Weathertop

More information

Processing and analysis of Earth Observation data

Processing and analysis of Earth Observation data Processing and analysis of Earth Observation data Carsten Brockmann, Brockmann Consult GmbH ESA Climate Change Initiative Toolbox Science Lead Big Data Analytics & GIS, Münster 20.-21. September 2017.

More information

NetCDF and Scientific Data Durability. Russ Rew, UCAR Unidata ESIP Federation Summer Meeting

NetCDF and Scientific Data Durability. Russ Rew, UCAR Unidata ESIP Federation Summer Meeting NetCDF and Scientific Data Durability Russ Rew, UCAR Unidata ESIP Federation Summer Meeting 2009-07-08 For preserving data, is format obsolescence a non-issue? Why do formats (and their access software)

More information

Cross-mission Analysis Through Space Physics Data Facility (SPDF) Services

Cross-mission Analysis Through Space Physics Data Facility (SPDF) Services Presented at the Fall 2012 AGU meeting Paper SM43A-2231 Cross-mission Analysis Through Space Physics Data Facility (SPDF) Services R.M. Candey, D. Bilitza, R. Chimiak, J.F. Cooper, L.N. Garcia, B. Harris,

More information

NetCDF-4 Update. Ed Hartnett, Unidata/UCAR NetCDF Workshop, July 25 26, 2011

NetCDF-4 Update. Ed Hartnett, Unidata/UCAR NetCDF Workshop, July 25 26, 2011 NetCDF-4 Update Ed Hartnett, Unidata/UCAR NetCDF Workshop, July 25 26, 2011 Background of NetCDF-4 Originally funded by NASA for 2 years. Merger (of sorts) of HDF5 and netcdf. NetCDF-4.0 released in 2008,

More information

Clare Richards, Benjamin Evans, Kate Snow, Chris Allen, Jingbo Wang, Kelsey A Druken, Sean Pringle, Jon Smillie and Matt Nethery. nci.org.

Clare Richards, Benjamin Evans, Kate Snow, Chris Allen, Jingbo Wang, Kelsey A Druken, Sean Pringle, Jon Smillie and Matt Nethery. nci.org. The important role of HPC and data-intensive infrastructure facilities in supporting a diversity of Virtual Research Environments (VREs): working with Climate Clare Richards, Benjamin Evans, Kate Snow,

More information

STEREO EVALUATION OF ALOS/PRISM DATA ON ESA-AO TEST SITES FIRST DLR RESULTS

STEREO EVALUATION OF ALOS/PRISM DATA ON ESA-AO TEST SITES FIRST DLR RESULTS STEREO EVALUATION OF ALOS/PRISM DATA ON ESA-AO TEST SITES FIRST DLR RESULTS Authors: Mathias Schneider, Manfred Lehner, Rupert Müller, Peter Reinartz Remote Sensing Technology Institute German Aerospace

More information

Dataset Interoperability Working Group

Dataset Interoperability Working Group Dataset Interoperability Working Group Co-Chairs: Charlie Zender and Peter Leonard Ed Armstrong, Mary Jo Brodzik, Joe Glassy, Aleksander Jelenak, Siri Jodha Khalsa, Wenli Yang; Steve Berrick, Chris Lynnes,

More information

FastForward I/O and Storage: ACG 8.6 Demonstration

FastForward I/O and Storage: ACG 8.6 Demonstration FastForward I/O and Storage: ACG 8.6 Demonstration Kyle Ambert, Jaewook Yu, Arnab Paul Intel Labs June, 2014 NOTICE: THIS MANUSCRIPT HAS BEEN AUTHORED BY INTEL UNDER ITS SUBCONTRACT WITH LAWRENCE LIVERMORE

More information

The NCAR Community Data Portal

The NCAR Community Data Portal The NCAR Community Data Portal http://cdp.ucar.edu/ QuickTime and a TIFF (Uncompressed) decompressor are needed to see this picture. QuickTime and a TIFF (Uncompressed) decompressor are needed to see this

More information

Distributed Online Data Access and Analysis

Distributed Online Data Access and Analysis Distributed Online Data Access and Analysis Ruixin Yang George Mason University Slides from SIESIP Partners and from NOMADS PI, Glenn K. Rutledge of US NCDC on NOMADS SIESIP: Seasonal-to-Interannual Earth

More information

Greece s Collaborative Ground Segment Initiatives

Greece s Collaborative Ground Segment Initiatives Greece s Collaborative Ground Segment Initiatives Dr Haris KONTOES National Observatory of Athens SENTINEL COLLABORATIVE GS WORKSHOP 2015, 28 May 2015 Matera Collaborative GS workshop 2015 27 28 May 2015

More information

Mohammed Bin Rashid Space Centre.

Mohammed Bin Rashid Space Centre. Mohammed Bin Rashid Space Centre Introduction to MBRSC Started as Emirates Institution for Advanced Science and Technology (EIAST) which was established in February 2006. On April 18th, 2015: a decree

More information

Mohammed Bin Rashid Space Centre

Mohammed Bin Rashid Space Centre Mohammed Bin Rashid Space Centre Space in the UAE Today The UAE is one of the most ambitious countries in space and is a major player in the Gulf and Arab Word The UAE is very active and is developing:

More information

McIDAS-V - A powerful data analysis and visualization tool for multi and hyperspectral environmental satellite data *

McIDAS-V - A powerful data analysis and visualization tool for multi and hyperspectral environmental satellite data * McIDAS-V - A powerful data analysis and visualization tool for multi and hyperspectral environmental satellite data * Thomas Achtor, Thomas Rink, Thomas Whittaker, David Parker and David Santek Space Science

More information

Future Plans for Pride Observing System Web Services

Future Plans for Pride Observing System Web Services Future Plans for Pride Observing System Web Services Joe Sirott Nancy Soreide,, Donald Denbo PMEL/NOAA 1 Outline Stuff that we ve done Stuff that we d like to do 2 Dapper Web server that provides distributed

More information

BEYOND Ground Segment Facility The Hellenic Sentinel Data Hub (Mirror Site)

BEYOND Ground Segment Facility The Hellenic Sentinel Data Hub (Mirror Site) BEYOND Ground Segment Facility The Hellenic Sentinel Data Hub (Mirror Site) www.beyond-eocenter.eu The final BEYOND workshop, 17 May 2016 FP7-Regpot-2012-13-1 The 1st Collaborative Ground Segment (Mirror

More information

Implementing a Data Quality Strategy to simplify access to data

Implementing a Data Quality Strategy to simplify access to data Implementing a Quality Strategy to simplify access to data Kelsey Druken Implementing a Quality Strategy to simplify access to data Kelsey Druken, Claire Trenham, Lesley Wyborn, Ben Evans National Computational

More information

Yang, Lynnes, Holloway, Enloe and Min Category: Technical Note March Lessons Learned Regarding WCS Server Design and Implementation

Yang, Lynnes, Holloway, Enloe and Min Category: Technical Note March Lessons Learned Regarding WCS Server Design and Implementation Status of this RFC This RFC Technical Note provides information on lessons learned from an Open Geospatial Consortium (OGC) Web Coverage Service (WCS) server design and implementation. This RFC does not

More information

Modeling groups and Data Center Requirements. Session s Keynote. Sébastien Denvil, CNRS, Institut Pierre Simon Laplace (IPSL)

Modeling groups and Data Center Requirements. Session s Keynote. Sébastien Denvil, CNRS, Institut Pierre Simon Laplace (IPSL) Modeling groups and Data Center Requirements. Session s Keynote. Sébastien Denvil, CNRS, Institut Pierre Simon Laplace (IPSL) Outline Major constraints (requirements' DNA) Modeling center requirements/constraints

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

Introduction to HDF5

Introduction to HDF5 The HDF Group Introduction to HDF5 Quincey Koziol Director of Core Software & HPC The HDF Group October 15, 2014 Blue Waters Advanced User Workshop 1 Why HDF5? Have you ever asked yourself: How will I

More information

Global Voic Cutover

Global Voic Cutover Global Voicemail Cutover How Cisco IT Used Communications Plan to Ensure Smooth Cutover to Global Voicemail System A Cisco on Cisco Case Study: Inside Cisco IT 1 Overview Challenge Develop communications

More information

Adapting Software to NetCDF's Enhanced Data Model

Adapting Software to NetCDF's Enhanced Data Model Adapting Software to NetCDF's Enhanced Data Model Russ Rew UCAR Unidata EGU, May 2010 Overview Background What is netcdf? What is the netcdf classic data model? What is the netcdf enhanced data model?

More information

Existing Solutions. Operating data services: Climate Explorer ECA&D climate4impact.eu data.knmi.nl

Existing Solutions. Operating data services: Climate Explorer ECA&D climate4impact.eu data.knmi.nl Existing Solutions Operating data services: Climate Explorer ECA&D climate4impact.eu data.knmi.nl Wim Som de Cerff, KNMI R&D Observations and Data Technology sdecerff@knmi.nl Climate data services at KNMI

More information

High Performance Data Efficient Interoperability for Scientific Data

High Performance Data Efficient Interoperability for Scientific Data High Performance Data Efficient Interoperability for Scientific Data Alex Ip 1, Andrew Turner 1, Dr. David Lescinsky 1 1 Geoscience Australia, Canberra, Australia Problem: Legacy Data Formats holding us

More information

HDF Product Designer Documentation

HDF Product Designer Documentation HDF Product Designer Documentation Release 1.5.0 The HDF Group May 31, 2017 Contents 1 Contents: 3 1.1 Getting Started.............................................. 3 1.2 Usage...................................................

More information

QWG5 PAYLOAD DATA GROUND SEGMENT STATUS 09-10/05/2017 D. CLARIJS

QWG5 PAYLOAD DATA GROUND SEGMENT STATUS 09-10/05/2017 D. CLARIJS QWG5 PAYLOAD DATA GROUND SEGMENT STATUS 09-10/05/2017 D. CLARIJS PRESENTATION OUTLINE Data reception Processing Reprocessing Product distribution PR PRESENTATION OUTLINE Data reception Processing Reprocessing

More information

Implementing a Data Quality Strategy to simplify access to data

Implementing a Data Quality Strategy to simplify access to data IN43D-07 AGU Fall Meeting 2016 Implementing a Quality Strategy to simplify access to data Kelsey Druken, Claire Trenham, Ben Evans, Clare Richards, Jingbo Wang, & Lesley Wyborn National Computational Infrastructure,

More information

Key words: Data server, Geophysical fluid sciences, Visualization, Web application, Knowledge archive

Key words: Data server, Geophysical fluid sciences, Visualization, Web application, Knowledge archive Gfdnavi, Web-Based Data and Knowledge Server Software for Geophysical Fluid Sciences, Part I: Rationales, Stand-Alone Features, and Supporting Knowledge Documentation Linked to Data Takeshi Horinouchi

More information

Unidata and data-proximate analysis and visualization in the cloud

Unidata and data-proximate analysis and visualization in the cloud Unidata and data-proximate analysis and visualization in the cloud Mohan Ramamurthy and Many Unidata Staff 1 June 2017 Modeling in the Cloud Workshop Unidata: A program of the community, by the community,

More information

Summary of Publicly Released CIPS Data Versions.

Summary of Publicly Released CIPS Data Versions. Summary of Publicly Released CIPS Data Versions. Last Updated 13 May 2012 V3.11 - Baseline data version, available before July 2008 All CIPS V3.X data versions followed the data processing flow and data

More information

LaTiS! Data Access Service Architecture"

LaTiS! Data Access Service Architecture LaTiS! Data Access Service Architecture" Doug Lindholm Laboratory for Atmospheric and Space Physics University of Colorado Boulder UCAR SEA April 2013 Outline" Motivation LaTiS Data Model Scala API Service

More information

Cumulus Services Working Group. Dan Pilone SE TIM / August 2017

Cumulus Services Working Group. Dan Pilone SE TIM / August 2017 Cumulus Services Working Group Dan Pilone dan@element84.com SE TIM / August 2017 2 Reminder: Why are we doing this? 3 Background: Motivation for Cloud Growth of Mission Data & Processing: Projected rapid

More information

And now for something completely different

And now for something completely different And now for something completely different (data management?) HYCOM Data Management & Services Ashwanth Srinivasan (RSMAS) Steve Hankin (PMEL) A community of of contributors, including Peter Peter Cornillon,

More information

The A-Train Constellation

The A-Train Constellation The A-Train Constellation 9 June 2016 Ronald Boain JPL/Caltech/NASA What's in a Name? The A-Train Constellation is known by several names: P. M. Constellation P. M. stands for post meridiem giving reference

More information

Revision History. Applicable Documents

Revision History. Applicable Documents Revision History Version Date Revision History Remarks 1.0 2011.11-1.1 2013.1 Update of the processing algorithm of CAI Level 3 NDVI, which yields the NDVI product Ver. 01.00. The major updates of this

More information

Ocean, Atmosphere & Climate Model Assessment for Everyone

Ocean, Atmosphere & Climate Model Assessment for Everyone Ocean, Atmosphere & Climate Model Assessment for Everyone Rich Signell USGS Woods Hole, MA Unidata 2014 DeSouza Award Presentation Boulder, CO : Sep 15, 2014 2 US Integrated Ocean Observing System (IOOS

More information

Extreme Networks Software Lifecycle Management Key Dates

Extreme Networks Software Lifecycle Management Key Dates Management Key s Effective June 26, 2018 End-of-Engineering and End-of-Support dates are projected and are subject to change. Information is provided in accordance with and is subject to Extreme Networks

More information

Grid Scheduling Architectures with Globus

Grid Scheduling Architectures with Globus Grid Scheduling Architectures with Workshop on Scheduling WS 07 Cetraro, Italy July 28, 2007 Ignacio Martin Llorente Distributed Systems Architecture Group Universidad Complutense de Madrid 1/38 Contents

More information

Dataset Interoperability (formerly HDF5 Conventions) Working Group

Dataset Interoperability (formerly HDF5 Conventions) Working Group Dataset Interoperability (formerly HDF5 Conventions) Working Group Co-Chairs: Charlie Zender and Peter Leonard Ed Armstrong, Sean Bailey, Bill Emanual, Fan Feng, Doug Fowler, Ted Haberman, Beth Huffer,

More information

Introduction to FREE National Resources for Scientific Computing. Dana Brunson. Jeff Pummill

Introduction to FREE National Resources for Scientific Computing. Dana Brunson. Jeff Pummill Introduction to FREE National Resources for Scientific Computing Dana Brunson Oklahoma State University High Performance Computing Center Jeff Pummill University of Arkansas High Peformance Computing Center

More information

SEDA: An Architecture for Well-Conditioned, Scalable Internet Services

SEDA: An Architecture for Well-Conditioned, Scalable Internet Services SEDA: An Architecture for Well-Conditioned, Scalable Internet Services Matt Welsh, David Culler, and Eric Brewer Computer Science Division University of California, Berkeley Operating Systems Principles

More information

Concurrency-Optimized I/O For Visualizing HPC Simulations: An Approach Using Dedicated I/O Cores

Concurrency-Optimized I/O For Visualizing HPC Simulations: An Approach Using Dedicated I/O Cores Concurrency-Optimized I/O For Visualizing HPC Simulations: An Approach Using Dedicated I/O Cores Ma#hieu Dorier, Franck Cappello, Marc Snir, Bogdan Nicolae, Gabriel Antoniu 4th workshop of the Joint Laboratory

More information

MIT805 BIG DATA MAPREDUCE

MIT805 BIG DATA MAPREDUCE MIT805 BIG DATA MAPREDUCE Christoph Stallmann Department of Computer Science University of Pretoria Admin Part 2 & 3 of the assignment Team registrations Concept Roman Empire Concept Roman Empire Concept

More information

HDF Product Designer Documentation

HDF Product Designer Documentation HDF Product Designer Documentation Release 1.6.0 The HDF Group Dec 01, 2017 Contents 1 Contents: 3 1.1 Getting Started.............................................. 3 1.2 Usage...................................................

More information

Special Education Room and Board Reimbursement Claim User Guide

Special Education Room and Board Reimbursement Claim User Guide Special Education Room and Board Reimbursement Claim User Guide OVERVIEW The Special Education Room and Board Reimbursement Claim system accessed through the Illinois State Board of Education s (ISBE)

More information

SciSpark Tutorial 101

SciSpark Tutorial 101 SciSpark Tutorial 101 Introduction to Spark Super Cool Parallel Computing In-Memory Map-Reduce It Slices, It Dices, It Minces,... So Fast, You Won t Believe It!!! ORDER NOW!!! Agenda for 101: Intro. to

More information

Radiation Center Strategic Plan Mission, Vision, Goals and Strategies for Activities and Operations

Radiation Center Strategic Plan Mission, Vision, Goals and Strategies for Activities and Operations Radiation Center Strategic Plan 2012 Mission, Vision, Goals and Strategies for Activities and Operations July 2012 Radiation Center Strategic Plan 2012 Mission, Vision, Goals and Strategies for Activities

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

INTERTWinE workshop. Decoupling data computation from processing to support high performance data analytics. Nick Brown, EPCC

INTERTWinE workshop. Decoupling data computation from processing to support high performance data analytics. Nick Brown, EPCC INTERTWinE workshop Decoupling data computation from processing to support high performance data analytics Nick Brown, EPCC n.brown@epcc.ed.ac.uk Met Office NERC Cloud model (MONC) Uses Large Eddy Simulation

More information

Using the Eclipse Parallel Tools Platform in Support of Earth Sciences High Performance Computing

Using the Eclipse Parallel Tools Platform in Support of Earth Sciences High Performance Computing Using the Eclipse Parallel Tools Platform in Support of Earth Sciences High Performance Computing Jay Alameda National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign

More information

Product Versioning and Back Support Policy

Product Versioning and Back Support Policy Effective March 18, 2016 to Feb 1, 2017 Product Versioning and Back Support Policy Definitions Semantic Versioning Date Based Versioning Standard Support Extended Support End of Life Support Critical Security

More information

CX Firmware Release Notes

CX Firmware Release Notes Page 1 of 19 Table of Contents C2-640-GigE... 3 Firmware Rev 1.1.1 (released 14 th May, 2014)... 3 Firmware Rev 1.2.0 (released 18 th September, 2014)... 3 Firmware Rev 1.3.0 (released 24 th May, 2017)...

More information

NetCDF- Java Overview. John Caron Oct 29, 2010

NetCDF- Java Overview. John Caron Oct 29, 2010 NetCDF- Java Overview John Caron Oct 29, 2010 Contents Data Models / Shared Dimensions Coordinate Systems Feature Types NetCDF Markup Language (NcML) THREDDS Data Server (TDS) NetCDF- 3 data model MulMdimensional

More information

Thinking Beyond Search with Solr Understanding How Solr Can Help Your Business Scale. Magento Expert Consulting Group Webinar July 31, 2013

Thinking Beyond Search with Solr Understanding How Solr Can Help Your Business Scale. Magento Expert Consulting Group Webinar July 31, 2013 Thinking Beyond Search with Solr Understanding How Solr Can Help Your Business Scale Magento Expert Consulting Group Webinar July 31, 2013 The presenters Magento Expert Consulting Group Udi Shamay Head,

More information

NEST (Next ESA SAR Toolbox) 2C release demonstration

NEST (Next ESA SAR Toolbox) 2C release demonstration NEST (Next ESA SAR Toolbox) 2C release demonstration Andrea Minchella 1 July 2009 D3l1b CONTENTS - Brief introduction to the NEST project - Basic concepts 1. How accessing data: Product readers, Open Raster

More information

Madam Chair, the Secure World Foundation (SWF) extend our congratulations to you on your

Madam Chair, the Secure World Foundation (SWF) extend our congratulations to you on your Secure World Foundation Exchange of Views Statement United Nations Committee on the Peaceful Uses of Outer Space Scientific and Technical Subcommittee 31 January 2017 Madam Chair, the Secure World Foundation

More information

Greece s Collaborative Ground Segment Initiatives

Greece s Collaborative Ground Segment Initiatives Greece s Collaborative Ground Segment Initiatives Dr Haris KONTOES, Prof Kanaris Tsinganos National Observatory of Athens Dr Xenofon Tsilimparis, GRNET (GEANT) The oldest Greek/SE European Research Institution:

More information

Hyperspectral CHRIS Proba imagery over the area of Frascati and Tor Vergata: recent advances on radiometric correction and atmospheric calibration

Hyperspectral CHRIS Proba imagery over the area of Frascati and Tor Vergata: recent advances on radiometric correction and atmospheric calibration 4th CHRIS Proba workshop, 19 Semptember 2006 Tor Vergata University, Rome Hyperspectral CHRIS Proba imagery over the area of Frascati and Tor Vergata: recent advances on radiometric correction and atmospheric

More information

Steve Ansari *, Stephen Del Greco, Neal Lott NOAA National Climatic Data Center, Asheville, North Carolina 2. DATA

Steve Ansari *, Stephen Del Greco, Neal Lott NOAA National Climatic Data Center, Asheville, North Carolina 2. DATA 5A.1 THE WEATHER AND CLIMATE TOOLKIT Steve Ansari *, Stephen Del Greco, Neal Lott NOAA National Climatic Data Center, Asheville, North Carolina ABSTRACT The Weather and Climate Toolkit (WCT) is free, platform

More information

136 FERC 61,039 UNITED STATES OF AMERICA FEDERAL ENERGY REGULATORY COMMISSION. [Docket No. RM ] Smart Grid Interoperability Standards

136 FERC 61,039 UNITED STATES OF AMERICA FEDERAL ENERGY REGULATORY COMMISSION. [Docket No. RM ] Smart Grid Interoperability Standards 136 FERC 61,039 UNITED STATES OF AMERICA FEDERAL ENERGY REGULATORY COMMISSION [Docket No. RM11-2-000] Smart Grid Interoperability Standards (Issued July 19, 2011) AGENCY: Federal Energy Regulatory Commission.

More information

8A.4 An Exercise in Extending AWIPS II

8A.4 An Exercise in Extending AWIPS II 8A.4 An Exercise in Extending AWIPS II Jim Fluke*, J. Edwards* and X. Jing² NOAA Earth System Research Laboratory (ESRL), Boulder, CO, USA *Collaboration with the Cooperative Institute for Research in

More information