From 429324a5945cb380a76686d199fee945bef1fd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20L=C3=B3pez?= Date: Thu, 1 Feb 2024 22:35:21 -0600 Subject: [PATCH] Update earthaccess/auth.py adding Sentinel 1, (I though Sentinel was working before.) Co-authored-by: Joseph H Kennedy --- earthaccess/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/earthaccess/auth.py b/earthaccess/auth.py index 63e36941..53850a83 100644 --- a/earthaccess/auth.py +++ b/earthaccess/auth.py @@ -23,6 +23,7 @@ class SessionWithHeaderRedirection(requests.Session): AUTH_HOSTS: List[str] = [ "urs.earthdata.nasa.gov", "cumulus.asf.alaska.edu", + "sentinel1.asf.alaska.edu", "datapool.asf.alaska.edu", ]