SlideShare a Scribd company logo
The HDF Group

Easy Access of NASA HDF
data via OPeNDAP
Kent Yang and Joe Lee
The HDF Group

September 28,2010

HDF/HDF-EOS Workshop XIV

1

www.hdfgroup.org
Easy

September 28,2010

HDF/HDF-EOS Workshop XIV

2

www.hdfgroup.org
Outline

• Introduction to OPeNDAP
• HDF4/5-OPeNDAP Handlers
• Live Demo

September 28,2010

HDF/HDF-EOS Workshop XIV

3

www.hdfgroup.org
OPeNDAP
• A software framework that allows simple access
to remote data
• Client-server model
• Servers make the local data accessible remotely
• Clients make applications easily access to remote
served data
• Widely used by Earth Science Community
• URL: http://www.opendap.org/

September 28,2010

HDF/HDF-EOS Workshop XIV

4

www.hdfgroup.org
Access HDF via FTP
Aqua/Aura
Users

IDL

AIRS/OMI
FTP

Local HDF
Files
September 28,2010

FTP
Clients

FTP
Servers
HDF/HDF-EOS Workshop XIV

HDF Files

5

www.hdfgroup.org
OPeNDAP Concept
Typical Remote Access

View Data
(User)

FTP/HTTP

Remote Data
(HDF4/5)

Visualization tools
Visualization
(e.g., grads)
Tools
(gradsdap)

Handler
(hdf4/5_handler)

Client Library
(libnc_dap)

Server
(Hyrax)

Data Access Protocol (DAP) via Internet
September 28,2010

HDF/HDF-EOS Workshop XIV

6

www.hdfgroup.org
Access HDF via OPeNDAP
Aqua/Aura

Users

IDV

HyraxHANDLER
HDF
AIRS/OMI

libnc-dap
DAP

Visualization
Tools
September 28,2010

OPeNDAP
Clients

OPeNDAP
Servers

HDF/HDF-EOS Workshop XIV

HDF Files

7

www.hdfgroup.org
OPeNDAP Data Types
• OPeNDAP provides three basic data objects:
- data descriptor structure (.dds)
syntactic metadata – rigid
- data attribute structure (.das)
semantic metadata – flexible
- data (.dods) - the actual data in a binary structure

• Data are requested with a URL

September 28,2010

HDF/HDF-EOS Workshop XIV

8

www.hdfgroup.org
OPeNDAP Servers

CODAR

netCDF HDF4/5 Matlab

Data

Data

CODAR

Data

netCDF

Tables

SQL

FITS

CDF

Data

Data

Data

Data

Data

Data

Matlab

HDF4/5

September 28,2010

Data

DSP

Flat
Binary

JGOFS

DSP

FITS

JDBC

HDF/HDF-EOS Workshop XIV

CEDAR

General

Data

Data

ESML

FreeFrom

CDF

CEDAR

9

www.hdfgroup.org
OPeNDAP Clients

netCDF C

Ferret

GrADS

September 28,2010

netCDF Java

IDV

VisAD

ncBrowse

Matlab
Client

IDL
Client

Matlab

IDL

HDF/HDF-EOS Workshop XIV

Access

10

Excel

www.hdfgroup.org
Outline

• Introduction to OPeNDAP
• HDF4/5-OPeNDAP Handlers
• Live Demo

September 28,2010

HDF/HDF-EOS Workshop XIV

11

www.hdfgroup.org
Enhanced HDF4 Handler
Enhanced HDF4 HANDLER

Aura

Users

IDV

MODIS Swath
w/ Dim. Map

Hyrax

libnc-dap
DAP

Visualization
Tools
September 28,2010

OPeNDAP
Clients

OPeNDAP
Servers

HDF/HDF-EOS Workshop XIV

HDF4 Files

12

www.hdfgroup.org
An example: Access HDF data via OPeNDAP

Swath with Dimension Map
September 28,2010

HDF/HDF-EOS Workshop XIV

13

www.hdfgroup.org
HDF-EOS2 Products Supported
• GES DISC
• AIRS / MERRA / TOMS

• LAADS / LP DAAC / NSIDC
• Many MODIS products

• NSIDC
• AMSR_E / NISE

• LaRC
• MISR / MOPITT / some CERES(TRMM)

September 28,2010

HDF/HDF-EOS Workshop XIV

14

www.hdfgroup.org
Pure HDF4 Products Supported
• GES DISC
• TRMM L1B, L2B Swath
• TRMM L3 Grid 42B & 43B products

