PyScanCf icon indicating copy to clipboard operation
PyScanCf copied to clipboard

Creates PyART compatible cf-radial data from single scans of IMD Radar data.

Results 2 PyScanCf issues
Sort by recently updated
recently updated
newest added

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) ![image](https://github.com/syedhamidali/PyScanCf/assets/107239705/4e273aca-b249-40b8-9a5b-b36154ecf538) 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,...