coda
Common interface to various earth observation data formats
The Common Data Access toolbox (CODA) provides a set of interfaces for reading remote sensing data from earth observation data files. It consists of command line applications and interfaces to the C, Fortran, Python, and Java programming languages.
- Versions: 2.19
- Website: https://stcorp.nl/coda
- Licenses: GPL 2+
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of coda
as follows:
guix install coda
Or install a particular version:
guix install coda@2.19
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of coda about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/coda'><img src='https://packages.guix.gnu.org/packages/coda/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/coda/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/coda)
Example Org:
[[https://packages.guix.gnu.org/packages/coda][https://packages.guix.gnu.org/packages/coda/badges/latest-version.svg]]