summaryrefslogtreecommitdiffstats
path: root/_view_tools_convert.html
diff options
context:
space:
mode:
authorbyrnHDF <byrnHDF@users.noreply.github.com>2023-11-02 14:13:10 (GMT)
committerbyrnHDF <byrnHDF@users.noreply.github.com>2023-11-02 14:13:10 (GMT)
commit4f093d1140ffd9b90559b62162ba23789e421e0a (patch)
tree4a6ec26c10acb158c549d0130bf3201d3f4d1eb1 /_view_tools_convert.html
parent2946facef1de0cc969dc422a748575ee2eafb09d (diff)
downloadhdf5-4f093d1140ffd9b90559b62162ba23789e421e0a.zip
hdf5-4f093d1140ffd9b90559b62162ba23789e421e0a.tar.gz
hdf5-4f093d1140ffd9b90559b62162ba23789e421e0a.tar.bz2
deploy: 61982b60fd5e3a29044a1cdd1931b0ab9f96dec1
Diffstat (limited to '_view_tools_convert.html')
-rw-r--r--_view_tools_convert.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_view_tools_convert.html b/_view_tools_convert.html
index b32f055..36b9ee8 100644
--- a/_view_tools_convert.html
+++ b/_view_tools_convert.html
@@ -37,7 +37,7 @@
<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.64e239c</span>
+ &#160;<span id="projectnumber">1.15.0.61982b6</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
@@ -252,7 +252,7 @@ Export from h5dump and Import into HDF5</h1>
<div class="line"> }</div>
<div class="line">}</div>
<div class="line">}</div>
-</div><!-- fragment --><p>The second example imports string data. The example program that creates this file can be downloaded from the <a href="https://portal.hdfgroup.org/display/HDF5/Examples+by+API">Examples by API</a> page.</p>
+</div><!-- fragment --><p>The second example imports string data. The example program that creates this file can be downloaded from the <a class="el" href="_ex_a_p_i.html">Examples by API</a> page.</p>
<p>Note that string data requires use of the <code style="background-color:whitesmoke;">h5dump -y</code> option to exclude indexes and the <code style="background-color:whitesmoke;">h5dump &ndash;width=1</code> option to generate a single column of strings. The <code style="background-color:whitesmoke;">-o</code> option outputs the data into an ASCII file. </p><div class="fragment"><div class="line">h5dump -p -d <span class="stringliteral">&quot;/DS1&quot;</span> -O vlstring.dmp -o vlstring.ascii -y --width=1 h5ex_t_vlstring.h5</div>
<div class="line">h5import vlstring.ascii -c vlstring.dmp -o <span class="keyword">new</span>-vlstring.h5</div>
</div><!-- fragment --><p>The output before and after running these commands is shown below: </p><div class="fragment"><div class="line">$ h5dump h5ex_t_vlstring.h5</div>