Tool to get the next pass of Sentinel-1, Sentinel-2, Landsat-8 and Landsat-9 satellites. The Sentinel-1/2 methods are influenced by s1_collect_info
- Download source code:
git clone https://github.com/OPERA-Cal-Val/next_pass.git
- Install dependencies, either to a new environment:
mamba env create --file environment.yml
conda activate next_pass
or install within your existing env with mamba.
mamba install -c conda-forge --yes --file requirements.txt
Use "Run_next_pass.ipynb"
python next_pass.py -lat 34.53 -lon -118.58 -sat sentinel-1
python next_pass.py -lat 34.53 -lon -118.58 -sat sentinel-2
python next_pass.py -lat 34.53 -lon -118.58 -sat landsat