mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
d7e3f64c25
Purpose: fix broken ncsa image link
106 lines
3.2 KiB
HTML
106 lines
3.2 KiB
HTML
<HTML><HEAD>
|
|
<TITLE>HDF5 Tutorial
|
|
</TITLE>
|
|
</HEAD>
|
|
|
|
<body bgcolor="#ffffff">
|
|
|
|
<!-- BEGIN MAIN BODY -->
|
|
|
|
|
|
<h1> <A HREF="http://hdf.ncsa.uiuc.edu/whatishdf5.html">
|
|
<img align=left border=0 src="bighdf2sp.JPG" alt="What is HDF5?"></A>
|
|
<BIG><BIG><BIG> <FONT COLOR="#c101cd">HDF5 Tutorial</FONT>
|
|
</BIG></BIG></BIG></H1>
|
|
|
|
|
|
|
|
<hr noshade size=1>
|
|
<CENTER>
|
|
<FONT SIZE="3" FACE="arial,helvetica" COLOR="#c80028">
|
|
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/index.html">Home</A> <B>]</B>
|
|
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/hdfindex.html">Index</A> <B>]</B>
|
|
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/products.html">Products</A> <B>]</B>
|
|
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/newsletters.html">Newsletters</A> <B>]</B>
|
|
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/docs.html">Documentation</A> <B>]</B>
|
|
<BR>
|
|
|
|
</FONT>
|
|
<BR>
|
|
</CENTER>
|
|
|
|
<BR CLEAR=ALL><BR>
|
|
<BODY>
|
|
|
|
<BIG><B>NOTE:</B></BIG>
|
|
This tutorial does NOT include the software needed to
|
|
<BR>
|
|
|
|
compile the examples. You will need to
|
|
<A HREF="./software.html">obtain</A> it first.
|
|
|
|
<H2>Contents:</H2>
|
|
<H3>Introductory Topics</H3>
|
|
<OL>
|
|
<LI><A HREF="intro.html">Introduction</A>
|
|
<LI><A HREF="fileorg.html">HDF5 File Organization</A>
|
|
<LI><A HREF="api.html">The HDF5 API</A>
|
|
<LI><A HREF="crtfile.html">Creating an HDF5 File</A>
|
|
<LI><A HREF="crtdat.html">Creating a Dataset</A>
|
|
<LI><A HREF="rdwt.html">Reading from or Writing to a Dataset</A>
|
|
<LI><A HREF="crtatt.html">Creating an Attribute</A>
|
|
<LI><A HREF="crtgrp.html">Creating a Group</A>
|
|
<LI><A HREF="crtgrpar.html">Creating Groups Using Absolute and
|
|
Relative Names</A>
|
|
<LI><A HREF="crtgrpd.html">Creating Datasets in Groups</A>
|
|
</OL>
|
|
<UL>
|
|
<A HREF="questions.html">Questions</A><BR>
|
|
<A HREF="answers.html">Answers</A><BR>
|
|
</UL>
|
|
<H3>Advanced Topics</H3>
|
|
<UL>
|
|
<LI><A HREF="property.html">Property Lists</A>
|
|
<LI><A HREF="compound.html">Compound Datatypes</A>
|
|
<LI><A HREF="select.html">Dataspace Selection - Hyperslab</A>
|
|
<LI><A HREF="selectc.html">Dataspace Selection - Individual Points</A>
|
|
<LI><A HREF="reftoobj.html">References to Objects</A>
|
|
<LI><A HREF="reftoreg.html">References to Dataset Regions</A>
|
|
<LI><A HREF="extend.html">Chunking and Extendible Datasets</A>
|
|
<LI><A HREF="mount.html">Mounting Files</A>
|
|
<LI><A HREF="iterate.html">Group Iteration</A>
|
|
</UL>
|
|
<P>
|
|
<A HREF="util.html">HDF5 Utilities - h5ls/h5dump</A><BR>
|
|
<A HREF="glossary.html">Glossary</A><BR>
|
|
<A HREF="references.html">References</A><BR>
|
|
<A HREF="examples/">Example Programs from this Tutorial</A> <BR>
|
|
</OL>
|
|
|
|
|
|
<!-- BEGIN FOOTER INFO -->
|
|
|
|
<P><hr noshade size=1>
|
|
<font face="arial,helvetica" size="-1">
|
|
<a href="http://www.ncsa.uiuc.edu/"><img border=0
|
|
src="footer-ncsalogo.gif"
|
|
width=78 height=27 alt="NCSA"><br>
|
|
The National Center for Supercomputing Applications</A><br>
|
|
<a href="http://www.uiuc.edu/">University of Illinois
|
|
at Urbana-Champaign</a><br>
|
|
<br>
|
|
<!-- <A HREF="helpdesk.mail.html"> -->
|
|
<A HREF="mailto:hdfhelp@ncsa.uiuc.edu">
|
|
hdfhelp@ncsa.uiuc.edu</A>
|
|
<BR> <H6>Last Modified: June 23, 2001</H6><BR>
|
|
<!-- modified by Barbara Jones - bljones@ncsa.uiuc.edu -->
|
|
</FONT>
|
|
<BR>
|
|
<!-- <A HREF="mailto:hdfhelp@ncsa.uiuc.edu"> -->
|
|
|
|
</BODY>
|
|
</HTML>
|
|
|
|
|
|
|