I will try to keep a list of known issues for the current version on this page:
- Missing months if no data available:
The stations.csv output file should include every month from the first month with data to the last month with data. Currently, it skips any months that have no data available. This could cause issues with plotting, depending on the type of chart you are using. - Errors handling stations with multiple series:
I need to look into this one more, but it seems that the program has lots of issues when any of the stations in the input list have more than one series. - Cell-temperature averaging is biased to areas with many stations:
My method of averaging stations surrounding a cell to determine the cell temperature has a flaw. The cell temperature is biased towards areas in the “averaging radius” that have lots of stations. I will look into this when implementing geoid gridding.