Difference between revisions of "Pyhdf"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:libraryCategory:hdf4 {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|pyhdf}} |{{#vardefine:url|http://hdfeos.org/software/pyhdf.php}}...")
 
m (Text replacement - "#uppercase" to "uc")
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - libraries directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - libraries directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 21:24, 6 December 2019

Description

pyhdf website  

PyHDF is a Python interface to the HDF4 external library. It covers most HDF4 APIs of Scientific Data Set, Vdata, and Vgroup.

Environment Modules

Run module spider pyhdf to find out what environment modules are available for this application.

System Variables

  • HPC_PYHDF_DIR - installation directory
  • HPC_PYHDF_BIN - executable directory
  • HPC_PYHDF_LIB - libraries directory