• OBPG (Ocean Color)
• SeaWiFS / MODIST / MODISA
• CZCS / OCTS

September 28,2010

HDF/HDF-EOS Workshop XIV

15

www.hdfgroup.org
Pure HDF4 Products Supported
• CERES
•
•
•
•
•
•
•

September 28,2010

CER_AVG
CER_ES4
CER_ISCCP-D2like-Day
CER_ISCCP-D2like-GEO
CER_SRBAVG
CER_SYN
CER_ZAVG

HDF/HDF-EOS Workshop XIV

16

www.hdfgroup.org
Limitations
• Reasons for Visualization Failures
• IDV / Panoply / Java Heap Memory

• Network / DAP (e.g., max HTTP header size)
• Can’t retrieve key information correctly (e.g.,
LAMAZ projection) from data
• Unable to harmonize with CF-conventions (e.g.,
FillValue inside latitude and longitude)

September 28,2010

HDF/HDF-EOS Workshop XIV

17

www.hdfgroup.org
Limitations(continued)
• HDF-EOS2 + additional HDF4 objects
• Additional HDF4 objects will be ignored.

• The rest of pure HDF4 products not
listed in previous slides are not tested
and may not be visualized by Java
OPeNDAP Clients.

September 28,2010

HDF/HDF-EOS Workshop XIV

18

www.hdfgroup.org
HDF-EOS5 products Supported
• OMI Swath, Grid
• MLS/HIRDLS Swath
• TES Grid

September 28,2010

HDF/HDF-EOS Workshop XIV

19

www.hdfgroup.org
Learning Curve of accessing HDF data

NCL

From the ESIP wiki page:
http://wiki.esipfed.org/index.php/Making_Science_Data_Easier_to_Use_with_OPeNDAP
Making Science Data Easier to Use with OPeNDAP
September 28,2010

HDF/HDF-EOS Workshop XIV

20

www.hdfgroup.org
Live Demo

September 28,2010

HDF/HDF-EOS Workshop XIV

21

www.hdfgroup.org
OPeNDAP HDF4/HDF5 handlers
• Source codes and RPMs can be found under
http://opendap.org
• Demo HDF5/HDF4 servers
http://hdfeos.org/zoo/hdf5_handler/
http://hdfeos.org/zoo/hdf5_handler/
• Currently NASA GES DISC has installed both
OPeNDAP HDF4 and HDF5 handlers

September 28,2010

HDF/HDF-EOS Workshop XIV

22

www.hdfgroup.org
The HDF Group

Thank you !

September 28,2010

HDF/HDF-EOS Workshop XIV

23

www.hdfgroup.org
Acknowledgements
This work was supported by cooperative agreement
number NNX08AO77A from the National
Aeronautics and Space Administration (NASA).
Any opinions, findings, conclusions, or
recommendations expressed in this material are
those of the author[s] and do not necessarily reflect
the views of the National Aeronautics and Space
Administration.

September 28,2010

HDF/HDF-EOS Workshop XIV

24

www.hdfgroup.org
The HDF Group

Questions/comments?

September 28,2010

HDF/HDF-EOS Workshop XIV

25

www.hdfgroup.org
Our Work
• Let Visualization Clients Access HDFEOS2 and HDF4 files

September 28,2010

HDF/HDF-EOS Workshop XIV

26

www.hdfgroup.org
HDF5-OPeNDAP Handler Update

• Support Aura HDF-EOS5 OMI Swath
• Access some files that follow HDF5
Dimension Scale Specification

• Support Aura HDF-EOS5 MLS

September 28,2010

HDF/HDF-EOS Workshop XIV

27

www.hdfgroup.org

More Related Content

PPTX
Parallel HDF5 Developments
PPTX
Easy Remote Access Via OPeNDAP
PPT
HDF-EOS to GeoTIFF Conversion Tool & HDF-EOS Plug-in for HDFView
PPTX
Usage of NCL, IDL, and MATLAB to access NASA HDF4/HDF-EOS2/HDF-EOS5 data
PPT
Visualizing and Analyzing HDF-EOS5 and HDF5 data with NCL
Parallel HDF5 Developments
Easy Remote Access Via OPeNDAP
HDF-EOS to GeoTIFF Conversion Tool & HDF-EOS Plug-in for HDFView
Usage of NCL, IDL, and MATLAB to access NASA HDF4/HDF-EOS2/HDF-EOS5 data
Visualizing and Analyzing HDF-EOS5 and HDF5 data with NCL

