Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sun-data/regridding
Numba-accelerated interpolation of NumPy n-dimensional arrays.
https://github.com/sun-data/regridding
interpolation numba numpy python regridding resampling
Last synced: 2 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T16:04:10.000Z (7 months ago)
- Last Synced: 2024-04-10T19:50:33.085Z (7 months ago)
- Topics: interpolation, numba, numpy, python, regridding, resampling
- Language: Jupyter Notebook
- Homepage:
- Size: 605 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# regridding
[![tests](https://github.com/sun-data/regridding/actions/workflows/tests.yml/badge.svg)](https://github.com/sun-data/regridding/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/sun-data/regridding/graph/badge.svg?token=8W5I2EBDDX)](https://codecov.io/gh/sun-data/regridding)
[![Black](https://github.com/sun-data/regridding/actions/workflows/black.yml/badge.svg)](https://github.com/sun-data/regridding/actions/workflows/black.yml)
[![Documentation Status](https://readthedocs.org/projects/regridding/badge/?version=latest)](https://regridding.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/regridding.svg)](https://badge.fury.io/py/regridding)
[![asv](http://img.shields.io/badge/benchmarked%20by-asv-blue.svg?style=flat)](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