https://github.com/sun-data/regridding
Numba-accelerated interpolation of NumPy n-dimensional arrays.
https://github.com/sun-data/regridding
image-processing interpolation numba numpy python regridding resampling scientific-computing
Last synced: 11 months ago
JSON representation
Numba-accelerated interpolation of NumPy n-dimensional arrays.
- Host: GitHub
- URL: https://github.com/sun-data/regridding
- Owner: sun-data
- Created: 2023-06-04T22:12:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T05:21:36.000Z (about 1 year ago)
- Last Synced: 2025-03-05T17:49:49.372Z (11 months ago)
- Topics: image-processing, interpolation, numba, numpy, python, regridding, resampling, scientific-computing
- Language: Jupyter Notebook
- Homepage: https://regridding.readthedocs.io
- Size: 609 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# regridding
[](https://github.com/sun-data/regridding/actions/workflows/tests.yml)
[](https://codecov.io/gh/sun-data/regridding)
[](https://github.com/sun-data/regridding/actions/workflows/black.yml)
[](https://regridding.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/regridding)
[](https://sun-data.github.io/regridding/)
Numba-accelerated multilinear and first-order conservative interpolation of Numpy arrays.
## Installation
`regridding` is published on the Python Package Index and can be installed using `pip`
```
pip install regridding
```
## Features
- 1D linear interpolation
- 2D first-order conservative resampling of logically-rectangular curvilinear grids