Skip to content
/ RS2024 Public

Repository for the remote sensing exercises 2024

Notifications You must be signed in to change notification settings

ltelab/RS2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EXERCISE for Remote Sensing Course

This repository contains the exercices for the EPFL Remote Sensing Course.

The exercises can be executed directly on the EPFL NOTO platform.

Alternatively, you can clone this repository on your laptop and install the required environment using conda with the following steps:

  1. Go to the directory where you want to clone the repository. As an example:

    cd /home/ghiggi/Courses
  2. Clone this repository:

    git clone git@github.com:ltelab/RS2024.git
    cd RS2024
  3. Install the dependencies using conda:

    conda env create -f environment.yml
  4. Activate the exo-rs2024 conda environment:

    conda activate exo-rs2024
  5. Add the environment to the jupyter notebook:

    python -m ipykernel install --user --name=exo-rs2024
  6. Launch the jupyter notebook:

    jupyter notebook

Note that the installation of the dependencies might cause conflicts; in case you encounter such issues and cannot fix them, please contact the TA team.

The latest version of the required packages can be installed using the following command:

conda install numpy pandas xarray dask rasterio rioxarray scikit-learn matplotlib-base seaborn colorcet pywavelets pillow jupyter

About

Repository for the remote sensing exercises 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published