20230509-1516.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-0116.02 20230509-1516.57-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300000_GOES18-ABI-hi-13-600x600.jpg 20230509-1516.58-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300010_GOES18-ABI-hi-13-600x600.jpg 20230509-1516.59-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300020_GOES18-ABI-hi-13-600x600.jpg 20230509-1517.00-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300030_GOES18-ABI-hi-13-600x600.jpg 20230509-1517.01-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300040_GOES18-ABI-hi-13-600x600.jpg 20230509-1517.02-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300050_GOES18-ABI-hi-13-600x600.jpg 20230509-1517.03-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300100_GOES18-ABI-hi-13-600x600.jpg 20230509-1517.03-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-0117.03 20230509-1517.03-HST GOES Image Fetcher INFO: END: 20230510-0117.03 20230509-1616.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-0216.02 20230509-1616.02-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-0216.02 20230509-1616.02-HST GOES Image Fetcher INFO: END: 20230510-0216.02 20230509-1716.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-0316.02 20230509-1716.02-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-0316.02 20230509-1716.02-HST GOES Image Fetcher INFO: END: 20230510-0316.02 20230509-1816.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-0416.02 20230509-1816.02-HST GOES Image Fetcher:band-13 ERROR: Could not save image for band-13 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/13/ (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/13/ (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/13/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-1816.02-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-0416.02 20230509-1816.02-HST GOES Image Fetcher INFO: END: 20230510-0416.02 20230509-1916.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-0516.02 20230509-1916.03-HST GOES Image Fetcher:band-13 ERROR: Could not save image for band-13 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/13/ (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/13/ (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/13/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-1916.03-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-0516.03 20230509-1916.03-HST GOES Image Fetcher INFO: END: 20230510-0516.03 20230509-2016.03-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-0616.03 20230509-2016.03-HST GOES Image Fetcher:band-13 ERROR: Could not save image for band-13 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/13/ (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/13/ (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/13/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-2016.03-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-0616.03 20230509-2016.03-HST GOES Image Fetcher INFO: END: 20230510-0616.03 20230509-2116.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-0716.02 20230509-2116.02-HST GOES Image Fetcher:band-13 ERROR: Could not save image for band-13 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/13/ (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/13/ (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/13/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-2116.02-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-0716.02 20230509-2116.02-HST GOES Image Fetcher INFO: END: 20230510-0716.02 20230509-2216.03-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-0816.03 20230509-2216.03-HST GOES Image Fetcher:band-13 ERROR: Could not save image for band-13 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/13/ (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/13/ (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/13/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-2216.03-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-0816.03 20230509-2216.03-HST GOES Image Fetcher INFO: END: 20230510-0816.03 20230509-2316.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-0916.02 20230509-2316.03-HST GOES Image Fetcher:band-13 ERROR: Could not save image for band-13 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/13/ (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/13/ (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/13/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230509-2316.03-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-0916.03 20230509-2316.03-HST GOES Image Fetcher INFO: END: 20230510-0916.03 20230510-0016.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1016.02 20230510-0016.02-HST GOES Image Fetcher:band-13 ERROR: Could not save image for band-13 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/13/ (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/13/ (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/13/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230510-0016.02-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1016.02 20230510-0016.02-HST GOES Image Fetcher INFO: END: 20230510-1016.02 20230510-0116.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1116.02 20230510-0116.02-HST GOES Image Fetcher:band-13 ERROR: Could not save image for band-13 band: SSLError(MaxRetryError("HTTPSConnectionPool(host='cdn.star.nesdis.noaa.gov', port=443): Max retries exceeded with url: /GOES18/ABI/SECTOR/hi/13/ (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/13/ (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/13/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) 20230510-0116.03-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1116.03 20230510-0116.03-HST GOES Image Fetcher INFO: END: 20230510-1116.03 20230510-0216.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1216.02 20230510-0216.46-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300110_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.47-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300120_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300130_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300140_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300150_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300200_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.53-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300210_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.54-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300220_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.55-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300230_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.56-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300240_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.57-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300250_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.58-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300300_GOES18-ABI-hi-13-600x600.jpg 20230510-0216.59-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300310_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.00-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300320_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.01-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300330_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.02-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300340_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.03-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300350_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.04-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300400_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.05-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300410_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.06-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300420_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.07-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300430_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.08-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300440_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.10-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300450_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.10-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300500_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.11-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300510_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.12-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300520_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.14-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300530_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.14-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300540_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.16-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300550_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.16-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300600_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.18-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300610_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.18-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300620_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.20-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300630_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.20-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300640_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.22-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300650_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.22-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300700_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.24-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300710_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.24-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300720_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.26-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300730_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.27-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300740_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.28-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300750_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.29-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300800_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.30-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300810_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.31-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300820_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.32-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300830_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.33-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300840_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.34-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300850_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.35-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300900_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.36-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300910_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.37-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300930_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.38-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300940_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.39-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231300950_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.40-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301000_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.41-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301010_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.43-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301020_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.43-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301030_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.45-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301040_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.46-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301050_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.47-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301100_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.48-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301110_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301120_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.50-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301130_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301140_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.52-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301150_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.54-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301200_GOES18-ABI-hi-13-600x600.jpg 20230510-0217.56-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1217.56 20230510-0217.56-HST GOES Image Fetcher INFO: END: 20230510-1217.56 20230510-0316.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1316.02 20230510-0316.46-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301210_GOES18-ABI-hi-13-600x600.jpg 20230510-0316.48-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301220_GOES18-ABI-hi-13-600x600.jpg 20230510-0316.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301230_GOES18-ABI-hi-13-600x600.jpg 20230510-0316.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301240_GOES18-ABI-hi-13-600x600.jpg 20230510-0316.52-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301250_GOES18-ABI-hi-13-600x600.jpg 20230510-0316.54-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301300_GOES18-ABI-hi-13-600x600.jpg 20230510-0316.56-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1316.56 20230510-0316.56-HST GOES Image Fetcher INFO: END: 20230510-1316.56 20230510-0416.17-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1416.17 20230510-0417.02-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301310_GOES18-ABI-hi-13-600x600.jpg 20230510-0417.03-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301320_GOES18-ABI-hi-13-600x600.jpg 20230510-0417.04-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301330_GOES18-ABI-hi-13-600x600.jpg 20230510-0417.06-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301340_GOES18-ABI-hi-13-600x600.jpg 20230510-0417.07-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301350_GOES18-ABI-hi-13-600x600.jpg 20230510-0417.08-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301400_GOES18-ABI-hi-13-600x600.jpg 20230510-0417.11-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1417.11 20230510-0417.11-HST GOES Image Fetcher INFO: END: 20230510-1417.11 20230510-0516.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1516.02 20230510-0516.47-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301410_GOES18-ABI-hi-13-600x600.jpg 20230510-0516.48-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301420_GOES18-ABI-hi-13-600x600.jpg 20230510-0516.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301430_GOES18-ABI-hi-13-600x600.jpg 20230510-0516.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301440_GOES18-ABI-hi-13-600x600.jpg 20230510-0516.52-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301450_GOES18-ABI-hi-13-600x600.jpg 20230510-0516.53-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301500_GOES18-ABI-hi-13-600x600.jpg 20230510-0516.56-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1516.56 20230510-0516.56-HST GOES Image Fetcher INFO: END: 20230510-1516.56 20230510-0616.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1616.02 20230510-0616.48-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301510_GOES18-ABI-hi-13-600x600.jpg 20230510-0616.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301520_GOES18-ABI-hi-13-600x600.jpg 20230510-0616.50-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301530_GOES18-ABI-hi-13-600x600.jpg 20230510-0616.52-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301540_GOES18-ABI-hi-13-600x600.jpg 20230510-0616.53-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301550_GOES18-ABI-hi-13-600x600.jpg 20230510-0616.55-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301600_GOES18-ABI-hi-13-600x600.jpg 20230510-0616.57-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1616.57 20230510-0616.57-HST GOES Image Fetcher INFO: END: 20230510-1616.57 20230510-0716.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1716.02 20230510-0716.48-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301610_GOES18-ABI-hi-13-600x600.jpg 20230510-0716.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301620_GOES18-ABI-hi-13-600x600.jpg 20230510-0716.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301630_GOES18-ABI-hi-13-600x600.jpg 20230510-0716.52-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301640_GOES18-ABI-hi-13-600x600.jpg 20230510-0716.54-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301650_GOES18-ABI-hi-13-600x600.jpg 20230510-0716.55-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301700_GOES18-ABI-hi-13-600x600.jpg 20230510-0716.58-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1716.58 20230510-0716.58-HST GOES Image Fetcher INFO: END: 20230510-1716.58 20230510-0816.03-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1816.03 20230510-0816.48-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301710_GOES18-ABI-hi-13-600x600.jpg 20230510-0816.50-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301720_GOES18-ABI-hi-13-600x600.jpg 20230510-0816.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301730_GOES18-ABI-hi-13-600x600.jpg 20230510-0816.52-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301740_GOES18-ABI-hi-13-600x600.jpg 20230510-0816.54-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301750_GOES18-ABI-hi-13-600x600.jpg 20230510-0816.55-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301800_GOES18-ABI-hi-13-600x600.jpg 20230510-0816.58-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1816.58 20230510-0816.58-HST GOES Image Fetcher INFO: END: 20230510-1816.58 20230510-0916.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-1916.02 20230510-0916.48-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301810_GOES18-ABI-hi-13-600x600.jpg 20230510-0916.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301820_GOES18-ABI-hi-13-600x600.jpg 20230510-0916.50-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301830_GOES18-ABI-hi-13-600x600.jpg 20230510-0916.52-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301840_GOES18-ABI-hi-13-600x600.jpg 20230510-0916.54-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301850_GOES18-ABI-hi-13-600x600.jpg 20230510-0916.55-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301900_GOES18-ABI-hi-13-600x600.jpg 20230510-0916.58-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-1916.58 20230510-0916.58-HST GOES Image Fetcher INFO: END: 20230510-1916.58 20230510-1016.17-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-2016.17 20230510-1017.04-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301910_GOES18-ABI-hi-13-600x600.jpg 20230510-1017.05-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301920_GOES18-ABI-hi-13-600x600.jpg 20230510-1017.06-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301930_GOES18-ABI-hi-13-600x600.jpg 20230510-1017.07-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301940_GOES18-ABI-hi-13-600x600.jpg 20230510-1017.09-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231301950_GOES18-ABI-hi-13-600x600.jpg 20230510-1017.10-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302000_GOES18-ABI-hi-13-600x600.jpg 20230510-1017.13-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-2017.13 20230510-1017.13-HST GOES Image Fetcher INFO: END: 20230510-2017.13 20230510-1116.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-2116.02 20230510-1116.48-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302010_GOES18-ABI-hi-13-600x600.jpg 20230510-1116.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302020_GOES18-ABI-hi-13-600x600.jpg 20230510-1116.50-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302030_GOES18-ABI-hi-13-600x600.jpg 20230510-1116.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302040_GOES18-ABI-hi-13-600x600.jpg 20230510-1116.52-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302050_GOES18-ABI-hi-13-600x600.jpg 20230510-1116.54-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302100_GOES18-ABI-hi-13-600x600.jpg 20230510-1116.57-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-2116.57 20230510-1116.57-HST GOES Image Fetcher INFO: END: 20230510-2116.57 20230510-1216.03-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-2216.03 20230510-1216.49-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302110_GOES18-ABI-hi-13-600x600.jpg 20230510-1216.50-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302120_GOES18-ABI-hi-13-600x600.jpg 20230510-1216.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302130_GOES18-ABI-hi-13-600x600.jpg 20230510-1216.53-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302140_GOES18-ABI-hi-13-600x600.jpg 20230510-1216.53-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302150_GOES18-ABI-hi-13-600x600.jpg 20230510-1216.55-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302200_GOES18-ABI-hi-13-600x600.jpg 20230510-1216.58-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-2216.58 20230510-1216.58-HST GOES Image Fetcher INFO: END: 20230510-2216.58 20230510-1316.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230510-2316.02 20230510-1316.48-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302210_GOES18-ABI-hi-13-600x600.jpg 20230510-1316.50-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302220_GOES18-ABI-hi-13-600x600.jpg 20230510-1316.50-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302230_GOES18-ABI-hi-13-600x600.jpg 20230510-1316.51-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302240_GOES18-ABI-hi-13-600x600.jpg 20230510-1316.52-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302250_GOES18-ABI-hi-13-600x600.jpg 20230510-1316.53-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302300_GOES18-ABI-hi-13-600x600.jpg 20230510-1316.57-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230510-2316.57 20230510-1316.57-HST GOES Image Fetcher INFO: END: 20230510-2316.57 20230510-1416.02-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230511-0016.02 20230510-1417.10-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302310_GOES18-ABI-hi-13-600x600.jpg 20230510-1417.11-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302320_GOES18-ABI-hi-13-600x600.jpg 20230510-1417.12-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302330_GOES18-ABI-hi-13-600x600.jpg 20230510-1417.13-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302340_GOES18-ABI-hi-13-600x600.jpg 20230510-1417.14-HST GOES Image Fetcher:band-13 INFO: saving: /idas1/2023A/weather/weather_20230510/hi_infrared_band13/20231302350_GOES18-ABI-hi-13-600x600.jpg 20230510-1417.18-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230511-0017.18 20230510-1417.18-HST GOES Image Fetcher INFO: END: 20230511-0017.18 20230510-1427.11-HST GOES Image Fetcher:band-13 INFO: START: band-13: 20230511-0027.11 20230510-1428.00-HST GOES Image Fetcher:band-13 INFO: END : band-13: 20230511-0028.00 20230510-1428.00-HST GOES Image Fetcher INFO: END: 20230511-0028.00