What's hot (20)

PPSX
HDFEOS.org User Analsys, Updates, and Future
PPSX
NASA HDF/HDF-EOS Data for Dummies (and Developers)
PPT
HDF-EOS 2/5 to netCDF Converter
PPTX
Interoperability with netCDF-4 - Experience with NPP and HDF-EOS5 products
PPT
Status of HDF-EOS, Related Software and Tools
PPTX
HDF & HDF-EOS Data & Support at NSIDC
PPTX
PPTX
HDF and netCDF Data Support in ArcGIS
PPT
PDF
Using IDL with Suomi NPP VIIRS Data
PPSX
Apache Drill and Unidata THREDDS Data Server for NASA HDF-EOS on S3
PPT
Status of HDF-EOS, Related Software and Tools
PPTX
HDF Group Support for NPP/NPOESS/JPSS
PPTX
Efficiently serving HDF5 via OPeNDAP
PPT
PPTX
HDF - Current status and Future Directions
PPTX
Bridging ICESat and ICESat-2 Standard Data Products
PPTX
HDF OPeNDAP Project Update and Demo
PPTX
HDF5 and Ecosystem: What Is New?
HDFEOS.org User Analsys, Updates, and Future
NASA HDF/HDF-EOS Data for Dummies (and Developers)
HDF-EOS 2/5 to netCDF Converter
Interoperability with netCDF-4 - Experience with NPP and HDF-EOS5 products
Status of HDF-EOS, Related Software and Tools
HDF & HDF-EOS Data & Support at NSIDC
HDF and netCDF Data Support in ArcGIS
Using IDL with Suomi NPP VIIRS Data
Apache Drill and Unidata THREDDS Data Server for NASA HDF-EOS on S3
Status of HDF-EOS, Related Software and Tools
HDF Group Support for NPP/NPOESS/JPSS
Efficiently serving HDF5 via OPeNDAP
HDF - Current status and Future Directions
Bridging ICESat and ICESat-2 Standard Data Products
HDF OPeNDAP Project Update and Demo
HDF5 and Ecosystem: What Is New?
Ad

Similar to Easy Access of NASA HDF data via OPeNDAP (20)

PPT
HDF OPeNDAP project update and demo
PPTX
HDF5 OPeNDAP project update and demo
PPT
The New HDF-EOS WebSite - How it can help you
PPTX
Improving long-term preservation of EOS data by independently mapping HDF4 da...
PPTX
Support for NPP/NPOESS/JPSS by The HDF Group
PPT
Access HDF5 Datasets via OPeNDAP's Data Access Protocol (DAP)
PPTX
HDF Project Status and Plans
PPT
Ensuring Long Term Access to Remotely Sensed HDF4 Data with Layout Maps
PPT
HDFView and HDF Java Products
PDF
HDF-EOS Subsetting: HEW and other tools
PPT
HDF Status and Development
PDF
DEEP: a user success story
HDF OPeNDAP project update and demo
HDF5 OPeNDAP project update and demo
The New HDF-EOS WebSite - How it can help you
Improving long-term preservation of EOS data by independently mapping HDF4 da...
Support for NPP/NPOESS/JPSS by The HDF Group
Access HDF5 Datasets via OPeNDAP's Data Access Protocol (DAP)
HDF Project Status and Plans
Ensuring Long Term Access to Remotely Sensed HDF4 Data with Layout Maps
HDFView and HDF Java Products
HDF-EOS Subsetting: HEW and other tools
HDF Status and Development
DEEP: a user success story
Ad

More from The HDF-EOS Tools and Information Center (20)

