Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 3.07 KB

README.md

File metadata and controls

76 lines (50 loc) · 3.07 KB

University of Buenos Aires (UBA)
Master in Data Mining and Knowledge Discovery
Sistemas de información geografica
Trabajo Práctico 2

Clasificación de imágenes satelitales para la detección de cultivos y cuantificación de áreas sembradas en Argentina

Docs

Notebooks:

Analisis con Orange DM

Links

Requisites

Getting started

Step 1: Clone repo.

$ git clone https://github.com/magistery-tps/gis-tp2.git
$ cd gis-tp2

Step 2: Create environment.

$ conda env create -f environment.yml

See notebooks in jupyter lab

Step 1: Enable project environment.

$ conda activate gis-tp2

Step 2: Under project directory boot jupyter lab.

$ jupyter lab

Jupyter Notebook 6.1.4 is running at:
http://localhost:8888/?token=45efe99607fa6......

Step 3: Go to http://localhost:8888.... as indicated in the shell output.