R and Python scripts to read and process weather radar, lightning and other data related to hailstorm cases in SOS-CHUVA Project. Part of dissertation "Microphysics, Kinematics and Electrification in Hail Producing Tropical Storms during SOS-CHUVA Project" @ IAG/USP - Brazil.
Disclaimer: I'm still improving these scripts (specially converting from old Jupyter notebooks to sets of python scripts)
More info about each folder can be found in each respective README.
Processing ForTraCC-Radar clusters and families per case as lists using tidyverse
functions.
Processing hailpads data per case as lists using tidyverse
functions.
Processing BrasilDAT lightning data with tidyverse
functions, converting strokes to flashes using DBSCAN
package.
A small tutorial about working with brazilian weather radar data in Python with the following packages:
Processing weather radar data in two fronts:
- In Python:
- Calculate hydrometeor classification (using
CSU_RadarTools
) and plot with polarimetric variables - Plot PPIs of single-pol variables
- Calculate hydrometeor classification (using
- In R:
- Read and view CAPPI data (specially from São Roque radar)
Processing ERA5 reanalysis data using:
Processing GOES-16 data with the following installed packages:
netcdf4
(conda-forge)basemap
(conda-forge)basemap-data-hires
(conda-forge)gdal
(conda-forge)
Acquiring Wyoming sounding data with the following installed packages: