-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
16 lines (16 loc) · 928 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: tracR
Title: Tracking Algorithm for convection.
Version: 1.0
Author: Bhupendra Raut <[email protected]>
Description: 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.
Imports: clue,
stringr,
EBImage,
spatstat,
conicfit,
ncdf4
Depends: R (>= 3.4.3)
License: GNU GENERAL PUBLIC LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1