Git Product home page Git Product logo

medellin-2019's Introduction

Earth Observation Data for Agriculture

Workshop slides, projects and jupyter notebooks for the Medellin 2019 RADA Big Data Summer School

Contents

This repository contains all of the slides, tutorial notebooks and project notebooks for the workshop in Medellin, Colombia (11th - 15th of February 2019).

Tutorials

  1. Optical Satellite Imagery

  2. Sci-Kit Learn for Image Data

  3. Image Segmentation with Radar Images

Project

A group project using remote sensing data is included in this repository. An overview of the research challenge is provided here and we have provided a demonstration on how to access the dataset here

Slides

Getting Started

Here are the detailed steps you need to get started with this project, using Anaconda. If you are more familiar with a different package manager (e.g. virtualenv), you may prefer to use this.

1. Install Anaconda

Before starting any of the project work, it is important to set up Anaconda. First step is to download and install it from https://www.anaconda.com/distribution/

2. Clone this repository

Download this whole repository to your local disk and unzip it. If you have git installed, you can just use:

git clone https://github.com/joe-fennell/medellin-2019.git

3. Set up the conda environment

Open a terminal window and navigate to the top level folder of the project repository.

For example, if you downloaded the repository to Documents, then it would be:

cd ~/Documents/medellin-2019

Once you are in the directory, set up a new environment using the file we provided

conda env create -f medellin.yml

Now whenever you want to run the code, use:

conda activate medellin

to run the environment.

4. Download Sentinel 2 Data

NB: You only need to do this if you are planning on working on the agri project.

Pre-processed Sentinel 2 data for the project can be downloaded from

https://drive.google.com/file/d/1oSitiedyaYiaElcTfFhvJHUSjJYQQxNU/view?usp=sharing.

Move the data file (cali_training.nc) to project/geo_data

5. Get started!

Start the environment and launch jupyter notebooks

conda activate medellin
jupyter notebook

Authors

medellin-2019's People

Contributors

joe-fennell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.