Skip to content

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

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

MDAnalysis/GridDataFormats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86a4109 · Nov 11, 2024
Nov 11, 2024
Oct 21, 2023
Oct 21, 2023
Aug 13, 2014
Jan 22, 2024
Jan 12, 2018
Jan 12, 2018
Dec 8, 2015
Jan 22, 2024
Sep 17, 2021
Oct 21, 2023
Sep 7, 2010
Sep 7, 2010
Jun 30, 2015
May 25, 2022
Jan 22, 2024
Oct 23, 2023
Nov 11, 2024

Repository files navigation

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.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages