Giter Site home page Giter Site logo

spectralrao-monitoring's Introduction

The open-source repository called spectralrao-monitoring is implemented on Python3.

A function called spectralrao receives one or more rasters as input and converts each one of them to a NumPy 2d array and performs all the steps needed to retrieve the RaoQ index and saves the output as a GeoTIFF raster in the desired path. The function supports two different modes of use: (i) "classic" calculates RaoQ on a single raster layer (or band) (ii) multi-dimensional, making use of several bands defined by the user

The window size parameter given by the user is required to define an odd-sized square rolling window to preserve the integrity of the information - the movement of the window on the whole image allowing to iterate the procedures to define RaoQ.

The parameter "na.tolerance" determines the algorithm's behavior when encountering Not a Number (NaN) values in the input image. This parameter represents the minimum number of finite values accepted, enabling the calculation of the RaoQ in any given rolling window

There are two folders for a quick implementation of the Rao's Q index using both the "classic" and the "multidimensional" approaches.

A function called threshold_method allowed to define the threshold using the secant method. This is defined using two methods available in the Python package: calculateDistance used to calculate the distance between two points. It is mandatory to compute the threshold_method to determine the interest value to define the limit to certificate a change. This last method requires as input the NumPy type difference between the RaoQ for two periods of interest, being the results is a binary map (Change-NoChange)

The binary_change method allowed to define a single binary map where the change is confirmed only when it occurred in the same pixel of two different inputs

The method, priority_classification, requires as input the two binary maps extracted using RaoQ and NDVI information and allows to define the priority of the change for each pixels of the area of interest.

spectralrao-monitoring's People

Contributors

andreatassi23 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.