csdmpy:doc v0.2.2
  • previous
  • next
  • index
  • Show Source

Logo

Quick search

Enter search terms or a module, class or function name.

Table of Contents

  • The core scientific dataset (CSD) model
  • csdmpy package
  • Getting started with csdmpy package
  • Example Gallery
  • Generating csdmpy objects
    • Generating Dimension objects
    • Generating DependentVariable objects
    • Generating CSDM objects
    • Adding instances of Dimension class to CSDM object
    • Adding instances of DependentVariable class to CSDM object
  • Tutorial examples on generating CSDM datasets
  • Interacting with csdmpy objects
  • Serializing CSDM object to files
  • An emoji 😁 example
  • API-Reference
  • CHANGELOG

Generating csdmpy objects¶

The csdmpy module is not just designed for deserializing and serializing the .csdf or .csdfe files. It can also be used to create new datasets, a feature that is most useful when converting datasets to CSDM compliant files.

  • Generating Dimension objects
    • LinearDimension
    • MonotonicDimension
    • LabeledDimension
  • Generating DependentVariable objects
    • InternalDependentVariable
      • Single component dependent variable
      • Multi-component dependent variable
    • ExternalDependentVariable
  • Generating CSDM objects
    • An empty csdm object
    • From a NumPy array
  • Adding instances of Dimension class to CSDM object
  • Adding instances of DependentVariable class to CSDM object

Page Source   Back to Top

© Copyright 2019-2020, Deepansh J. Srivastava.
Created using Sphinx 3.0.3.   Last built Jun 09, 2020.