reproject 0.14.1


pip install reproject

  Latest version

Released: Nov 19, 2024

Project Links

Meta
Author: Christoph Deil, Adam Ginsburg
Requires Python: >=3.10

Classifiers

Docs PyPI Build Status CI Status Coverage Status Powered by Astropy Badge

About

The reproject package is a Python package to reproject astronomical images using various techniques via a uniform interface. By reprojection, we mean the re-gridding of images from one world coordinate system to another (for example changing the pixel resolution, orientation, coordinate system). Currently, we have implemented reprojection of celestial images by interpolation (like SWARP), by the adaptive and anti-aliased algorithm of DeForest (2004), and by finding the exact overlap between pixels on the celestial sphere (like Montage). It can also reproject to/from HEALPIX projections by relying on the astropy-healpix package.

For more information, including on how to install the package, see https://reproject.readthedocs.io

screenshot

Wheel compatibility matrix

Platform CPython 3.10 CPython 3.11 CPython 3.12 CPython 3.13
macosx_10_13_x86_64
macosx_10_9_x86_64
macosx_11_0_arm64
manylinux2014_aarch64
manylinux2014_x86_64
manylinux_2_17_aarch64
manylinux_2_17_x86_64
win_amd64

Files in release

Extras:
Dependencies:
numpy (>=1.23)
astropy (>=5.0)
astropy-healpix (>=1.0)
scipy (>=1.9)
dask[array] (>=2021.8)
cloudpickle
zarr
fsspec