PyScanCf icon indicating copy to clipboard operation
PyScanCf copied to clipboard

Coordinate issue after rainfall calculation

Open Sanjitava opened this issue 1 year ago • 2 comments

with plt.style.context(['dark_background']):R.plot(vmin = 0, vmax = 30, cmap = pyart.graph.cm.Carbone11) image

fig = plt.figure(figsize = [5,6]) ax = plt.axes(projection=ccrs.PlateCarree()) R_geo.plot(vmin = 0, vmax = 30, cmap = pyart.graph.cm.Carbone11, ax=ax) add_map(ax=ax, b = 1, l=1) image

Sanjitava avatar Apr 22 '24 04:04 Sanjitava

Did you checkout these examples?

https://github.com/syedhamidali/pyscancf_examples

especially recent ones?

syedhamidali avatar Apr 22 '24 04:04 syedhamidali

Yes Sir

Sanjitava avatar Apr 22 '24 04:04 Sanjitava