Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 957 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 957 Bytes

evaluate-pearson

Installation

sudo yum install -y miniconda-3.8.3
export PATH=/opt/anaconda/bin/:$PATH
sudo conda install -y ipython-notebook
sudo conda install -y pandas scipy numexpr
sudo yum install -y aria2
export PATH=/opt/anaconda/bin/:$PATH
git clone git@github.com:ocean-color-ac-challenge/evaluate-pearson.git
cd evaluate-pearson 
git checkout develop
ipython notebook --ip=<evaluation VM IP>

Open the Browser at the VM IP and port 8888

Install participant applications

  • Log on https://challenges.esa.int
  • Go to Ocean Colour Atmospheric Correction Data Challenge
  • Open the Applications tab
  • If needed refresh to load the latest applications releases from GitHub
  • Select the latest application release and copy the URL
  • Log on the Evaluation Environment
  • Run the command below:
eceo-getrelease <URL copied earlier
  • Then install it with:
sudo yum install <RPM name>