Installing reproject#
Requirements#
This package has the following dependencies:
Python 3.9 or later
Numpy 1.20 or later
Astropy 5.0 or later
Scipy 1.5 or later
astropy-healpix 0.6 or later for HEALPIX image reprojection
dask 2021.8 or later
and the following optional dependencies:
shapely 1.6 or later for some of the mosaicking functionality
Installation#
Using pip#
To install reproject with pip, run:
pip install reproject
Using conda#
To install reproject with conda, run:
conda install -c conda-forge reproject