Remote sensing tutorials taught at the McGill GIC.
You can access this tutorial in two ways.
Open a notebook in Google Colab. Next, make sure you have the relevant files on your instance. These should include:
- A folder called "data"
- A folder called "img"
- A .py file called "utiles.py"
- A .py file called spectral_indexes.py
If you do not have them:
- Download them from Mediafire
- Upload them to the Google Colab
You can also clone this repo directly. In that case:
git clone https://github.com/maybemkl/gic-rs-tutorials.git
You need Jupyter lab or Jupyter notebook to actually run the code. Once you have those installed and a virtuan environment setup, install all the prerequisite packages:
pip install -r requirements.txt
Now you can run the notebook:
jupyter lab 01_pystac.ipynb
The Google Colab can be accessed here. This time you only need the image files here. Otherwise you can follow the steps above, except to do:
pip install -r 02_requirements.txt
jupyter lab 02_object_detection_yolov5.ipynb
This week I recommend just using the Google Colab which you can access here