MDAnalysis / GridDataFormats

GridDataFormats is a pure Python library to handle data on a regular grid using commonly used file formats in molecular simulations.

Home Page:https://mdanalysis.org/GridDataFormats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GridDataFormats is a pure Python library to handle data on a regular grid using commonly used file formats in molecular simulations.

https://mdanalysis.org/GridDataFormats

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%