https://github.com/sun-data/regridding
Numba-accelerated interpolation of NumPy n-dimensional arrays.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Keywords
image-processing
interpolation
numba
numpy
python
regridding
resampling
scientific-computing
Last synced: 5 months ago
·
JSON representation
Repository
Numba-accelerated interpolation of NumPy n-dimensional arrays.
Basic Info
- Host: GitHub
- Owner: sun-data
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://regridding.readthedocs.io
- Size: 654 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
- Releases: 10
Topics
image-processing
interpolation
numba
numpy
python
regridding
resampling
scientific-computing
Created over 2 years ago
· Last pushed 9 months ago
Metadata Files
Readme
README.md
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
Gallery
2D conservative resampling
regridding.regrid()
can be used to perform flux-conserving 2D resampling using the "conservative" method.

Owner
- Name: sun-data
- Login: sun-data
- Kind: organization
- Email: roytsmart@gmail.com
- Repositories: 11
- Profile: https://github.com/sun-data
Solar data analysis using named tensors
GitHub Events
Total
- Release event: 5
- Watch event: 1
- Delete event: 19
- Issue comment event: 19
- Push event: 70
- Pull request review comment event: 3
- Pull request review event: 3
- Pull request event: 36
- Create event: 26
Last Year
- Release event: 5
- Watch event: 1
- Delete event: 19
- Issue comment event: 19
- Push event: 70
- Pull request review comment event: 3
- Pull request review event: 3
- Pull request event: 36
- Create event: 26
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 1
- Total pull requests: 28
- Average time to close issues: N/A
- Average time to close pull requests: 5 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.93
- Merged pull requests: 25
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 24
- Average time to close issues: N/A
- Average time to close pull requests: about 12 hours
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.96
- Merged pull requests: 21
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jacobdparker (1)
Pull Request Authors
- byrdie (47)
- jacobdparker (5)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 481 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 11
- Total maintainers: 1
pypi.org: regridding
Numba-accelerated interpolation routines
- Homepage: https://github.com/sun-data/regridding
- Documentation: https://regridding.readthedocs.io/en/latest
-
Latest release: 0.2.0
published 9 months ago
Rankings
Dependent packages count: 7.5%
Downloads: 22.6%
Forks count: 30.2%
Average: 33.8%
Stargazers count: 39.1%
Dependent repos count: 69.7%
Maintainers (1)
Last synced:
6 months ago
Dependencies
.github/workflows/publish.yml
actions
- actions/checkout master composite
- actions/setup-python v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/tests.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v3 composite
pyproject.toml
pypi
- numba *
- numpy *
.github/workflows/benchmarks.yml
actions
- actions/checkout v4 composite
- actions/configure-pages v3 composite
- actions/deploy-pages v2 composite
- actions/setup-python v4 composite
- actions/upload-pages-artifact v2 composite
.github/workflows/black.yml
actions
- actions/checkout v3 composite
- psf/black stable composite