Code Monkey home page Code Monkey logo

softwaredev_final's Introduction

Software Development Final Project

Final project for the course Software Development @PLUS

Identifying and upscaling vegetation endmembers from UAV imagery to estimate vegetation diversity at larger scale applications

Henrike Dierkes, Edgar Manrique, Kiarash Pooladsaz

Aim

  • Identify the proportion of different vegetation species within a pixel by upscaling UAV derived vegetation endmembers, using Linear Spectral Mixture Analysis (LSMA)

UAV derived vegetation endmembers

Expected Outcomes

  • Combine UAV and Satellite imagery for LSMA.
    • Algorithms to identify endmembers in UAV imagery.
    • Algorithms to upscale UAV derived endmembers to coarser resolution satellite imagery.
  • Standardized workflow for LSMA.
  • Streamlit application.

Data

  • Sentinel 2 Level 2A cloud free mosaic (10m pixel size).
  • UAV imagery (~2cm pixel size). A snippet can be downloaded here: data

Responsibilities

  • Conceptualization of the idea (Henrike, Edgar, Kiarash).
  • Endmembers extraction from UAV imagery (Henrike & Edgar).
  • LSMA Analysis (Henrike & Kiarash).
  • Web application (Edgar & Kiarash).

Due date

  • 31th July 2022

Expected time effort

  • Kiarash: 10h
  • Edgar: 20h
  • Henrike: 30h

Methodology

Spectral Mixture Analysis is a widely used methodology in Remote Sensing analysis. When classifying image pixels based on spectral information, the same problem occurs again and again - classifying the so-called mixed pixels. These are caused by the fact that the spatial resolution of the image pixels is in most cases larger than the to-be-classified surface type. Hence, the classification based on the spectral information is sometimes really difficult. Spectral Mixture Analysis (SMA) tries to overcome this problem by identifying the proportion of different surface types within each single pixel. The basic assumption of unmixing is that pixel represent a combination of multiple disparate surface cover types - the mixed pixels. In areas, where the object size exceeds the size of the pixel, we get so-called pure pixel.

LSMA

The Linear Spectral Mixture Analysis assumes that the total radiance recorded from a certain pixel can be expressed as a linear combination of its constituents. Mathematically, the problem can be solved using a simple linear equation with two known quantities and one unknown. This simple inversion is valid only if there is the same number of equations and unknowns. In reality, however, there are more spectral bands than endmembers, so the simple inversion is not possible. Instead, a least square solution is found using the Moore-Penrose pseudoinverse:

$$x = (A^T A)^-1 * A^T * R + e$$

x = vector of unknown abundances,

R = vector of known reflectance values,

A = a matrix with known endmembers and

e = error term.

softwaredev_final's People

Contributors

henridierkes avatar edgarjoao30 avatar kiapooladsaz avatar

Watchers

 avatar  avatar

Forkers

kiapooladsaz

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.