Does HDFView recognize External Links?

When using HDFView, I am unable to see external links.

Using H5Lcreate_external from
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html#Link-CreateExternal

And h5dump show the external link for "test1.h5":

HDF5 "d:/data/test1.h5" {
GROUP "/" {
   GROUP "G1" {
   }
   EXTERNAL_LINK "L1" {
      TARGETFILE "D:/data/Test2.h5"
      TARGETPATH "/G2"
         GROUP "/G2" {
            DATASET "D2" {
               DATATYPE H5T_STD_I32LE
               DATASPACE SIMPLE { ( 1, 1 ) / ( 1, 1 ) }
               DATA {
               (0,0): 0
               }
            }
            GROUP "G22" {
            }
         }
   }
}
}

···

--
View this message in context: http://hdf-forum.184993.n3.nabble.com/Does-HDFView-recognize-External-Links-tp1475043p1475043.html
Sent from the hdf-forum mailing list archive at Nabble.com.

External links are not supported in HDFView 2.6. It will be included in HDFView 2.7.

It is in the 2.7 snapshot. Feel free to try it
http://www.hdfgroup.org/ftp/HDF5/hdf-java-2.7-snapshot/snapshot2/hdfview/

Thanks
--pc

···

On 9/14/2010 2:08 PM, hsmed wrote:

When using HDFView, I am unable to see external links.

Using H5Lcreate_external from
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html#Link-CreateExternal

And h5dump show the external link for "test1.h5":

HDF5 "d:/data/test1.h5" {
GROUP "/" {
    GROUP "G1" {
    }
    EXTERNAL_LINK "L1" {
       TARGETFILE "D:/data/Test2.h5"
       TARGETPATH "/G2"
          GROUP "/G2" {
             DATASET "D2" {
                DATATYPE H5T_STD_I32LE
                DATASPACE SIMPLE { ( 1, 1 ) / ( 1, 1 ) }
                DATA {
                (0,0): 0
                }
             }
             GROUP "G22" {
             }
          }
    }
}

Thanks Peter. It works.

···

On Tue, Sep 14, 2010 at 2:00 PM, Peter Cao <xcao@hdfgroup.org> wrote:

External links are not supported in HDFView 2.6. It will be included in
HDFView 2.7.

It is in the 2.7 snapshot. Feel free to try it
http://www.hdfgroup.org/ftp/HDF5/hdf-java-2.7-snapshot/snapshot2/hdfview/

Thanks
--pc

On 9/14/2010 2:08 PM, hsmed wrote:

When using HDFView, I am unable to see external links.

Using H5Lcreate_external from
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html#Link-CreateExternal

And h5dump show the external link for "test1.h5":

HDF5 "d:/data/test1.h5" {
GROUP "/" {
   GROUP "G1" {
   }
   EXTERNAL_LINK "L1" {
      TARGETFILE "D:/data/Test2.h5"
      TARGETPATH "/G2"
         GROUP "/G2" {
            DATASET "D2" {
               DATATYPE H5T_STD_I32LE
               DATASPACE SIMPLE { ( 1, 1 ) / ( 1, 1 ) }
               DATA {
               (0,0): 0
               }
            }
            GROUP "G22" {
            }
         }
   }
}
}

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org