GridDataFormats

Reading and writing of data on regular grids in Python


Keywords
science, array, density, python
License
LGPL-3.0
Install
pip install GridDataFormats==1.0.2

Documentation

README for GridDataFormats

Github Actions Build Status Coverage Status Documentation Zenodo DOI Anaconda

The GridDataFormats package provides classes to unify reading and writing n-dimensional datasets. One can read grid data from files, make them available as a Grid object, and write out the data again.

Availability

The package is licensed under the LGPL, v3 (see files COPYING and COPYING.LESSER) and is available

Installation

Installing GridDataFormats with pip

Install with pip:

pip install gridDataFormats

Installing GridDataFormats with conda

Installing GridDataFormats from the conda-forge channel can be achieved by adding "conda-forge" to your channels with:

conda config --add channels conda-forge

Once the conda-forge channel has been enabled, GridDataFormats can be installed with:

conda install griddataformats

Documentation

For the latest docs see the GridDataFormats docs. (Multiple versions of the docs are also available at griddataformats.readthedocs.org.)

Contributing

Please use the issue tracker for bugs and questions.

GridDataFormats is open source and contributions are welcome. Please fork the repository and submit a pull request.