summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/title.html
blob: e04535349ec9b67f98e3a1ebdce28e5635d136d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<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>&nbsp;<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>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<BIG><B>NOTE:</B></BIG> &nbsp;  
This tutorial does NOT include the software needed to 
<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
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>