Giter Site home page Giter Site logo

virtual-workshop's Introduction

Virtual Workshop: Remote sensing from space and applications

Training material for an introduction to OTB

This repository is a fork of David Youssefi workshop for Malta university (https://gitlab.orfeo-toolbox.org/dyoussef/2020-otb-malta) with some notebooks initially prepared for the "OTB Guided Tour" (https://gitlab.orfeo-toolbox.org/dyoussef/otb-guided-tour). This repository contain different notebooks, designed to be run on Python environment, locally or remote (for instance, with Google Colab or Binder). The wiki pages associatd with this repo contain some slides as well as some datapackages.

Planning (example)

  • 09.00 - 10.00 Introduction to the Orfeo Toolbox

  • 10:15 - 11:30 A brief tour of Monteverdi + OTB-Applications

  • 11.30 - 12.30 OTB guided tour : build a small remote sensing chain in Python with OTB

  • 14:00 - 15:30 OTB Processing in Python (Classification 1/2)

  • 15:30 - 17:00 OTB Processing in Python (Classification 2/2)

Installation

Google Colab

  • Go to Google Colab
  • Log in with your Google account
  • Click to File -> Open notebook
  • Select Github
  • Put the URL of this repository in the search field
  • Select a notebook

Instructions: Linux (Debian/Ubuntu)

In order to install the Orfeo Toolbox you need to install the prerequisites. You can do this using the following commands

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3-dev
sudo apt-get install python3 numpy
sudo apt install cmake
sudo apt-get install build-essential
sudo apt-get install libgl1-mesa-dev

Download the 64-bit Linux installation of the Orfeo Toolbox

mkdir -p ~/install && cd ~/install
wget https://www.orfeo-toolbox.org/packages/OTB-7.2.0-Linux64.run

This package is a self-extractable archive. You may uncompress it with a double-click on the file, or from the command line as follows:

chmod +x OTB-7.2.0-Linux64.run
./OTB-7.2.0-Linux64.run
cd OTB-7.2.0-Linux64/
. otbenv.profile
ctest -S share/otb/swig/build_wrapping.cmake -VV

Then, create a vitual environment

python3 -m venv ~/venv_OTB7.0
. ~/venv_OTB7.0/bin/activate
pip install --upgrade pip
export CPATH="~/install/OTB-7.2.0-Linux64/include"
pip install --no-binary rasterio
pip install notebook matplotlib folium Shapely requests geojson 

virtual-workshop's People

Contributors

otbformation avatar ytanguy 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.