Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 861 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 861 Bytes

NEXT PASS

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

Development setup

Prerequisite installs

  1. Download source code:
git clone https://github.com/OPERA-Cal-Val/next_pass.git
  1. 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

Usage

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