Code Monkey home page Code Monkey logo

Comments (2)

simonster avatar simonster commented on May 22, 2024 2

This seems to work for me. Make sure you have HDF5 1.10 or newer; otherwise you'll get an internal error.

julia> using JLD

julia> type type1
         a::CartesianIndex{3}
       end

julia> p = (2, 3, 4)
(2, 3, 4)

julia> my_object = type1(CartesianIndex(p))
type1(CartesianIndex{3}((2, 3, 4)))

julia> save("test.jld2", "my_object", my_object)

shell> /usr/local/bin/h5dump test.jld2
HDF5 "test.jld2" {
GROUP "/" {
   GROUP "_types" {
      DATATYPE "00000001" H5T_COMPOUND {
         H5T_STRING {
            STRSIZE H5T_VARIABLE;
            STRPAD H5T_STR_NULLPAD;
            CSET H5T_CSET_UTF8;
            CTYPE H5T_C_S1;
         } "name";
         H5T_VLEN { H5T_REFERENCE { H5T_STD_REF_OBJECT }} "parameters";
      }
         ATTRIBUTE "julia_type" {
            DATATYPE  "/_types/00000001"
            DATASPACE  SCALAR
            DATA {
            (0): {
                  "Core.DataType",
                  ()
               }
            }
         }
      DATATYPE "00000002" H5T_COMPOUND {
         H5T_STD_I64LE "1";
         H5T_STD_I64LE "2";
         H5T_STD_I64LE "3";
      }
         ATTRIBUTE "julia_type" {
            DATATYPE  "/_types/00000001"
            DATASPACE  SCALAR
            DATA {
            (0): {
                  "Core.Tuple",
                  (DATASET 4449, DATASET 4449, DATASET 4449)
               }
            }
         }
      DATATYPE "00000003" H5T_COMPOUND {
         H5T_COMPOUND {
            H5T_STD_I64LE "1";
            H5T_STD_I64LE "2";
            H5T_STD_I64LE "3";
         } "I";
      }
         ATTRIBUTE "field_datatypes" {
            DATATYPE  H5T_REFERENCE { H5T_STD_REF_OBJECT }
            DATASPACE  SIMPLE { ( 1 ) / ( 1 ) }
            DATA {
            (0): DATATYPE 4312 /_types/00000002 
            }
         }
         ATTRIBUTE "julia_type" {
            DATATYPE  "/_types/00000001"
            DATASPACE  SCALAR
            DATA {
            (0): {
                  "Base.IteratorsMD.CartesianIndex",
                  (DATASET 4732)
               }
            }
         }
      DATATYPE "00000004" H5T_COMPOUND {
         H5T_COMPOUND {
            H5T_COMPOUND {
               H5T_STD_I64LE "1";
               H5T_STD_I64LE "2";
               H5T_STD_I64LE "3";
            } "I";
         } "a";
      }
         ATTRIBUTE "field_datatypes" {
            DATATYPE  H5T_REFERENCE { H5T_STD_REF_OBJECT }
            DATASPACE  SIMPLE { ( 1 ) / ( 1 ) }
            DATA {
            (0): DATATYPE 4528 /_types/00000003 
            }
         }
         ATTRIBUTE "julia_type" {
            DATATYPE  "/_types/00000001"
            DATASPACE  SCALAR
            DATA {
            (0): {
                  "type1",
                  ()
               }
            }
         }
   }
   DATASET "my_object" {
      DATATYPE  "/_types/00000004"
      DATASPACE  SCALAR
      DATA {
      (0): {
            {
               {
                  2,
                  3,
                  4
               }
            }
         }
      }
   }
}
}

from jld2.jl.

timholy avatar timholy commented on May 22, 2024

h5ls seems OK, though.

from jld2.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.