rcjackson / dealias-1

Radar Doppler velocity dealiasing technique using 3D continuity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOI

UNRAVEL

UNRAVEL (UNfold RAdar VELocity) is an open-source modular Doppler velocity dealiasing algorithm for weather radars. UNRAVEL is an algorithm that does not need external reference velocity data, making it easily applicable. The proposed algorithm includes eleven core modules and two dealiasing strategies. UNRAVEL is an iterative algorithm. The goal is to build the dealiasing results starting with the strictest possible continuity tests in azimuth and range and, after each step, relaxing the parameters to include more results from a progressively growing number of reference points. UNRAVEL also has modules that perform 3D continuity checks. Thanks to this modular design, the number of dealiasing strategies can be expanded in order to optimise the dealiasing results.

Changelog:

Version 1.2.5:

  • New box check using a fast and robust striding window algorithm, up to 10x faster for that function call. Version 1.2.0:
  • Multiprocessing using unravel_3D_pyart_multiproc
  • Various optimization and speed up.

Installation

The easiest method for installing UNRAVEL is to use pip:

pip install unravel

If you want to package UNRAVEL in an application (using for example cx_Freeze), make sure to remove this line from setup.py:

zip_safe=False

Dependencies

Mandatory dependencies:

Even thought it does not directly requires Py-ART to run, UNRAVEL can use Py-ART data class as input.

References:

Louf, V., Protat, A., Jackson, R. C., Collis, S. M., & Helmus, J. (2020). UNRAVEL: A Robust Modular Velocity Dealiasing Technique For Doppler Radar. Journal of Atmospheric and Oceanic Technology, 4(1), 741–758. [https://doi.org/10.1175/jtech-d-19-0020.1]

About

Radar Doppler velocity dealiasing technique using 3D continuity.

License:MIT License


Languages

Language:Python 100.0%