{"id":18524272,"url":"https://github.com/mdanalysis/griddataformats","last_synced_at":"2025-04-05T02:09:12.790Z","repository":{"id":750027,"uuid":"895341","full_name":"MDAnalysis/GridDataFormats","owner":"MDAnalysis","description":"GridDataFormats is a pure Python library to handle data on a regular grid using commonly used file formats in molecular simulations.","archived":false,"fork":false,"pushed_at":"2024-11-11T20:59:32.000Z","size":15617,"stargazers_count":29,"open_issues_count":7,"forks_count":18,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-03T09:21:19.377Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"https://mdanalysis.org/GridDataFormats","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MDAnalysis.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-09-08T03:42:19.000Z","updated_at":"2024-11-11T20:58:10.000Z","dependencies_parsed_at":"2023-09-22T19:11:23.394Z","dependency_job_id":"672e7725-4ffc-46fd-95a7-caa7ab7af344","html_url":"https://github.com/MDAnalysis/GridDataFormats","commit_stats":{"total_commits":218,"total_committers":16,"mean_commits":13.625,"dds":0.3302752293577982,"last_synced_commit":"020b19987dd4ded58e2b4090cb9559cc5d0dafe9"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDAnalysis%2FGridDataFormats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDAnalysis%2FGridDataFormats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDAnalysis%2FGridDataFormats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDAnalysis%2FGridDataFormats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MDAnalysis","download_url":"https://codeload.github.com/MDAnalysis/GridDataFormats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276164,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python"],"created_at":"2024-11-06T17:40:21.483Z","updated_at":"2025-04-05T02:09:12.764Z","avatar_url":"https://github.com/MDAnalysis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"============================\n README for GridDataFormats\n============================\n\n|build| |cov| |docs| |zenodo| |conda|\n\nThe **GridDataFormats** package provides classes to unify reading and\nwriting n-dimensional datasets. One can read grid data from files,\nmake them available as a `Grid`_ object, and write out the data again.\n\nAvailability\n------------\n\nThe package is licensed under the LGPL, v3 (see files COPYING_ and\n`COPYING.LESSER`_) and is available \n\n* from the Python Package Index under the name `GridDataFormats`_\n* as a conda package from the *conda-forge* channel, `conda-forge/griddataformats`_ \n* in source from the GitHub repository https://github.com/MDAnalysis/GridDataFormats\n\n.. _GridDataFormats:\n   https://pypi.python.org/pypi/GridDataFormats\n.. _`conda-forge/griddataformats`:\n   https://anaconda.org/conda-forge/griddataformats\n.. _COPYING:\n   https://raw.githubusercontent.com/MDAnalysis/GridDataFormats/master/COPYING\n.. _`COPYING.LESSER`:\n   https://raw.githubusercontent.com/MDAnalysis/GridDataFormats/master/COPYING.LESSER\n.. _Grid:\n   https://www.mdanalysis.org/GridDataFormats/gridData/core.html#gridData.core.Grid\n\nInstallation\n------------\n\nInstalling GridDataFormats with ``pip``\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstall with `pip`_::\n\n  pip install gridDataFormats\n\n.. _pip: https://pip.pypa.io/\n\n\nInstalling GridDataFormats with ``conda``\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstalling *GridDataFormats* from the *conda-forge* channel can be\nachieved by adding \"conda-forge\" to your channels with::\n\n    conda config --add channels conda-forge\n\nOnce the *conda-forge* channel has been enabled, *GridDataFormats* can\nbe installed with::\n\n    conda install griddataformats\n\n\n\nDocumentation\n-------------\n\nFor the latest docs see the `GridDataFormats docs`_. (Multiple\nversions of the docs are also available at\n`griddataformats.readthedocs.org`_.)\n\n\n.. _GridDataFormats docs:\n   https://www.mdanalysis.org/GridDataFormats\n.. _`griddataformats.readthedocs.org`:\n   https://griddataformats.readthedocs.org\n\n\nContributing\n------------\n\nPlease use the `issue tracker`_ for bugs and questions.\n\n**GridDataFormats** is open source and contributions are\nwelcome. Please fork the repository and submit a `pull request`_.\n\n.. _issue tracker:\n   https://github.com/MDAnalysis/GridDataFormats/issues\n.. _pull request:\n   https://github.com/MDAnalysis/GridDataFormats/pulls\n\n.. |numfocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat\u0026colorA=E1523D\u0026colorB=007D8A\n    :alt: Powered by NumFOCUS\n    :target: https://www.numfocus.org/\n\n.. |build| image:: https://github.com/MDAnalysis/GridDataFormats/actions/workflows/gh-ci.yaml/badge.svg\n    :alt: Github Actions Build Status\n    :target: https://github.com/MDAnalysis/GridDataFormats/actions/workflows/gh-ci.yaml\n\n.. |cov| image:: https://codecov.io/gh/MDAnalysis/GridDataFormats/branch/master/graph/badge.svg\n     :alt: Coverage Status\n     :target: https://codecov.io/gh/MDAnalysis/GridDataFormats\n\n.. |docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg\n    :alt: Documentation\n    :target: https://www.mdanalysis.org/GridDataFormats/\n\n.. |zenodo| image:: https://zenodo.org/badge/13219/MDAnalysis/GridDataFormats.svg\n    :alt: Zenodo DOI\n    :target: https://zenodo.org/badge/latestdoi/13219/MDAnalysis/GridDataFormats\n\n.. |conda| image:: https://anaconda.org/conda-forge/griddataformats/badges/version.svg\n    :alt: Anaconda\n    :target: https://anaconda.org/conda-forge/griddataformats\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdanalysis%2Fgriddataformats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdanalysis%2Fgriddataformats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdanalysis%2Fgriddataformats/lists"}