syedhamidali / PyScanCf

Creates PyART compatible cf-radial data from single scans of IMD Radar data.
https://syedha.com/PyScanCf
MIT License
15 stars 7 forks source link

Coordinate issue after rainfall calculation #13

Open Sanjitava opened 4 months ago

Sanjitava commented 4 months ago

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

syedhamidali commented 4 months ago

Did you checkout these examples?

https://github.com/syedhamidali/pyscancf_examples

especially recent ones?

Sanjitava commented 4 months ago

Yes Sir