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.
The package is licensed under the LGPL, v3 (see files COPYING and COPYING.LESSER) and is available
- from the Python Package Index under the name GridDataFormats
- as a conda package from the conda-forge channel, conda-forge/griddataformats
- in source from the GitHub repository https://github.com/MDAnalysis/GridDataFormats
Install with pip:
pip install gridDataFormats
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
For the latest docs see the GridDataFormats docs. (Multiple versions of the docs are also available at griddataformats.readthedocs.org.)
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.