GithubHelp home page GithubHelp logo

magdziarek / trendengine Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 3.0 2.21 MB

Detect trends and changes in vegetation using remote sensing time series data.

License: MIT License

Makefile 0.85% Python 68.13% CSS 1.43% HTML 18.66% Batchfile 1.10% Roff 3.88% JavaScript 5.95%
remote-sensing time-series trend-analysis google-earth-engine

trendengine's Introduction

TrendEngine

TrendEngine serves detection of change and trend in vegetation using remote sensing time series data. The process consists of three steps: acquisition, analysis and visualization of results.

TrendEngine employs Google Earth Engine Python API on the backend and allows to choose from two datasets:

  • GIMMS NDVI with resolution of 8000 m
  • MODIS NDVI with resolution of 250 m

An area of interest (AOI) can be described by selecting an individual geographic point or a bounding box of a polygon on the provided map. Results for an individual geographic point provide details and are plotted on graphs. Textual output is also provided. Results for polygons provide an overview. They are displayed on interactive maps with descriptive statistics.

The analysis can be performed using two algorithms:

  • PolyTrend for trend detection in time series. It returns:

    • the type of trend: cubic, cuadratic, linear or concealed (no net change),
    • direction of change
    • slope of the linear fit Results for points contain details: a plot with the time series data and the fitted regression line. Results for polygon provide an overview: each pixel of displayed map represents one of the values calculated by PolyTrend: type of trend, slope, significance or direction.

    The data used is an annual NDVI composite created using the maximum value.

    See: Jamali, S., Seaquist, J., Eklundh, L., Ardö, J., 2014. Automated mapping of vegetation trends with polynomials using NDVI imagery over the Sahel. Remote Sens. Environ. 141, 79–89. https://doi.org/10.1016/j.rse.2013.10.019

  • Detecting Breakpoints and Estimating Segments in Trend describes characteristics of changes. It employs two algorithms: generalization and change detection. 1/ Generalization returns a generalized trend and f-local-change depicted on a plot. 2/ Change detection uses Seasonal Trend Decomposition (STL) based on loess to derive trend components: trend, seasonal, remainder. TrendEngine visualizes them on plots. Additonally, textual output includes characteristics of major changes: the start and end dates, magnitude and statistical significance. An overview of these values can be displayed on change maps if a polygon is selected.

    The data is composited from bimonthly NDVI to monthly.

    See: Jamali, S., Jönsson, P., Eklundh, L., Ardö, J., Seaquist, J., 2015. Detecting changes in vegetation trends using time series segmentation. Remote Sens. Environ. 156, 182–195. https://doi.org/10.1016/j.rse.2014.09.010

TODO:

  • improve map display - better legends
  • fix option of using own dataset

trendengine's People

Contributors

dependabot[bot] avatar magdziarek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

trendengine's Issues

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.