Skip to content

Commit

Permalink
Updating READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
cclopes committed Dec 10, 2021
1 parent e856f39 commit 3cfbbd0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
5 changes: 5 additions & 0 deletions ForTraCC_Processing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ForTraCC_Processing [R scripts]
Processing ForTraCC-Radar clusters and families per case as lists using `tidyverse` functions.

## Main scripts
- [`cappis_fortracc_figs.R`](fortracc_figs.R): reading pre-processed clusters and generating CAPPI plots (figures in [`ForTraCC_Processing/figures/cappis/`](figures/cappis/))
6 changes: 6 additions & 0 deletions General_Processing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# General_Processing [R scripts]
Generating figures and data about the cases, joining ForTraCC, radar and lightning. Generating misc figures.

## Main scripts

- [`plot_summary_cases.R`](plot_summary_cases.R): reading pre-processed clusters and lightning data and plotting summary figs (system evolution during hailfall, lifecycle)
2 changes: 2 additions & 0 deletions MultiDoppler_Processing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# MultiDoppler_Processing [Python, R scripts]
Processing doppler data from 2 (or 3) weather radars using [`MultiDop`](https://github.com/nasa/MultiDop) and [`PyDDA`](https://github.com/openradar/PyDDA) (not fully implemented). Plotting output data with [`Py-ART`](https://github.com/ARM-DOE/pyart).
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# soschuva_hail
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"](https://teses.usp.br/teses/disponiveis/14/14133/tde-06052019-155657/en.php) @ USP - Brasil.
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"](https://teses.usp.br/teses/disponiveis/14/14133/tde-06052019-155657/en.php) @ IAG/USP - Brazil.

***Disclaimer**: I'm still improving these scripts (specially converting from old Jupyter notebooks to sets of python scripts)*

## ForTraCC_Processing [R]
More info about each folder can be found in each respective README.

- ## [ForTraCC_Processing](ForTraCC_Processing/README.md)
Processing ForTraCC-Radar clusters and families per case as lists using `tidyverse` functions.

## General_Processing [R]
Generating figures and data about the cases, joining ForTraCC, radar and lightning. Generating misc figures.
- ## [General_Processing](General_Processing/README.md)

## Hailpads_Processing [R]
Processing hailpads data per case as lists using `tidyverse` functions.

## Lightning_Processing [R]
Processing BrasilDAT lightning data with `tidyverse` functions, converting strokes to flashes using [`DBSCAN`](https://github.com/mhahsler/dbscan) package.

## MultiDoppler_Processing [Python]
Processing doppler data from 2 (or 3) weather radars using [`MultiDop`](https://github.com/nasa/MultiDop) and [`PyDDA`](https://github.com/openradar/PyDDA) (not fully implemented). Plotting output data with [`Py-ART`](https://github.com/ARM-DOE/pyart).
- ## [MultiDoppler_Processing](MultiDoppler_Processing/README.md)

## PyART_CSURT_Tutorial [Python]
A small tutorial about working with brazilian weather radar data in Python with the following packages:
Expand Down Expand Up @@ -51,3 +51,4 @@ Acquiring Wyoming sounding data with the following installed packages:

- [`siphon`](https://github.com/Unidata/siphon)
- [`MetPy`](https://github.com/Unidata/MetPy)

7 changes: 7 additions & 0 deletions Radar_Processing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Radar_Processing [Python, R] scripts
Processing weather radar data in two fronts:
- In Python:
- Calculate hydrometeor classification (using [`CSU_RadarTools`](https://github.com/CSU-Radarmet/CSU_RadarTools)) and plot with polarimetric variables
- Plot PPIs of single-pol variables
- In R:
- Read and view CAPPI data (specially from São Roque radar)

0 comments on commit 3cfbbd0

Please sign in to comment.