Files
hdf5/_getting_started.html
T
2023-11-04 00:47:13 +00:00

164 lines
8.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>HDF5: Getting Started with HDF5</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="hdf5doxy.css" rel="stylesheet" type="text/css">
<!-- <link href="hdf5doxy.css" rel="stylesheet" type="text/css"/>
-->
<script type="text/javascript" src="hdf5_navtree_hacks.js"></script>
</head>
<body>
<div style="background:#FFDDDD;font-size:120%;text-align:center;margin:0;padding:5px">Please, help us to better serve our user community by answering the following short survey: <a href="https://www.hdfgroup.org/website-survey/">https://www.hdfgroup.org/website-survey/</a></div>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="HDFG-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="https://www.hdfgroup.org">HDF5</a>
&#160;<span id="projectnumber">1.15.0.6a3c859</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.svg"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('_getting_started.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="PageDoc"><div class="header">
<div class="headertitle">
<div class="title">Getting Started with HDF5 </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>Navigate back: <a class="el" href="index.html">Main</a> </p><hr />
<h1><a class="anchor" id="sec_learn"></a>
Learning HDF5</h1>
<p>There are several resources for learning about HDF5. The HDF Group provides an on-line HDF5 tutorial, documentation, examples, and videos. There are also tutorials provided by other organizations that are very useful for learning about HDF5.</p>
<h2><a class="anchor" id="subsec_learn_intro"></a>
The HDF Group Resources</h2>
<p>For a quick introduction to HDF5 see the following: </p><table class="doxtable">
<tr>
<td style="background-color:#F5F5F5"><a class="el" href="_intro_h_d_f5.html">Introduction to HDF5</a> </td><td>A very brief introduction to HDF5 and the HDF5 programming model and APIs </td></tr>
<tr>
<td style="background-color:#F5F5F5"><a class="el" href="_learn_h_d_f_view.html">Learning HDF5 with HDFView</a> </td><td>A tutorial for learning how to use HDFView. NO programming involved! </td></tr>
<tr>
<td style="background-color:#F5F5F5"><a class="el" href="_learn_basics.html">Learning the Basics</a> </td><td>Step by step instructions for learning HDF5 that include programming examples </td></tr>
</table>
<h2><a class="anchor" id="subsec_learn_tutor"></a>
The HDF Group Tutorials and Examples</h2>
<p>These tutorials and examples are available for learning about the HDF5 High Level APIs, tools, Parallel HDF5, and the HDF5-1.10 VDS and SWMR new features: </p><table class="doxtable">
<tr>
<td style="background-color:#F5F5F5"><a href="https://portal.hdfgroup.org/display/HDF5/Introduction+to+the+HDF5+High+Level+APIs">Using the High Level APIs</a> </td><td><a class="el" href="group___h5_l_t.html">HDF5 Lite APIs (H5LT,H5LD)</a> <a class="el" href="group___h5_i_m.html">HDF5 Images API (H5IM)</a> <a class="el" href="group___h5_t_b.html">HDF5 Table APIs (H5TB)</a> <a class="el" href="group___h5_p_t.html">HDF5 Packet Table APIs (H5PT)</a> <a class="el" href="group___h5_d_s.html">HDF5 Dimension Scales APIs (H5DS)</a> </td></tr>
<tr>
<td style="background-color:#F5F5F5"><a class="el" href="_intro_par_h_d_f5.html">A Brief Introduction to Parallel HDF5</a> </td><td>A brief introduction to Parallel HDF5. If you are new to HDF5 please see the <a class="el" href="_learn_basics.html">Learning the Basics</a> topic first. </td></tr>
<tr>
<td style="background-color:#F5F5F5"><a class="el" href="_view_tools.html">Tools for Viewing and Editing HDF5 Files</a> </td><td><ul>
<li><a class="el" href="_learn_h_d_f_view.html">Learning HDF5 with HDFView</a> </li>
<li><a class="el" href="_view_tools_command.html">Command-line Tools</a> </li>
<li><a class="el" href="_view_tools_j_p_s_s.html">Use Case: Examining a JPSS NPP File With HDF5 Tools</a> </li>
</ul>
</td></tr>
<tr>
<td style="background-color:#F5F5F5">HDF5-1.10 New Features </td><td><ul>
<li><a href="https://portal.hdfgroup.org/display/HDF5/Introduction+to+the+Virtual+Dataset++-+VDS">Introduction to the Virtual Dataset - VDS</a> </li>
<li><a href="https://portal.hdfgroup.org/pages/viewpage.action?pageId=48812567">Introduction to Single-Writer/Multiple-Reader (SWMR)</a> </li>
</ul>
</td></tr>
<tr>
<td style="background-color:#F5F5F5">Example Programs </td><td><a class="el" href="_h_d_f5_examples.html">HDF5 Examples</a> </td></tr>
<tr>
<td style="background-color:#F5F5F5">Videos </td><td><ul>
<li><a href="https://www.youtube.com/watch?v=BAjsCldRMMc">Introduction to HDF5</a> </li>
<li><a href="https://www.youtube.com/watch?v=qrI27pI0P1E">Parallel HDF5</a> </li>
</ul>
</td></tr>
</table>
<hr />
<p> Navigate back: <a class="el" href="index.html">Main</a> </p>
</div></div><!-- contents -->
</div><!-- PageDoc -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.1 </li>
</ul>
</div>
</body>
</html>