PDF
HDF5 2.0: Cloud Optimized from the Start
PDF
Using a Hierarchical Data Format v5 file as Zarr v3 Shard
PDF
Cloud-Optimized HDF5 Files - Current Status
PDF
Cloud Optimized HDF5 for the ICESat-2 mission
PPTX
Access HDF Data in the Cloud via OPeNDAP Web Service
PPTX
Upcoming New HDF5 Features: Multi-threading, sparse data storage, and encrypt...
PPTX
The State of HDF5 / Dana Robinson / The HDF Group
PDF
Cloud-Optimized HDF5 Files
PDF
Accessing HDF5 data in the cloud with HSDS
PPTX
Highly Scalable Data Service (HSDS) Performance Features
PDF
Creating Cloud-Optimized HDF5 Files
PPTX
HDF5 OPeNDAP Handler Updates, and Performance Discussion
PPTX
Hyrax: Serving Data from S3
PPSX
Accessing Cloud Data and Services Using EDL, Pydap, MATLAB
PDF
HDF - Current status and Future Directions
PDF
H5Coro: The Cloud-Optimized Read-Only Library
PPTX
MATLAB Modernization on HDF5 1.10
PPTX
HDF for the Cloud - Serverless HDF
PPTX
HDF for the Cloud - New HDF Server Features
HDF5 2.0: Cloud Optimized from the Start
Using a Hierarchical Data Format v5 file as Zarr v3 Shard
Cloud-Optimized HDF5 Files - Current Status
Cloud Optimized HDF5 for the ICESat-2 mission
Access HDF Data in the Cloud via OPeNDAP Web Service
Upcoming New HDF5 Features: Multi-threading, sparse data storage, and encrypt...
The State of HDF5 / Dana Robinson / The HDF Group
Cloud-Optimized HDF5 Files
Accessing HDF5 data in the cloud with HSDS
Highly Scalable Data Service (HSDS) Performance Features
Creating Cloud-Optimized HDF5 Files
HDF5 OPeNDAP Handler Updates, and Performance Discussion
Hyrax: Serving Data from S3
Accessing Cloud Data and Services Using EDL, Pydap, MATLAB
HDF - Current status and Future Directions
H5Coro: The Cloud-Optimized Read-Only Library
MATLAB Modernization on HDF5 1.10
HDF for the Cloud - Serverless HDF
HDF for the Cloud - New HDF Server Features

Recently uploaded (20)

PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
cuic standard and advanced reporting.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
KodekX | Application Modernization Development
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Approach and Philosophy of On baking technology
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Encapsulation theory and applications.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
A Presentation on Artificial Intelligence
Reach Out and Touch Someone: Haptics and Empathic Computing
“AI and Expert System Decision Support & Business Intelligence Systems”
Review of recent advances in non-invasive hemoglobin estimation
20250228 LYD VKU AI Blended-Learning.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
cuic standard and advanced reporting.pdf
Understanding_Digital_Forensics_Presentation.pptx
KodekX | Application Modernization Development
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Approach and Philosophy of On baking technology
NewMind AI Weekly Chronicles - August'25 Week I
NewMind AI Monthly Chronicles - July 2025
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Digital-Transformation-Roadmap-for-Companies.pptx
Encapsulation theory and applications.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Chapter 3 Spatial Domain Image Processing.pdf
A Presentation on Artificial Intelligence

