GithubHelp home page GithubHelp logo

Comments (3)

pierrot0 avatar pierrot0 commented on July 23, 2024 1

Thanks for reaching out!

That is correct: at the moment, the Croissant spec does not support TDMS files: one cannot refer to TDMS concepts (properties, channel groups and channels) to define Croissant FileSets or RecordSets.

Support for TDMS files could be added in a next version of the Croissant format spec.

In the meantime, we suggest to create a Croissant dataset that specifies the dataset level information and the resources, while omitting RecordSets that would need data coming from TDMS files. I would use mime type application/x-tdms for the encodingFormat of your corresponding FileObject definitions. For example:

{
"name": "my-tdms-dataset",
"license": "...",
"description": "...",
"distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "data",
      "name": "data",
      "contentUrl": "data/my_tdms_file.tdms",
      "encodingFormat": "application/x-tdms",
      "sha256": "..."
    },
...
]
}

This would allow tools that can work with only such metadata to already support your dataset (eg: index dataset, download raw data), while providing a signal for the Croissant contributors on the importance of supporting TDMS format, as well as an example of dataset using TDMS to test implementations when TDMS support is added to the spec and various tools implementations.

Please let us know if there are problems with defining such an incomplete croissant definition and we will look into this.

from croissant.

junzeliu avatar junzeliu commented on July 23, 2024

Thank you very much @pierrot0 . If I'm understanding it correctly, I need to manually input these meta data in the JSON file, which is to be noted as the Croissant metadata file, right? So far, I found the easiest way to obtain a Croissant metadata file is to upoload my dataset onto Hugging Face's repository and use the Croissant Editor hosted by Hugging Face to produce the metadata. So, actually anyone can just manually input these information and save it as a JSON file, which will function as a Croissant metadata?

I know I might have asked too many questions. Many thanks in advacne :)

from croissant.

pierrot0 avatar pierrot0 commented on July 23, 2024

The procedure you are describing might work indeed.
You don't need to manually input the meta data in the JSON file though, you can, but don't have to. As you describe it yourself, you might be able to use the croissant editor hosted on HuggingFace to create/edit the Croissant config.

from croissant.

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.