Requirement already satisfied: requests in /shared-libs/python3.9/py/lib/python3.9/site-packages (2.28.1)
Requirement already satisfied: idna<4,>=2.5 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from requests) (3.3)
Requirement already satisfied: charset-normalizer<3,>=2 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from requests) (2.1.0)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from requests) (1.26.11)
Requirement already satisfied: certifi>=2017.4.17 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from requests) (2022.6.15)
WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available.
You should consider upgrading via the '/root/venv/bin/python -m pip install --upgrade pip' command.
Requirement already satisfied: pandas in /shared-libs/python3.9/py/lib/python3.9/site-packages (1.2.5)
Collecting pandas
Downloading pandas-1.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.7/11.7 MB 48.7 MB/s eta 0:00:00
Requirement already satisfied: python-dateutil>=2.8.1 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from pandas) (2.8.2)
Requirement already satisfied: numpy>=1.18.5 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from pandas) (1.23.1)
Requirement already satisfied: pytz>=2020.1 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from pandas) (2022.1)
Requirement already satisfied: six>=1.5 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from python-dateutil>=2.8.1->pandas) (1.16.0)
Installing collected packages: pandas
Attempting uninstall: pandas
Found existing installation: pandas 1.2.5
Not uninstalling pandas at /shared-libs/python3.9/py/lib/python3.9/site-packages, outside environment /root/venv
Can't uninstall 'pandas'. No files were found to uninstall.
Successfully installed pandas-1.4.3
WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available.
You should consider upgrading via the '/root/venv/bin/python -m pip install --upgrade pip' command.
Collecting tableauhyperapi==0.0.14265
Downloading tableauhyperapi-0.0.14265-py3-none-manylinux2014_x86_64.whl (46.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 MB 38.5 MB/s eta 0:00:00
Requirement already satisfied: cffi!=1.14.3,<2,>=1.12.2 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from tableauhyperapi==0.0.14265) (1.15.1)
Requirement already satisfied: pycparser in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from cffi!=1.14.3,<2,>=1.12.2->tableauhyperapi==0.0.14265) (2.21)
Installing collected packages: tableauhyperapi
Successfully installed tableauhyperapi-0.0.14265
WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available.
You should consider upgrading via the '/root/venv/bin/python -m pip install --upgrade pip' command.
Collecting pantab==2.0.0
Downloading pantab-2.0.0-cp39-cp39-manylinux2014_x86_64.whl (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 KB 15.5 MB/s eta 0:00:00
Requirement already satisfied: tableauhyperapi in /root/venv/lib/python3.9/site-packages (from pantab==2.0.0) (0.0.14265)
Requirement already satisfied: pandas in /root/venv/lib/python3.9/site-packages (from pantab==2.0.0) (1.4.3)
Requirement already satisfied: python-dateutil>=2.8.1 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from pandas->pantab==2.0.0) (2.8.2)
Requirement already satisfied: numpy>=1.18.5 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from pandas->pantab==2.0.0) (1.23.1)
Requirement already satisfied: pytz>=2020.1 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from pandas->pantab==2.0.0) (2022.1)
Requirement already satisfied: cffi!=1.14.3,<2,>=1.12.2 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from tableauhyperapi->pantab==2.0.0) (1.15.1)
Requirement already satisfied: pycparser in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from cffi!=1.14.3,<2,>=1.12.2->tableauhyperapi->pantab==2.0.0) (2.21)
Requirement already satisfied: six>=1.5 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from python-dateutil>=2.8.1->pandas->pantab==2.0.0) (1.16.0)
Installing collected packages: pantab
Successfully installed pantab-2.0.0
WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available.
You should consider upgrading via the '/root/venv/bin/python -m pip install --upgrade pip' command.
Collecting gspread
Downloading gspread-5.4.0-py3-none-any.whl (37 kB)
Requirement already satisfied: google-auth>=1.12.0 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from gspread) (2.9.1)
Requirement already satisfied: google-auth-oauthlib>=0.4.1 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from gspread) (0.4.6)
Requirement already satisfied: rsa<5,>=3.1.4 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from google-auth>=1.12.0->gspread) (4.9)
Requirement already satisfied: six>=1.9.0 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from google-auth>=1.12.0->gspread) (1.16.0)
Requirement already satisfied: pyasn1-modules>=0.2.1 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from google-auth>=1.12.0->gspread) (0.2.8)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from google-auth>=1.12.0->gspread) (5.2.0)
Requirement already satisfied: requests-oauthlib>=0.7.0 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from google-auth-oauthlib>=0.4.1->gspread) (1.3.1)
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from pyasn1-modules>=0.2.1->google-auth>=1.12.0->gspread) (0.4.8)
Requirement already satisfied: requests>=2.0.0 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib>=0.4.1->gspread) (2.28.1)
Requirement already satisfied: oauthlib>=3.0.0 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib>=0.4.1->gspread) (3.2.0)
Requirement already satisfied: charset-normalizer<3,>=2 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from requests>=2.0.0->requests-oauthlib>=0.7.0->google-auth-oauthlib>=0.4.1->gspread) (2.1.0)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from requests>=2.0.0->requests-oauthlib>=0.7.0->google-auth-oauthlib>=0.4.1->gspread) (1.26.11)
Requirement already satisfied: certifi>=2017.4.17 in /shared-libs/python3.9/py/lib/python3.9/site-packages (from requests>=2.0.0->requests-oauthlib>=0.7.0->google-auth-oauthlib>=0.4.1->gspread) (2022.6.15)
Requirement already satisfied: idna<4,>=2.5 in /shared-libs/python3.9/py-core/lib/python3.9/site-packages (from requests>=2.0.0->requests-oauthlib>=0.7.0->google-auth-oauthlib>=0.4.1->gspread) (3.3)
Installing collected packages: gspread
Successfully installed gspread-5.4.0
WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available.
You should consider upgrading via the '/root/venv/bin/python -m pip install --upgrade pip' command.
Will retrieve data from 7/26/22 12AM through 8/25/22 10AM
--CRYSTAL FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snowfall 24 hour, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
--SNOQUALMIE PASS FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snowfall 24 hour, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
--STEVENS PASS FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snowfall 24 hour, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
--HURRICANE RIDGE FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
Missing snowfall 24 hour
--MT BAKER SKI AREA FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snowfall 24 hour, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
--WASHINGTON PASS FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snowfall 24 hour, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
--LAKE WENATCHEE FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snowfall 24 hour, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
--MT RAINIER FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snowfall 24 hour, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
--WHITE PASS SKI AREA FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snowfall 24 hour, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
--MT ST HELENS FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, wind direction, wind speed minimum, wind speed average, wind speed maximum
Missing snowfall 24 hour, snow depth
--CHINOOK PASS FROM 7/26/22 12AM TO 8/25/22 10AM--
Imported temperature, precipitation, snow depth, wind direction, wind speed minimum, wind speed average, wind speed maximum
Missing snowfall 24 hour
26793
Stevens Pass
Tye Mill
26794
Washington Pass
Mazama
26795
Washington Pass
Washington Pass Base
26796
Washington Pass
Washington Pass Upper
26797
White Pass Ski Area
White Pass Upper
Generated datetime range from 2022-07-26 00:00:00 to 2022-08-25 10:00:00
28504
Washington Pass
Mazama
28505
Washington Pass
Washington Pass Base
28506
Washington Pass
Washington Pass Upper
28507
White Pass Ski Area
Pigtail Peak
28508
White Pass Ski Area
White Pass Upper
28504
Washington Pass
Mazama
28505
Washington Pass
Washington Pass Base
28506
Washington Pass
Washington Pass Upper
28507
White Pass Ski Area
Pigtail Peak
28508
White Pass Ski Area
White Pass Upper
60
Stevens Pass
2022-08-23T16:00:00Z
61
Washington Pass
2022-08-23T17:00:00Z
62
Lake Wenatchee
2022-08-23T18:00:00Z
63
Lake Wenatchee
2022-08-23T19:00:00Z
64
Mt Rainier
2022-08-24T17:00:00Z
28504
Washington Pass
Mazama
28505
Washington Pass
Washington Pass Base
28506
Washington Pass
Washington Pass Upper
28507
White Pass Ski Area
Pigtail Peak
28508
White Pass Ski Area
White Pass Upper
Will anchor corrections to 7/26/22 12AM, 8/10/22 5AM, 8/25/22 10AM
Anchoring corrections to 7/26/22 12AM
Anchoring corrections to 8/10/22 5AM
Anchoring corrections to 8/25/22 10AM
85522
White Pass Ski Area
White Pass Upper
85523
White Pass Ski Area
White Pass Upper
85524
White Pass Ski Area
White Pass Upper
85525
White Pass Ski Area
White Pass Upper
85526
White Pass Ski Area
White Pass Upper
112
White Pass Ski Area
Pigtail Peak
113
White Pass Ski Area
Pigtail Peak
114
White Pass Ski Area
White Pass Upper
115
White Pass Ski Area
White Pass Upper
116
White Pass Ski Area
White Pass Upper
26311
White Pass Ski Area
White Pass Upper
26312
White Pass Ski Area
White Pass Upper
26313
White Pass Ski Area
White Pass Upper
26314
White Pass Ski Area
White Pass Upper
26315
White Pass Ski Area
White Pass Upper
28504
Washington Pass
Mazama
28505
Washington Pass
Washington Pass Base
28506
Washington Pass
Washington Pass Upper
28507
White Pass Ski Area
Pigtail Peak
28508
White Pass Ski Area
White Pass Upper
Derived metadata
Google Sheets
--Weather Workbook--
Cleared the "Weather" sheet
Inserted 28509 records into the "Weather" sheet
Cleared the "Metadata" sheet
Inserted 1 records into the "Metadata" sheet
--Correction Models Workbook--
Cleared the "Corrections" sheet
Inserted 85527 records into the "Corrections" sheet
Cleared the "Correction Models" sheet
Inserted 117 records into the "Correction Models" sheet
Cleared the "Metadata" sheet
Inserted 1 records into the "Metadata" sheet