Skip to content
/ asdf Public
forked from asdf-format/asdf

ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data

Notifications You must be signed in to change notification settings

krischer/asdf

 
 

Repository files navigation

asdf

Build Status Documentation Status Coverage Status astropy

Python library for reading and writing ASDF files.

Advanced Scientific Data Format (ASDF) is a next generation interchange format for scientific data.

> This is the **A**dvanced **S**cientific **D**ata **F**ormat - if you are looking for the **A**daptable **S**eismic **D**ata **F**ormat, go here: http://seismic-data.org/

Installation

To clone the project from github and initialize the asdf-standard submodule::

    git clone https://github.com/spacetelescope/asdf.git
    cd asdf/asdf_standard
    git submodule init
    git submodule update

To install::

    python setup.py install

Testing

To run the unit tests::

    python setup.py test

About

ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%