Easy Access of NASA HDF data via OPeNDAP

  • 1. The HDF Group Easy Access of NASA HDF data via OPeNDAP Kent Yang and Joe Lee The HDF Group September 28,2010 HDF/HDF-EOS Workshop XIV 1 www.hdfgroup.org
  • 3. Outline • Introduction to OPeNDAP • HDF4/5-OPeNDAP Handlers • Live Demo September 28,2010 HDF/HDF-EOS Workshop XIV 3 www.hdfgroup.org
  • 4. OPeNDAP • A software framework that allows simple access to remote data • Client-server model • Servers make the local data accessible remotely • Clients make applications easily access to remote served data • Widely used by Earth Science Community • URL: http://www.opendap.org/ September 28,2010 HDF/HDF-EOS Workshop XIV 4 www.hdfgroup.org
  • 5. Access HDF via FTP Aqua/Aura Users IDL AIRS/OMI FTP Local HDF Files September 28,2010 FTP Clients FTP Servers HDF/HDF-EOS Workshop XIV HDF Files 5 www.hdfgroup.org
  • 6. OPeNDAP Concept Typical Remote Access View Data (User) FTP/HTTP Remote Data (HDF4/5) Visualization tools Visualization (e.g., grads) Tools (gradsdap) Handler (hdf4/5_handler) Client Library (libnc_dap) Server (Hyrax) Data Access Protocol (DAP) via Internet September 28,2010 HDF/HDF-EOS Workshop XIV 6 www.hdfgroup.org
  • 7. Access HDF via OPeNDAP Aqua/Aura Users IDV HyraxHANDLER HDF AIRS/OMI libnc-dap DAP Visualization Tools September 28,2010 OPeNDAP Clients OPeNDAP Servers HDF/HDF-EOS Workshop XIV HDF Files 7 www.hdfgroup.org
  • 8. OPeNDAP Data Types • OPeNDAP provides three basic data objects: - data descriptor structure (.dds) syntactic metadata – rigid - data attribute structure (.das) semantic metadata – flexible - data (.dods) - the actual data in a binary structure • Data are requested with a URL September 28,2010 HDF/HDF-EOS Workshop XIV 8 www.hdfgroup.org
  • 9. OPeNDAP Servers CODAR netCDF HDF4/5 Matlab Data Data CODAR Data netCDF Tables SQL FITS CDF Data Data Data Data Data Data Matlab HDF4/5 September 28,2010 Data DSP Flat Binary JGOFS DSP FITS JDBC HDF/HDF-EOS Workshop XIV CEDAR General Data Data ESML FreeFrom CDF CEDAR 9 www.hdfgroup.org
  • 10. OPeNDAP Clients netCDF C Ferret GrADS September 28,2010 netCDF Java IDV VisAD ncBrowse Matlab Client IDL Client Matlab IDL HDF/HDF-EOS Workshop XIV Access 10 Excel www.hdfgroup.org
  • 11. Outline • Introduction to OPeNDAP • HDF4/5-OPeNDAP Handlers • Live Demo September 28,2010 HDF/HDF-EOS Workshop XIV 11 www.hdfgroup.org
  • 12. Enhanced HDF4 Handler Enhanced HDF4 HANDLER Aura Users IDV MODIS Swath w/ Dim. Map Hyrax libnc-dap DAP Visualization Tools September 28,2010 OPeNDAP Clients OPeNDAP Servers HDF/HDF-EOS Workshop XIV HDF4 Files 12 www.hdfgroup.org
  • 13. An example: Access HDF data via OPeNDAP Swath with Dimension Map September 28,2010 HDF/HDF-EOS Workshop XIV 13 www.hdfgroup.org
  • 14. HDF-EOS2 Products Supported • GES DISC • AIRS / MERRA / TOMS • LAADS / LP DAAC / NSIDC • Many MODIS products • NSIDC • AMSR_E / NISE • LaRC • MISR / MOPITT / some CERES(TRMM) September 28,2010 HDF/HDF-EOS Workshop XIV 14 www.hdfgroup.org
  • 15. Pure HDF4 Products Supported • GES DISC • TRMM L1B, L2B Swath • TRMM L3 Grid 42B & 43B products • OBPG (Ocean Color) • SeaWiFS / MODIST / MODISA • CZCS / OCTS September 28,2010 HDF/HDF-EOS Workshop XIV 15 www.hdfgroup.org
  • 16. Pure HDF4 Products Supported • CERES • • • • • • • September 28,2010 CER_AVG CER_ES4 CER_ISCCP-D2like-Day CER_ISCCP-D2like-GEO CER_SRBAVG CER_SYN CER_ZAVG HDF/HDF-EOS Workshop XIV 16 www.hdfgroup.org
  • 17. Limitations • Reasons for Visualization Failures • IDV / Panoply / Java Heap Memory • Network / DAP (e.g., max HTTP header size) • Can’t retrieve key information correctly (e.g., LAMAZ projection) from data • Unable to harmonize with CF-conventions (e.g., FillValue inside latitude and longitude) September 28,2010 HDF/HDF-EOS Workshop XIV 17 www.hdfgroup.org
  • 18. Limitations(continued) • HDF-EOS2 + additional HDF4 objects • Additional HDF4 objects will be ignored. • The rest of pure HDF4 products not listed in previous slides are not tested and may not be visualized by Java OPeNDAP Clients. September 28,2010 HDF/HDF-EOS Workshop XIV 18 www.hdfgroup.org
  • 19. HDF-EOS5 products Supported • OMI Swath, Grid • MLS/HIRDLS Swath • TES Grid September 28,2010 HDF/HDF-EOS Workshop XIV 19 www.hdfgroup.org
  • 20. Learning Curve of accessing HDF data NCL From the ESIP wiki page: http://wiki.esipfed.org/index.php/Making_Science_Data_Easier_to_Use_with_OPeNDAP Making Science Data Easier to Use with OPeNDAP September 28,2010 HDF/HDF-EOS Workshop XIV 20 www.hdfgroup.org
  • 21. Live Demo September 28,2010 HDF/HDF-EOS Workshop XIV 21 www.hdfgroup.org
  • 22. OPeNDAP HDF4/HDF5 handlers • Source codes and RPMs can be found under http://opendap.org • Demo HDF5/HDF4 servers http://hdfeos.org/zoo/hdf5_handler/ http://hdfeos.org/zoo/hdf5_handler/ • Currently NASA GES DISC has installed both OPeNDAP HDF4 and HDF5 handlers September 28,2010 HDF/HDF-EOS Workshop XIV 22 www.hdfgroup.org
  • 23. The HDF Group Thank you ! September 28,2010 HDF/HDF-EOS Workshop XIV 23 www.hdfgroup.org
  • 24. Acknowledgements This work was supported by cooperative agreement number NNX08AO77A from the National Aeronautics and Space Administration (NASA). Any opinions, findings, conclusions, or recommendations expressed in this material are those of the author[s] and do not necessarily reflect the views of the National Aeronautics and Space Administration. September 28,2010 HDF/HDF-EOS Workshop XIV 24 www.hdfgroup.org
  • 25. The HDF Group Questions/comments? September 28,2010 HDF/HDF-EOS Workshop XIV 25 www.hdfgroup.org
  • 26. Our Work • Let Visualization Clients Access HDFEOS2 and HDF4 files September 28,2010 HDF/HDF-EOS Workshop XIV 26 www.hdfgroup.org
  • 27. HDF5-OPeNDAP Handler Update • Support Aura HDF-EOS5 OMI Swath • Access some files that follow HDF5 Dimension Scale Specification • Support Aura HDF-EOS5 MLS September 28,2010 HDF/HDF-EOS Workshop XIV 27 www.hdfgroup.org

