Codebase list coda / upstream/2.21.1
upstream/2.21.1

Tree @upstream/2.21.1 (Download .tar.gz)

Copyright (C) 2007-2020 S[&]T, The Netherlands

                CODA 2.21.1 Release Notes


CODA is the Common Data Access framework that allows reading of scientific data
from various data formats, including structured ascii, structured binary, XML,
netCDF, CDF, HDF4, HDF5, GRIB, RINEX and SP3. It provides a single consistent
hierarchical view on data independent of the underlying storage format.

CODA is used as a core component in various ESA software among which the ESA
Atmospheric Toolbox (BEAT) and the Broadview Radar Altimetry Toolbox (BRAT).

The CODA software package comes with interfaces for C, Fortran, IDL, MATLAB,
Python, and Java and several useful command-line tools.

In order to make use of the data reading facilities of CODA, you will need to
have the CODA product format definition files (.codadef files) for the data
products that you want to access. It is important to note that the CODA
software package does not come with any product format definition files itself!
The get access to .codadef files have a look at the software packages that make
use of CODA.

For files in netCDF, CDF, HDF4, HDF5, GRIB, RINEX, or SP3 format you can use
CODA without any .codadef files, since for these formats CODA either comes with
a built in definition of the format or CODA determines the format from the file
itself.


Changes
=======

An overview of the changes in this release can be found in the CHANGES file.


Installation
============

Installation instructions can be found in the INSTALL file.


Documentation
=============

Full documentation in HTML is included with the CODA software.

A version matching the latest development status on GitHub can be viewed at:

    http://stcorp.github.io/coda/doc/html/index.html


Download
========

The latest release of CODA can be downloaded from the CODA website:

  http://www.stcorp.nl/coda/

If you encounter any issues with CODA or if you would like to see certain
functionality added, be sure to let us know at:

    coda@stcorp.nl


GitHub
======

CODA is also available on GitHub at https://github.com/stcorp/coda

Note that, compared to using the CODA source package, additional steps are
needed to build CODA from the git repository. These steps are detailed in the
INSTALL file.


CODA Developers
S[&]T, The Netherlands