Search found 5 matches
- Mon Jul 21, 2025 5:22 pm America/New_York
- Forum: Home
- Question: HLS data access issue: '.tif not recognized as being a supported file format'
- Replies: 3
Re: HLS data access issue: '.tif not recognized as being a supported file format'
Thank you! Just to let you know, I was able to resolve the problem. It turned out I had accidentally added an extra new line in my netrc file, probably from copy and pasting in a new password. It seems this is somewhat commonly the cause of the 'tif not recognized at a supported file format' error, ...
- Sun Jul 20, 2025 2:50 pm America/New_York
- Forum: Home
- Question: HLS data access issue: '.tif not recognized as being a supported file format'
- Replies: 3
HLS data access issue: '.tif not recognized as being a supported file format'
Hello! I am running into an issue accessing HLS data using the code below. This same code has run reliably for months, but recently I've started get this error message: RuntimeError: Error opening 'https://data.lpdaac.earthdatacloud.nasa.gov/lp-prod-protected/HLSL30.020/HLS.L30.T18TWL.2017099T153859...
- 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...
- 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...
- 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...