{"id":23278515,"url":"https://github.com/hdfgroup/hdf5","last_synced_at":"2026-03-04T01:24:03.967Z","repository":{"id":37589100,"uuid":"258591100","full_name":"HDFGroup/hdf5","owner":"HDFGroup","description":"Official HDF5® Library Repository","archived":false,"fork":false,"pushed_at":"2025-04-09T15:34:12.000Z","size":625687,"stargazers_count":696,"open_issues_count":270,"forks_count":285,"subscribers_count":27,"default_branch":"develop","last_synced_at":"2025-04-09T16:39:15.855Z","etag":null,"topics":["c","cpp","database","fortran","hdf","hdf5","java","library","nosql"],"latest_commit_sha":null,"homepage":"https://www.hdfgroup.org/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HDFGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"hdfgroup"}},"created_at":"2020-04-24T18:25:20.000Z","updated_at":"2025-04-09T16:03:15.000Z","dependencies_parsed_at":"2023-09-28T05:57:18.169Z","dependency_job_id":"366f1cb2-d413-41de-ab97-1de217b4b3df","html_url":"https://github.com/HDFGroup/hdf5","commit_stats":null,"previous_names":[],"tags_count":150,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HDFGroup%2Fhdf5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HDFGroup%2Fhdf5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HDFGroup%2Fhdf5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HDFGroup%2Fhdf5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HDFGroup","download_url":"https://codeload.github.com/HDFGroup/hdf5/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564638,"owners_count":21125408,"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":["c","cpp","database","fortran","hdf","hdf5","java","library","nosql"],"created_at":"2024-12-19T22:32:05.321Z","updated_at":"2026-03-04T01:24:03.956Z","avatar_url":"https://github.com/HDFGroup.png","language":"C","funding_links":["https://github.com/sponsors/hdfgroup"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![HDF5 Logo][u3]\n\n[![BSD](https://img.shields.io/badge/License-BSD-blue.svg)](https://github.com/HDFGroup/hdf5/blob/develop/LICENSE)\n[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.17808614-blue)](https://doi.org/10.5281/zenodo.17808614)\n[![develop cmake build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/call-workflows.yml?branch=develop\u0026label=CMake%20CI)](https://github.com/HDFGroup/hdf5/actions/workflows/call-workflows.yml?query=branch%3Adevelop)\n\n\u003c/div\u003e\n\n---\n\n## What is HDF5?\n\nThis repository contains a high-performance library's source code and a file format\nspecification that implements the HDF5® data model. The model has been adopted across\nmany industries, and this implementation has become a de facto data management standard\nin science, engineering, and research communities worldwide.\n\nThe HDF Group is the developer, maintainer, and steward of HDF5 software. Find more\ninformation about The HDF Group, the HDF5 Community, and other HDF5 software projects,\ntools, and services at [The HDF Group's website](https://www.hdfgroup.org/).\n\n## Quick Start\n\n- **New to HDF5?** Start with the [INSTALL](release_docs/INSTALL) guide for compilation and installation instructions.\n\n- **Ready to build?** See [INSTALL_CMake.txt](release_docs/INSTALL_CMake.txt) for CMake-based builds.\n\n- **Running on HPC?** Check out [README_HPC.md](release_docs/README_HPC.md) for parallel HDF5 configuration.\n\n## Table of Contents\n\n- [What is HDF5?](#what-is-hdf5)\n- [Quick Start](#quick-start)\n- [Documentation](#documentation)\n- [Help and Support](#help-and-support)\n- [Forum and News](#forum-and-news)\n- [Release Schedule](#release-schedule)\n- [Downloads and Source Code](#downloads-and-source-code)\n- [Java Maven Artifacts](#java-maven-artifacts)\n- [Contributing](#contributing)\n- [How to Cite HDF5](#how-to-cite-hdf5)\n- [Build Status](#build-status)\n\n## Documentation\n\nDocumentation for all HDF software is available at:\n- **All HDF Documentation**: https://support.hdfgroup.org/documentation/index.html\n- **Latest HDF5 Library**: https://support.hdfgroup.org/documentation/hdf5/latest\n\nSee the [CHANGELOG.md][u1] file in the [release_docs/][u4] directory for information specific\nto the features and updates included in this release of the library.\n\n### Platform-Specific Guides\n\nSeveral files in the [release_docs/][u4] directory provide platform-specific details:\n\n| File | Description |\n|------|-------------|\n| [INSTALL](release_docs/INSTALL) | General compilation and installation instructions (start here) |\n| [INSTALL_CMake.txt](release_docs/INSTALL_CMake.txt) | Building with CMake |\n| [README_HPC.md](release_docs/README_HPC.md) | Building and configuring Parallel HDF5 on HPC systems |\n| [INSTALL_Windows.txt](release_docs/INSTALL_Windows.txt) | Windows installation |\n| [INSTALL_Cygwin.txt](release_docs/INSTALL_Cygwin.txt) | Cygwin installation |\n| [USING_HDF5_CMake.txt](release_docs/USING_HDF5_CMake.txt) | Building HDF5 applications with CMake |\n| [USING_CMake_Examples.txt](release_docs/USING_CMake_Examples.txt) | Building and testing HDF5 examples with CMake |\n\n## Help and Support\n\nThe HDF Group staffs a free Help Desk accessible at https://help.hdfgroup.org and also monitors the [Forum](https://forum.hdfgroup.org). Our free support service is community-based and handled as time allows. We'll do our best to respond to your question as soon as possible, but please note that response times may vary depending on the complexity of the issue and staff availability.\n\nIf you're interested in guaranteed response and resolution times, a dedicated technical account manager, and more benefits (all while supporting the open-source work of The HDF Group), please check out [Priority Support](https://www.hdfgroup.org/solutions/priority-support/).\n\n## Forum and News\n\nThe [HDF Forum](https://forum.hdfgroup.org) is provided for public announcements, technical questions, and discussions\nof interest to the general HDF5 Community.\n\n- [News and Announcements](https://forum.hdfgroup.org/c/news-and-announcements-from-the-hdf-group)\n- [HDF5 Topics](https://forum.hdfgroup.org/c/hdf5)\n\nThese forums are provided as an open and public service for searching and reading.\nPosting requires completing a simple registration and allows one to join in the\nconversation. Please read the [quickstart guide](https://forum.hdfgroup.org/t/quickstart-guide-welcome-to-the-new-hdf-forum) for more information on how to get started.\n\n## Release Schedule\n\n![HDF5 release schedule][u2]\n\nHDF5 does not follow a regular release schedule. Instead, updates are based on the\nintroduction of new features and the resolution of bugs. However, we aim to have at\nleast one annual release for each maintenance branch.\n\n### Release Progress\n\n[![Release Blockers](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/HDFGroup-Bot/0ad2eabb63b28eb90d69f5e5b2c1496f/raw/release-blocker-hdf5.json)](https://github.com/orgs/HDFGroup/projects/39/views/24)\n\n[![Release Must Do](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/HDFGroup-Bot/0ad2eabb63b28eb90d69f5e5b2c1496f/raw/release-mustdo-hdf5.json)](https://github.com/orgs/HDFGroup/projects/39/views/24)\n\n[![Release Nice to Have](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/HDFGroup-Bot/0ad2eabb63b28eb90d69f5e5b2c1496f/raw/release-nicetohave-hdf5.json)](https://github.com/orgs/HDFGroup/projects/39/views/24)\n\nThe badges above show the current progress of **release-blocking**, **must-do**, and **nice-to-have** issues with colors that reflect completion status:\n\n- 🟢 **Green (90%+)**: Readying for Deployment - most issues completed\n- 🟡 **Yellow (60-89%)**: Nearing Completion - on track for release\n- 🟠 **Orange (40-59%)**: In Development - attention needed\n- 🔴 **Red (\u003c40%)**: Initial Phase - significant issues remain\n\nClick the badges to view the detailed project board with current release items.\n\n## Downloads and Source Code\n\n### Snapshots and Releases\n\n- **Development Snapshots**: https://github.com/HDFGroup/hdf5/releases/tag/snapshot\n- **Latest Release**: https://github.com/HDFGroup/hdf5/releases\n- **Previous Releases**: https://support.hdfgroup.org/archive/support/ftp/HDF5/releases/index.html\n- **Development Code**: https://github.com/HDFGroup/hdf5.git\n\n### HPC Testing Results\n\n[View HPC configure/build/test results on CDash](https://my.cdash.org/index.php?project=HDF5)\n\n## Java Maven Artifacts\n\nHDF5 Java bindings and examples are available as Maven artifacts. For detailed usage instructions including dependency configuration, repository setup, and platform-specific builds, see [HDF5Examples/JAVA/README-MAVEN.md](HDF5Examples/JAVA/README-MAVEN.md).\n\n## Contributing\n\nWe welcome contributions to HDF5! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.\n\n### How to Contribute\n\n1. **Report Issues**: Use our [GitHub Issues](https://github.com/HDFGroup/hdf5/issues) to report bugs or request features\n2. **Submit Pull Requests**: Fork the repository, make your changes, and submit a PR\n3. **Join Discussions**: Participate in the [HDF Forum](https://forum.hdfgroup.org)\n\nFor detailed contribution guidelines, please contact us through the [Help Desk](https://help.hdfgroup.org).\n\n## How to Cite HDF5\n\nIf you use HDF5 in your research, please cite it. This repository includes a [`CITATION.cff`](CITATION.cff) file containing standard citation metadata.\n\n**Quick DOI:** [10.5281/zenodo.17808614](https://doi.org/10.5281/zenodo.17808614)\n\n## Build Status\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand detailed build status\u003c/summary\u003e\n\n### Continuous Integration\n\n[![HDF5 develop daily build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/daily-schedule.yml?branch=develop\u0026label=Daily%20Build)](https://github.com/HDFGroup/hdf5/actions/workflows/daily-schedule.yml?query=branch%3Adevelop)\n[![CVE regression](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/cve.yml?branch=develop\u0026label=CVE%20Tests)](https://github.com/HDFGroup/hdf5/actions/workflows/cve.yml?query=branch%3Adevelop)\n[![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/hdf5.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#hdf5)\n[![Link Checker Status](https://github.com/HDFGroup/hdf5/actions/workflows/linkchecker.yml/badge.svg)](https://github.com/HDFGroup/hdf5/actions/workflows/linkchecker.yml)\n\n### Integration Testing\n\n[![HDF-EOS5 build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/hdfeos5.yml?branch=develop\u0026label=HDF-EOS5)](https://github.com/HDFGroup/hdf5/actions/workflows/hdfeos5.yml?query=branch%3Adevelop)\n[![netCDF build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/netcdf.yml?branch=develop\u0026label=netCDF)](https://github.com/HDFGroup/hdf5/actions/workflows/netcdf.yml?query=branch%3Adevelop)\n[![h5py build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/h5py.yml?branch=develop\u0026label=h5py)](https://github.com/HDFGroup/hdf5/actions/workflows/h5py.yml?query=branch%3Adevelop)\n\n### VOL and VFD Testing\n\n[![HDF5 VOL connectors build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/vol.yml?branch=develop\u0026label=VOL%20Connectors)](https://github.com/HDFGroup/hdf5/actions/workflows/vol.yml?query=branch%3Adevelop)\n[![HDF5 VFD build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/vfd.yml?branch=develop\u0026label=VFD%20Tests)](https://github.com/HDFGroup/hdf5/actions/workflows/vfd.yml?query=branch%3Adevelop)\n\n\u003c/details\u003e\n\n---\n\n[u1]: https://github.com/HDFGroup/hdf5/blob/develop/release_docs/CHANGELOG.md\n[u2]: https://github.com/HDFGroup/hdf5/blob/develop/release_docs/img/release-schedule.png\n[u3]: https://github.com/HDFGroup/hdf5/blob/develop/doxygen/img/HDF5.png\n[u4]: https://github.com/HDFGroup/hdf5/blob/develop/release_docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdfgroup%2Fhdf5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhdfgroup%2Fhdf5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdfgroup%2Fhdf5/lists"}