I'm trying to plot level2 radar data for a tornado outbreak in Michigan 2016. When I try calling the radar data file, it gives me a "File 'myfilename' is not in the registry". However, when I use the exact example KTLX file used in the Metpy website example, it works fine. They live in the same directory and everything. I get the same error whether I copy and paste the exact code from the Metpy site and change the file called, or if I'm simply just trying to read the data.
Second, I notice that the file used in the example is a .gz file. When I downloaded the same example file from NCEI, it came as a .gz, but the files for 2016 are not .gz. I turned one of my files into .gz for the sake of trying, and still no luck. Should I zip all my data to be a .gz file or is that not needed?
If you're curious, the radar data files are KGRR20160820_163004_V06 through KGRR20160820_170654_V06.
Thank you for any help you can provide!