An open API service indexing awesome lists of open source software.

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.

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/)