Skip to content

OPERA-Cal-Val/next_pass

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published