Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 574 Bytes

cslc-vs-rtc

Test notebook to compare OPERA's CSLC and RTC product: https://www.jpl.nasa.gov/go/opera/products

To get started, clone this repository into the location of your choice:

git clone https://github.com/geoscience-aman/cslc-vs-rtc.git

Then create a conda environment from the env.yml file

conda env create -f env.yml

This will create an environment called cslc, which you can then activate using

conda activate cslc

Then launch an interactive Jupyter notebook using the following and run the notebook

jupyter notebook --no-browser --port=8888