Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 8d36891d97a147191b29e78a26405701 > files > 89

hdfview-2.9-4.mga4.noarch.rpm

<?php 
include ("../../links.php"); 
include ("../../includes/header.html"); 
?>

<fieldset>
<h1><center>HDFView</center></h1>
</fieldset>

<hr>

<table width="100%">
  <tr>
  <td valign="top">
<b>HDFView</b> is a visual tool for browsing and editing HDF4 and HDF5 files.
Using HDFView, you can
<ul class="ul">
<li>view a file hierarchy in a tree structure
<li>create new file, add or delete groups and datasets
<li>view and modify the content of a dataset
<li>add, delete and modify attributes
<li>replace I/O and GUI components such as table view, image view and metadata view
</ul>

<dl>
  <dt><a href="UsersGuide/ug01introduction.html#ug01release">About This Release</a></dt>
  <dd>- new features and major changes of the latest version</dd>
  <dt><a href="UsersGuide/index.html">the User's Guide</a></dt>
  <dd>- information on how to use the HDFView</dd>
  <dt><a href="ModularGuide/index.html">the Module Guide</a> </dt>
  <dd>- instruction on how to implement HDFView modules</dd>
</dl>
</td>

<td align="right">
  <img src="hdfview.gif"> 
</td>

</tr>
</table>
<hr>
 

<a name="download_hdfview"></a><h3>Download HDFView 2.9</h3>
<p />
    <table cellSpacing="0" cols="1" bgColor="#fffddd" border="0">
    <tr><td>
The HDF Group is conducting an HDFView user survey. Your kind
participation will help us improve our commitment in serving
the HDF community. Please take a few minutes to go over the
survey questions at
<p />
<a href="http://www.surveymonkey.com/s/PLGRLJY">HDFView User Survey</a>
    </td></tr>
    </table>

<p />
HDFView can be downloaded quickly from here. JRE1.7 is bundled in the 
distribution (except for Mac). No additional software is needed to run HDFView.

<ul class="ul">
  <lh><strong>64-bit distribution</strong> -- runs on 64-bit systems with 64-bit JRE</lh>
  <li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/hdfview_install_win64.exe">Windows</a> [40 MB]
  <li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/hdfview_install_linux64.bin">Linux x86</a> [63 MB] 
  <li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/hdfview_install_solaris64.bin">Solaris SPARC</a> 86 MB]
  <li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/hdfview_install_macosx_intel64.zip">Mac Intel</a> [8 MB]
</ul>

<ul class="ul">
  <lh><strong>32-bit distribution</strong> -- runs on 32-bit systems or 64-bit systems with 32-bit JRE</lh>
  <li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/hdfview_install_win32.exe">Windows</a> [44 MB]
  <li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/hdfview_install_linux32.bin">Linux</a> [49 MB] 
  <li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/hdfview_install_solaris32.bin">Solaris SPARC</a> [85 MB]
  <li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/hdfview_install_macosx_intel32.zip">Mac Intel</a> [8 MB]
</ul>

<ul class="ul">
  <lh><strong>New HDFView installers</strong> -- Please try our new installers built from CMake. 
      Send us your comments using <a href="http://www.hdfgroup.org/about/contact.html">the contact form or helpdesk.</a> </lh>
<li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/HDF-JAVA-2.9.0-win64.exe">64-bit Windows</a> [64 MB]
<li><a href="http://www.hdfgroup.org/ftp/HDF5/hdf-java/hdfview/HDF-JAVA-2.9.0-win32.exe">32-bit Windows</a> [64 MB]
</ul>

<p />

<hr>
<p />
<h3>Install/Run Instructions</H3>
<ul class="ul">
<li><B>Unix:</B>
<p />
  <ul class="ul">
  <li>To install, type: &nbsp; <CODE>
    sh ./hdfview_install_xxx.bin</CODE>
  <li>To run,  type: &nbsp; <CODE>./hdfview</CODE>
  </ul>
<p />
<li><B>Mac OS X:</B><p />
<ul class="ul">
  <li>To install, open <CODE>hdfview_install_macosx_xxx.zip</CODE>
  <li>To run, {where_you_install_hdfview}/hdfview.sh <br>
              or click on the HDFView Icon on the desktop

  </ul>
<p />
<li><B>Windows:</B><p />
<p />
  <ul class="ul">
  <li>To install, type: <CODE> hdfview_install_windows_xxx.exe </CODE>
  <li>To run, select HDFView from the menu, <CODE>Start -> programs -> HDFView 2.x -> HDFView 2.x</CODE>
  </ul>
</ul>

<h3>Install HDFView in Silent Mode</H3>
<ol>
    <li>Edit Installer.properties file for customisation <br />

    Eg: EDIT the installation directory in USER_INSTALL_DIR property  <br />
    <br />
    # Installation mode (Silent) <br />
    INSTALLER_UI=SILENT <br />
    <br />
    # Installation directory - use "\\" to separate directories. <br />
    USER_INSTALL_DIR=C:\\Program files\\TheHDFGroup\\HDFView <br />
    <br />
    # Installation set (Complete/Upgrade) <br />
    CHOSEN_INSTALL_SET=Complete <br />
    </li>
    <li> Place the installer.properties file along with hdfview_install_xxx.exe[.bin] </li>
    <li> run the HDFView installer with the following command, e.g.<br />
     hdfview_install_win64.exe -f installer.properties </li>
</ol>

<hr>
<H3>Documentation</H3>

The HDFView User's Guide, accessible from the top of this page, contains
detailed information on installing and using HDFView. 
<p />

<?php 
include ("../../includes/footer.html"); 
?>