- Python 3.7+
- SNAP 9.0+
- GDAL 3.4.3
- uv 0.7.6+
- Clone the repository:
git clone https://github.com/msteckle/sentinel-py.git
cd sentinel-py- Install the required Python packages with uv:
uv pip install -e .- Set up the SNAP environment:
export SNAP_HOME=/path/to/snap/bin
export PYTHONPATH=$SNAP_HOME/snap-python:$PYTHONPATH