Search found 3 matches

by immerse8083
Fri Apr 04, 2025 11:05 am America/New_York
Forum: Home
Question: wget 403 forbidden
Replies: 11

Re: wget 403 forbidden

Thank you for the response! I am accessing the data from earthdata using python. Below are the relevant sections of my code. #################### imports ######################## from osgeo import gdal # GDAL configurations gdal.SetConfigOption('GDAL_HTTP_COOKIEFILE','~/cookies.txt') gdal.SetConfigO...
by immerse8083
Thu Apr 03, 2025 6:07 pm America/New_York
Forum: Home
Question: wget 403 forbidden
Replies: 11

Re: wget 403 forbidden

Hi all, I'm also experiencing an odd 403 error. In my case, I am able to access all the data as usual, except for HLSS30 Band 7. I am able to access all of the other HLSS30 and HLSL30 bands just fine. Error opening 'https://data.lpdaac.earthdatacloud.nasa.gov/lp-prod-protected/HLSS30.020/HLS.S30.T19...
by immerse8083
Fri Nov 22, 2024 4:38 pm America/New_York
Forum: Home
Question: CMR search rate exceeded error still occurs after waiting 12 hours to access data
Replies: 1

CMR search rate exceeded error still occurs after waiting 12 hours to access data

I am getting the error message 'CMR Search rate exceeded' when attempting to access HLS data using the python libraries earthaccess, stackstac and pystac_client. I have not attempted to run this script for at least 12 hours, but I am still getting the rate exceeded message. Is is necessary to wait l...