Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
Cleaning junk, updating README
  • Loading branch information
cclopes committed Mar 11, 2019
1 parent d4189e2 commit c678190
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 1,748 deletions.
Binary file removed Paper/Captura de tela de 2018-12-17 15-20-27.png
Binary file not shown.
Binary file removed Paper/Captura de tela de 2018-12-17 15-23-31.png
Binary file not shown.
Binary file removed Paper/HailPad-ComBracadeiras.JPG
Binary file not shown.
36 changes: 29 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# soschuva_hail
R and Python scripts to read and process weather radar, lightning and other data related to hail cases in SOS-CHUVA Project.

## Radar_Processing [Python, R]
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)
---
**Disclaimer**: I'm still improving these scripts (specially converting from old Jupyter notebooks to sets of python scripts)
---

## ForTraCC_Processing [R]
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.

## 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).
Expand All @@ -18,6 +26,20 @@ A small tutorial about working with brazilian weather radar data in Python with
- [`Py-ART`](https://github.com/ARM-DOE/pyart)
- [`CSU_RadarTools`](https://github.com/CSU-Radarmet/CSU_RadarTools)

## Radar_Processing [Python, R]
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)

## Reanalysis_Processing [Python]
Processing ERA5 reanalysis data using:

- [`xarray`](http://xarray.pydata.org/en/stable/)
- [`MetPy`](https://unidata.github.io/MetPy/latest/index.html)

## Satellite_Processing [Python]
Processing GOES-16 data with the following installed packages:

Expand Down
691 changes: 0 additions & 691 deletions Reanalysis_Processing/read_process_era5.ipynb

This file was deleted.

17 changes: 0 additions & 17 deletions Reanalysis_Processing/read_process_era5.py

This file was deleted.

1,033 changes: 0 additions & 1,033 deletions Satellite_Processing/read_process_goes16.ipynb

This file was deleted.

0 comments on commit c678190

Please sign in to comment.