gnssrefl.filesizes module
- gnssrefl.filesizes.main()
very simple code to pick up all the file sizes for SNR files in a given year only checks for snr66 files.
this is too slow - instead of using numpy array - use a list - and then change to numpy array at the end
It makes a plot - not very useful now that files are nominal gzipped.
- Parameters:
station (str) – 4 character station name
year1 (int, optional) – beginning year
year2 (int, optional) – ending year
doy1 (int, optional) – beginning day of year
doy2 (int, optional) – ending day of year
gz (bool, optional) – say T or True to search for gzipped files