20230509-1511.03-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-0111.03 20230509-1511.40-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300000_GOES18-ABI-hi-09-600x600.jpg 20230509-1511.42-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300010_GOES18-ABI-hi-09-600x600.jpg 20230509-1511.42-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300020_GOES18-ABI-hi-09-600x600.jpg 20230509-1511.44-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300030_GOES18-ABI-hi-09-600x600.jpg 20230509-1511.44-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300040_GOES18-ABI-hi-09-600x600.jpg 20230509-1511.46-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300050_GOES18-ABI-hi-09-600x600.jpg 20230509-1511.46-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-0111.46 20230509-1511.46-HST GOES Image Fetcher INFO: END: 20230510-0111.46 20230509-1611.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-0211.02 20230509-1611.02-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-0211.02 20230509-1611.02-HST GOES Image Fetcher INFO: END: 20230510-0211.02 20230509-1711.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-0311.02 20230509-1711.02-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-0311.02 20230509-1711.02-HST GOES Image Fetcher INFO: END: 20230510-0311.02 20230509-1811.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-0411.02 20230509-1811.02-HST GOES Image Fetcher:band-09 ERROR: Could not save image for band-09 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))",),) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 776, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 276, in run save_images( data, clobber = False ) File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 411, in save_images url_regex = url_image_pattern File "/home/ida/src/python3-lib/internet_irtf/htmlutil.py", line 24, in extract_url req = requests.get( list_url, allow_redirects = True ) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-1811.02-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-0411.02 20230509-1811.02-HST GOES Image Fetcher INFO: END: 20230510-0411.02 20230509-1911.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-0511.02 20230509-1911.02-HST GOES Image Fetcher:band-09 ERROR: Could not save image for band-09 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))",),) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 776, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 276, in run save_images( data, clobber = False ) File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 411, in save_images url_regex = url_image_pattern File "/home/ida/src/python3-lib/internet_irtf/htmlutil.py", line 24, in extract_url req = requests.get( list_url, allow_redirects = True ) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-1911.02-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-0511.02 20230509-1911.02-HST GOES Image Fetcher INFO: END: 20230510-0511.02 20230509-2011.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-0611.02 20230509-2011.02-HST GOES Image Fetcher:band-09 ERROR: Could not save image for band-09 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))",),) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 776, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 276, in run save_images( data, clobber = False ) File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 411, in save_images url_regex = url_image_pattern File "/home/ida/src/python3-lib/internet_irtf/htmlutil.py", line 24, in extract_url req = requests.get( list_url, allow_redirects = True ) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-2011.02-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-0611.02 20230509-2011.02-HST GOES Image Fetcher INFO: END: 20230510-0611.02 20230509-2111.01-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-0711.01 20230509-2111.07-HST GOES Image Fetcher:band-09 ERROR: Could not save image for band-09 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))",),) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 776, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 276, in run save_images( data, clobber = False ) File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 411, in save_images url_regex = url_image_pattern File "/home/ida/src/python3-lib/internet_irtf/htmlutil.py", line 24, in extract_url req = requests.get( list_url, allow_redirects = True ) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-2111.07-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-0711.07 20230509-2111.07-HST GOES Image Fetcher INFO: END: 20230510-0711.07 20230509-2211.17-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-0811.17 20230509-2211.18-HST GOES Image Fetcher:band-09 ERROR: Could not save image for band-09 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))",),) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 776, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 276, in run save_images( data, clobber = False ) File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 411, in save_images url_regex = url_image_pattern File "/home/ida/src/python3-lib/internet_irtf/htmlutil.py", line 24, in extract_url req = requests.get( list_url, allow_redirects = True ) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-2211.18-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-0811.18 20230509-2211.18-HST GOES Image Fetcher INFO: END: 20230510-0811.18 20230509-2311.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-0911.02 20230509-2311.03-HST GOES Image Fetcher:band-09 ERROR: Could not save image for band-09 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))",),) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 776, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 276, in run save_images( data, clobber = False ) File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 411, in save_images url_regex = url_image_pattern File "/home/ida/src/python3-lib/internet_irtf/htmlutil.py", line 24, in extract_url req = requests.get( list_url, allow_redirects = True ) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-2311.03-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-0911.03 20230509-2311.03-HST GOES Image Fetcher INFO: END: 20230510-0911.03 20230510-0011.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1011.02 20230510-0011.02-HST GOES Image Fetcher:band-09 ERROR: Could not save image for band-09 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))",),) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 776, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 276, in run save_images( data, clobber = False ) File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 411, in save_images url_regex = url_image_pattern File "/home/ida/src/python3-lib/internet_irtf/htmlutil.py", line 24, in extract_url req = requests.get( list_url, allow_redirects = True ) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230510-0011.02-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1011.02 20230510-0011.02-HST GOES Image Fetcher INFO: END: 20230510-1011.02 20230510-0111.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1111.02 20230510-0111.02-HST GOES Image Fetcher:band-09 ERROR: Could not save image for band-09 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))",),) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 776, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 276, in run save_images( data, clobber = False ) File "/home/ida/src/weather/satellite/fetch-goes-image.py", line 411, in save_images url_regex = url_image_pattern File "/home/ida/src/python3-lib/internet_irtf/htmlutil.py", line 24, in extract_url req = requests.get( list_url, allow_redirects = True ) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/09/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230510-0111.02-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1111.02 20230510-0111.02-HST GOES Image Fetcher INFO: END: 20230510-1111.02 20230510-0211.01-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1211.01 20230510-0211.42-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300100_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.43-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300110_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.44-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300120_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.44-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300130_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.45-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300140_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.46-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300150_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.47-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300200_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.47-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300210_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.48-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300220_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300230_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300240_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.50-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300250_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300300_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.52-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300310_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300320_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300330_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.54-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300340_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.55-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300350_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.56-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300400_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.56-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300410_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.57-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300420_GOES18-ABI-hi-09-600x600.jpg 20230510-0211.58-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300430_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.00-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300440_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.00-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300450_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.02-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300500_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.03-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300510_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.04-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300520_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.05-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300530_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.07-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300540_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.08-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300550_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.09-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300600_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.10-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300610_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.11-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300620_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.12-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300630_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.14-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300640_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.15-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300650_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.16-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300700_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.17-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300710_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.19-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300720_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.19-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300730_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.21-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300740_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.22-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300750_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.23-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300800_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.24-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300810_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.25-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300820_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.26-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300830_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.28-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300840_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.29-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300850_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.30-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300900_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.31-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300910_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.33-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300920_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.33-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300930_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.35-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300940_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.36-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231300950_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.52-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301000_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301010_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.54-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301020_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.55-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301030_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.57-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301040_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.58-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301050_GOES18-ABI-hi-09-600x600.jpg 20230510-0212.59-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301100_GOES18-ABI-hi-09-600x600.jpg 20230510-0213.00-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301110_GOES18-ABI-hi-09-600x600.jpg 20230510-0213.01-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301120_GOES18-ABI-hi-09-600x600.jpg 20230510-0213.02-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301130_GOES18-ABI-hi-09-600x600.jpg 20230510-0213.04-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301140_GOES18-ABI-hi-09-600x600.jpg 20230510-0213.04-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301150_GOES18-ABI-hi-09-600x600.jpg 20230510-0213.06-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1213.06 20230510-0213.06-HST GOES Image Fetcher INFO: END: 20230510-1213.06 20230510-0311.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1311.02 20230510-0311.44-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301200_GOES18-ABI-hi-09-600x600.jpg 20230510-0311.46-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301210_GOES18-ABI-hi-09-600x600.jpg 20230510-0311.47-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301220_GOES18-ABI-hi-09-600x600.jpg 20230510-0311.48-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301230_GOES18-ABI-hi-09-600x600.jpg 20230510-0311.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301240_GOES18-ABI-hi-09-600x600.jpg 20230510-0311.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301250_GOES18-ABI-hi-09-600x600.jpg 20230510-0311.53-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1311.53 20230510-0311.53-HST GOES Image Fetcher INFO: END: 20230510-1311.53 20230510-0411.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1411.02 20230510-0411.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301300_GOES18-ABI-hi-09-600x600.jpg 20230510-0411.50-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301310_GOES18-ABI-hi-09-600x600.jpg 20230510-0411.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301320_GOES18-ABI-hi-09-600x600.jpg 20230510-0411.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301340_GOES18-ABI-hi-09-600x600.jpg 20230510-0411.54-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301350_GOES18-ABI-hi-09-600x600.jpg 20230510-0411.56-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1411.56 20230510-0411.56-HST GOES Image Fetcher INFO: END: 20230510-1411.56 20230510-0511.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1511.02 20230510-0511.47-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301400_GOES18-ABI-hi-09-600x600.jpg 20230510-0511.48-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301410_GOES18-ABI-hi-09-600x600.jpg 20230510-0511.50-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301420_GOES18-ABI-hi-09-600x600.jpg 20230510-0511.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301430_GOES18-ABI-hi-09-600x600.jpg 20230510-0511.52-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301440_GOES18-ABI-hi-09-600x600.jpg 20230510-0511.54-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301450_GOES18-ABI-hi-09-600x600.jpg 20230510-0511.56-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1511.56 20230510-0511.56-HST GOES Image Fetcher INFO: END: 20230510-1511.56 20230510-0611.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1611.02 20230510-0611.45-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301500_GOES18-ABI-hi-09-600x600.jpg 20230510-0611.46-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301510_GOES18-ABI-hi-09-600x600.jpg 20230510-0611.48-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301520_GOES18-ABI-hi-09-600x600.jpg 20230510-0611.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301530_GOES18-ABI-hi-09-600x600.jpg 20230510-0611.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301540_GOES18-ABI-hi-09-600x600.jpg 20230510-0611.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301550_GOES18-ABI-hi-09-600x600.jpg 20230510-0611.55-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1611.55 20230510-0611.55-HST GOES Image Fetcher INFO: END: 20230510-1611.55 20230510-0711.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1711.02 20230510-0711.45-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301600_GOES18-ABI-hi-09-600x600.jpg 20230510-0711.46-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301610_GOES18-ABI-hi-09-600x600.jpg 20230510-0711.48-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301620_GOES18-ABI-hi-09-600x600.jpg 20230510-0711.50-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301630_GOES18-ABI-hi-09-600x600.jpg 20230510-0711.52-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301640_GOES18-ABI-hi-09-600x600.jpg 20230510-0711.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301650_GOES18-ABI-hi-09-600x600.jpg 20230510-0711.56-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1711.56 20230510-0711.56-HST GOES Image Fetcher INFO: END: 20230510-1711.56 20230510-0811.04-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1811.04 20230510-0811.48-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301700_GOES18-ABI-hi-09-600x600.jpg 20230510-0811.50-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301710_GOES18-ABI-hi-09-600x600.jpg 20230510-0811.52-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301720_GOES18-ABI-hi-09-600x600.jpg 20230510-0811.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301730_GOES18-ABI-hi-09-600x600.jpg 20230510-0811.55-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301740_GOES18-ABI-hi-09-600x600.jpg 20230510-0811.57-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301750_GOES18-ABI-hi-09-600x600.jpg 20230510-0811.59-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1811.59 20230510-0811.59-HST GOES Image Fetcher INFO: END: 20230510-1811.59 20230510-0911.04-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-1911.04 20230510-0911.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301800_GOES18-ABI-hi-09-600x600.jpg 20230510-0911.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301810_GOES18-ABI-hi-09-600x600.jpg 20230510-0911.52-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301820_GOES18-ABI-hi-09-600x600.jpg 20230510-0911.54-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301830_GOES18-ABI-hi-09-600x600.jpg 20230510-0911.56-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301840_GOES18-ABI-hi-09-600x600.jpg 20230510-0911.57-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301850_GOES18-ABI-hi-09-600x600.jpg 20230510-0912.00-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-1912.00 20230510-0912.00-HST GOES Image Fetcher INFO: END: 20230510-1912.00 20230510-1011.03-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-2011.03 20230510-1011.48-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301900_GOES18-ABI-hi-09-600x600.jpg 20230510-1011.50-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301910_GOES18-ABI-hi-09-600x600.jpg 20230510-1011.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301920_GOES18-ABI-hi-09-600x600.jpg 20230510-1011.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301930_GOES18-ABI-hi-09-600x600.jpg 20230510-1011.55-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301940_GOES18-ABI-hi-09-600x600.jpg 20230510-1011.57-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231301950_GOES18-ABI-hi-09-600x600.jpg 20230510-1012.00-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-2012.00 20230510-1012.00-HST GOES Image Fetcher INFO: END: 20230510-2012.00 20230510-1111.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-2111.02 20230510-1111.48-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302000_GOES18-ABI-hi-09-600x600.jpg 20230510-1111.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302010_GOES18-ABI-hi-09-600x600.jpg 20230510-1111.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302020_GOES18-ABI-hi-09-600x600.jpg 20230510-1111.52-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302030_GOES18-ABI-hi-09-600x600.jpg 20230510-1111.54-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302040_GOES18-ABI-hi-09-600x600.jpg 20230510-1111.55-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302050_GOES18-ABI-hi-09-600x600.jpg 20230510-1111.59-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-2111.59 20230510-1111.59-HST GOES Image Fetcher INFO: END: 20230510-2111.59 20230510-1211.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-2211.02 20230510-1211.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302100_GOES18-ABI-hi-09-600x600.jpg 20230510-1211.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302110_GOES18-ABI-hi-09-600x600.jpg 20230510-1211.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302120_GOES18-ABI-hi-09-600x600.jpg 20230510-1211.52-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302130_GOES18-ABI-hi-09-600x600.jpg 20230510-1211.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302140_GOES18-ABI-hi-09-600x600.jpg 20230510-1211.54-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302150_GOES18-ABI-hi-09-600x600.jpg 20230510-1211.57-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-2211.57 20230510-1211.57-HST GOES Image Fetcher INFO: END: 20230510-2211.57 20230510-1311.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230510-2311.02 20230510-1311.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302200_GOES18-ABI-hi-09-600x600.jpg 20230510-1311.50-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302210_GOES18-ABI-hi-09-600x600.jpg 20230510-1311.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302220_GOES18-ABI-hi-09-600x600.jpg 20230510-1311.52-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302230_GOES18-ABI-hi-09-600x600.jpg 20230510-1311.54-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302240_GOES18-ABI-hi-09-600x600.jpg 20230510-1311.54-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302250_GOES18-ABI-hi-09-600x600.jpg 20230510-1311.58-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230510-2311.58 20230510-1311.58-HST GOES Image Fetcher INFO: END: 20230510-2311.58 20230510-1411.01-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230511-0011.01 20230510-1411.47-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302300_GOES18-ABI-hi-09-600x600.jpg 20230510-1411.48-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302310_GOES18-ABI-hi-09-600x600.jpg 20230510-1411.49-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302320_GOES18-ABI-hi-09-600x600.jpg 20230510-1411.50-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302330_GOES18-ABI-hi-09-600x600.jpg 20230510-1411.51-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302340_GOES18-ABI-hi-09-600x600.jpg 20230510-1411.53-HST GOES Image Fetcher:band-09 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_watervapor_band09/20231302350_GOES18-ABI-hi-09-600x600.jpg 20230510-1411.56-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230511-0011.56 20230510-1411.56-HST GOES Image Fetcher INFO: END: 20230511-0011.56 20230510-1426.02-HST GOES Image Fetcher:band-09 INFO: START: band-09: 20230511-0026.02 20230510-1427.11-HST GOES Image Fetcher:band-09 INFO: END : band-09: 20230511-0027.11 20230510-1427.11-HST GOES Image Fetcher INFO: END: 20230511-0027.11