Editor's Notes

  • #3: The Earth Observing System Project Science Office -> eospso.gsfc.nasa.gov (Information about Earth Observing System)SDP Toolkit/HDF-EOS: http://newsroom.gsfc.nasa.gov/sdptoolkit/toolkit.html HDF Group website: http://hdfgroup.orgBut HDF-EOS Tools and Information Center http://hdfeos.org or http://hdfeos.net Screenshot of http://hdfeos.orgExplain two reasons for this work:We’ve done this work in the past few months.Some information of tools are out of date. Need to be updated.Requests for more information such as examples.
  • #6: When it comes to the network access of data, people think of this manner.OPeNDAP is an open implementation of easy data access through visualization tools like IDV.Our work bridges the existing OPeNDAP framework and HDF so that visualization is possible over the Internet.
  • #8: For people who are not familiar with OPeNDAP, I’ll explain how OPeNDAP works with HDF.OPeNDAP is an open implementation of easy data access through visualization tools like IDV.Our work bridges the existing OPeNDAP framework and HDF so that visualization is possible over the Internet.
  • #13: I will quickly go over hdf5 handler update.First, I’ll describe the problems of the old handlers and then what we did, limitations of our solution and future work.HE2 to EOS2.
  • #14: Here’s one proof that using HDF-EOS2 library really helps to visualize something that wasn’t possible with a parser-based solution.
  • #15: We have summarized the top 7 reasons why some HDF-EOS will fail.We also listed some sample files that will not work with HDF4 handler.Here are screenshots of website.Make animation – screen shots in between texts.
  • #16: We have summarized the top 7 reasons why some HDF-EOS will fail.We also listed some sample files that will not work with HDF4 handler.Here are screenshots of website.Make animation – screen shots in between texts.
  • #17: We have summarized the top 7 reasons why some HDF-EOS will fail.We also listed some sample files that will not work with HDF4 handler.Here are screenshots of website.Make animation – screen shots in between texts.
  • #18: We have summarized the top 7 reasons why some HDF-EOS will fail.We also listed some sample files that will not work with HDF4 handler.Here are screenshots of website.Make animation – screen shots in between texts.
  • #19: We have summarized the top 7 reasons why some HDF-EOS will fail.We also listed some sample files that will not work with HDF4 handler.Here are screenshots of website.Make animation – screen shots in between texts.
  • #22: IDV Examples from hdfeos.org.Demo server from hdfgroup.org.
  • #23: We have summarized the top 7 reasons why some HDF-EOS will fail.We also listed some sample files that will not work with HDF4 handler.Here are screenshots of website.Make animation – screen shots in between texts.
  • #27: Therefore, our primary goal is to enhance it so that it can visualize data instantly.
  • #28: For HDF5 handler, we added support for some OMI swath file.Next, we added a support for some files that follow HDF5 dimension scale models.Finally, we changed short name option. This helps GrADs users to visualize data more quickly using the simple ‘sdfopen’ command.