https://github.com/joergbuchwald/netcdfinterpolate
NetCDFInterpolate is a package for interpolating XDFM/HDF5 grid data.
https://github.com/joergbuchwald/netcdfinterpolate
hdf5 interpolation netcdf4 xdmf
Last synced: about 1 year ago
JSON representation
NetCDFInterpolate is a package for interpolating XDFM/HDF5 grid data.
- Host: GitHub
- URL: https://github.com/joergbuchwald/netcdfinterpolate
- Owner: joergbuchwald
- License: bsd-3-clause
- Created: 2021-12-02T22:08:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T19:50:16.000Z (about 4 years ago)
- Last Synced: 2025-02-23T23:45:15.507Z (over 1 year ago)
- Topics: hdf5, interpolation, netcdf4, xdmf
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# NetCDFInterpolate
NetCDFInterpolate is a package for interpolating XDMF/HDF5 grid data.
It can be used e.g., to retrieve time-series data at arbitrary points.
## 0. Installation
You can clone the repository and use pip to install the package or alternatively
```shell
# pip install [--user] https://github.com/joergbuchwald/NetCDFInterpolate/archive/refs/heads/master.zip
```
## 1. Documentation for VTUinterface
You can find the documentation under [https://joergbuchwald.github.io/NetCDFInterpolate-doc/](https://joergbuchwald.github.io/NetCDFInterpolate-doc/)