Search found 1 match

by pgcar
Wed Aug 28, 2024 4:31 pm America/New_York
Forum: Home
Question: Unable to download HLS data: 403 error but authenticated
Replies: 2

Unable to download HLS data: 403 error but authenticated

I'm using the earthaccess Python library (version 0.10.0) that's available on PyPi to download HLS data. I'm able to search for items but when I try to download an asset (i.e., a tif that pertains to a band), I get a 403 error. My code is below. import earthaccess import geopandas as gpd from osgeo ...