Skip to content

GIF-7005-Projet/cloud-cover-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Cover Detection Challenge

In many uses of multispectral satellite imagery, clouds obscure what we really care about - for example, tracking wildfires, mapping deforestation, or monitoring crop health. Being able to more accurately remove clouds from satellite images filters out interference, unlocking the potential of a vast range of use cases. With this goal in mind, this training dataset was generated as part of crowdsourcing competition.

How To Get Started

  1. Download VSCode : https://code.visualstudio.com/download

  2. Download micromamba : https://mamba.readthedocs.io/en/latest/micromamba-installation.html

    1. Note : The project dependencies are in conda format so it also works with conda but micromamba is faster and the selected tool for the team.
  3. Create an environment and download the project dependencies.

    micromamba create --name gif-7005-project --file environment.yml --yes    
    • This command will create a micromamba/conda environment with the name gif-7005-project and download all the dependencies using the environment.yml file from this repository.
  4. In a terminal, locate the path of your environment.

    micromamba env list
    • Copy the path of the environment you just created.
  5. Open VSCode.

  6. Open the command palette (Ctrl + Shift + P).

  7. Type Select interpreter and select the Python option.

  8. Click on "Enter interpreter path..."

  9. Copy & paste the path of your environment to the textbox in VSCode.

  10. Press enter to confirm the path in VSCode.

  11. Open the code/src/verify_setup.ipynb notebook and click on "Select Kernel"

  12. Click on "Python Environments..."

  13. Select your micromamba environment (here gif-7005-project)

  14. Run the notebook cell to confirm that your setup is correct.

How To Download The Data

  1. See appropriate README