Hamid Ali Syed
Hamid Ali Syed
I have improved it according to my need, I would like share code and result, it looks good. 
Any interested in the code can check out https://github.com/syedhamidali/CAPPI-NETCDF/blob/main/MaxZ%20(1).ipynb
You can check out Lakshmanan et. al., 2013 for calculating echo top heights in the link provided below; [Link](https://doi.org/10.1175/WAF-D-12-00084.1)
@gabrielcassol I would suggest having a look at this, https://github.com/syedhamidali/CAPPI-NETCDF/blob/main/simple_cappi.ipynb You can make the data gridded, then plot it at whatever height you want. Here I have plotted Max-CAPPI in...
Yeah, suppose in this [notebook](https://github.com/syedhamidali/DRpy/blob/master/notebooks/drpy_example.ipynb), I have sliced the cyclone region only from (nscan) 5000:6000. Now I want to convert it to gridded data; how to do that? If you...
Here it is, a simple notebook https://github.com/syedhamidali/DRpy/blob/master/notebooks/drpy_example.ipynb
@kmuehlbauer Yeah, I completely agree with you, I am also hesitant to use custom subclassing, and I appreciate you sharing the helpful link. I've gained some initial insights into "extending...
Closing this PR without merging, see #224
Based on the this [Open Radar Discourse thread](https://openradar.discourse.group/t/how-to-plot-the-pseudo-rhi-for-rainbow-5-by-using-vol-data-format/338) it seems that we need to add more metadata to the rainbow reader, something pretty similar to what is in this function:...
> > I can easily take care of datatree to dataset transformation but would need help with the datatree to dataset transformation. > > I've stumbled over this on the...