freemansw1 / radar-plotter

Script for plotting radar data with a terrain background
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Plot SAILS scans #1

Open freemansw1 opened 2 years ago

freemansw1 commented 2 years ago

Right now, the script will only plot one sweep at a time from the volume files. Unfortunately, NEXRAD can sometimes include multiple sweeps of interest in the same volume file (e.g., for SAILS). We should loop through the available sweeps and plot multiple times if they are available.

ldgrantcsu commented 2 years ago

It would be great if this could be kept flexible though. E.g. for plotting radar throughout the entirety of BACS, I already have 6500 files just with reflectivity from KCYS and I actually don't want or need any higher time resolution than this!

freemansw1 commented 2 years ago

Yes, totally agreed. That would give the flexibility to plot high-resolution temporal data for specific cases while keeping the lower-resolution data for the broader overview.