ve1dx / wee_trend

A program to look for climate trends in the NOAA files generated by weewx
GNU General Public License v3.0
3 stars 0 forks source link

Rename variables #28

Closed ve1dx closed 2 years ago

ve1dx commented 2 years ago

Because Python passes by reference, there's no reason to use different variable names in the function call and function header. Things like loc, locn, location, mnth, month, etc., should be standardized.

ve1dx commented 2 years ago

Made variable names more consistent and readable.