Skip to main content

Read and write sdds files.

Project description

SDDS

This package provides reading and writing functionality for self describing data sets (sdds).

Getting Started

Prerequisites

The only third-party package sdds depends on is numpy.

Installing

Installation is easily done via pip. The package is then used as sdds.

pip install sdds

Example:

import sdds

sdds_data = sdds.read('path_to_input.sdds')
sdds.write(sdds_data, 'path_to_output.sdds')

Description

Reading and writing capabilities for sdds-files are provided by this package. On the python side, the data is stored in a class structure with attributes corresponding to the sdds-format itself (see sdds-format).

Known Issues

  • Can't read ASCII files
  • Can't read binary columns
  • No support for &include tag

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sdds-0.1.0.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

sdds-0.1.0-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page