# hdf5-fortran **Repository Path**: zoziha/hdf5-fortran ## Basic Information - **Project Name**: hdf5-fortran - **Description**: 💎`hdf5-fortran`: A collection of commonly used functions for HDF5 datebase for Fortran. - **Primary Language**: FORTRAN - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2022-01-07 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, fpm, HDF5 ## README # Parser for HDF5-files in Fortran A collection of commonly used functions for HDF5 datebase for Fortran. *Suggestions and code contributions are welcome.* ```fortran use h5fortran, only: h5write, h5read, hdf5_file ``` ## Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm) ```sh fpm run --example --list ``` ```toml [dependencies] hdf5-fortran = { git = "https://gitee.com/zoziha/hdf5-fortran.git" } ``` ## References - [geospace-code/h5fortran](https://github.com/geospace-code/h5fortran) - [geospace-code/h5fortran-mpi](https://github.com/geospace-code/h5fortran-mpi) - [HDFGroup/hdf5](https://github.com/HDFGroup/hdf5)