PyScanCf
PyScanCf copied to clipboard
Coordinate issue after rainfall calculation
with plt.style.context(['dark_background']):R.plot(vmin = 0, vmax = 30, cmap = pyart.graph.cm.Carbone11)
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)
Did you checkout these examples?
https://github.com/syedhamidali/pyscancf_examples
especially recent ones?
Yes Sir