Data#

vivyd.data.Container(*, name, info)

A base class for hierarchical containers that can hold other containers or general data objects.

vivyd.data.DataSet(*, name, info, site[, ...])

A class representing a dataset, which is a hierarchical collection of studies.

vivyd.data.Author(*, firstname, lastname, ...)

A class representing an author of a dataset.

vivyd.data.Site(*, name, location, institution)

A class representing the site/location where the data was collected.

vivyd.data.Study(*, name, info)

A class representing a study within the dataset.

vivyd.data.Experiment(*, name, info, date)

A class representing an experiment within a study.

vivyd.data.Bundle(*, name, info)

A class representing a bundle, which is a collection of data sources.

vivyd.data.Source(*, name, info)

A class representing a data source, which corresponds to any source of data/information.

vivyd.data.Signal(*, name, data, units, time)

A class representing a signal, which is a time series of data points.

vivyd.data.Value(*, name, data, units)

A class representing a value, which is a single data point with associated units.