RBhupi/tracR: Tracking Algorithm for convection.

tracR is an R implementation of the efficient and adaptive algorithm for tracking convection in radar, satellite, and simulated data. It uses the Fourier phase shift method to compute the first guess of the motion and the Hungarian method for optimized matching. The algorithm also checks merging and splitting of the objects based on their size and overlap with the other objects. The algorithm works with bi-level images. Therefore, the tracks are estimated independent of the physical properties of the objects, such as brightness temperature or reflectivity. TINT is not Titan is the python versin based on the tracR.

Getting started

Package details

AuthorBhupendra Raut <bhupendra.raut@gmail.com>
Maintainer
LicenseGNU GENERAL PUBLIC LICENSE
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("RBhupi/tracR")
RBhupi/tracR documentation built on June 13, 2022, 4:42 a.m.