Code Monkey home page Code Monkey logo

bandits's Introduction

BanDiTS (Breakpoint Detection in Timeseries for Sentinel-1)

This tool aims to make detecting breakpoints and anomalies in Sentinel-1 time series easier:

This package is a project by Marlin M. Mueller and Jonas Ziemer for the module GEO419 of the M.Sc. Geoinformatics at the Friedrich-Schiller-University Jena. It provides a framework for importing 3D-raster files in rasterio-compatible formats and provides basic filtering and statistical functionality. It was developed mainly for fire and agricultural breakpoint detection

Basic functionality includes:

  • Importing time series data and preliminary light cleaning of data (specifically developed for Sentinel-1 stacks created in ENVI, but should work with all kinds of time series stacks)
  • Applying different statistical functions along time axis of data to retrieve different metrics on a time scale
  • Applying different filter functions along time axis of data to enable better detection of breakpoints
  • Applying breakpoint detection functions based on filtered time series
  • Creating new raster files to visualize applied functions
  • Working in parallelized, multi-threaded way for efficient computation (6x faster with 16 threads vs 1 thread)
  • Uses max. two times the amount of system memory of the input file size
  • Easy expansion with new functions is possible

Developed in Python 3.8

Installation

In case you have git installed you can install the package as follows:

pip install git+https://github.com/marlinmm/BanDiTS.git

If not and you have trouble to find a way, please open an issue.

If you have trouble installing rasterio or the needed GDAL package on Windows, download and install the .whl files directly from here.

Example Notebook

You can find an example notebook containing explanations for the general functionality here.

  • For plotting of the result maps in the notebook the package matplotlib is required and the package skimage is recommended

WORK IN PROGRESS

bandits's People

Contributors

marlinmm avatar jziemer1996 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.