PyScanCf
PyScanCf copied to clipboard
Creates PyART compatible cf-radial data from single scans of IMD Radar data.
Sir, please share the example file where you processed scan_type="C" data, of GOA_C data, (like CNI201124230735-IMD-C.nc, CNI201124230735-IMD-C.nc.1, this is from different station, I have this data of different time in...
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,...