summaryrefslogtreecommitdiffstats
path: root/tools/h4toh5/h4toh5util.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5088] Purpose:Bill Wendling2002-03-271-1635/+0
| | | | | | | | Code removal Description: Removed the HDF4 source files from the HDF5 tree. The directories will remain. Use the "-P" option when doing a cvs checkout or update to "prune" the empty directories from your personal tree.
* [svn-r3988] MuQun Yang2001-06-111-3/+5
| | | | | | | | | | | | | | | | | Purpose: new features Description: 1. add an option to convert HDF4 file without HDF4 specified attributes such as HDF4_OBJECT_TYPE, HDF4_REF_NUM etc. it can be done by inputting "h4toh5 -na input.hdf" The default converter will still keep HDF4 specfied attributes. 2. Add compression features (gzip) for image too. Now the compressed HDF4 image can be supported by using HDF5 gzip. Not sure whether tools can read it. Need to be tested. 3. Change SPACEPAD to NULLTERM for HDF4 dimensional name list. We can use variable length HDF5 string to represent these names, however currently H5dump and H5view cannot support variable length HDF5 string. converter will wait for other tools' update. Solution: Platforms tested: eirene(Red Hat 6.2) and arabica(solaris 2.7)
* [svn-r3488] Purpose:Bill Wendling2001-02-221-0/+1633
Code Movement Description: Moved tools code into their own special subdirectories. Platforms tested: Linux, Kelgia