Search found 9 matches
- Fri Nov 01, 2024 5:58 pm America/New_York
- Forum: Home
- Question: OPERA DSWx-HLS?
- Replies: 12
Re: OPERA DSWx-HLS?
Thank you - I'll keep my eye on the GitHub issues page!
- Fri Sep 27, 2024 3:14 pm America/New_York
- Forum: Home
- Question: OPERA DSWx-HLS?
- Replies: 12
Re: OPERA DSWx-HLS?
wvalenci wrote:
> Please retry your cmr-stac request with the expanded monthly time range.
> Should be working now.
I can confirm that the request works now. Thank you for helping with this issue!
> Please retry your cmr-stac request with the expanded monthly time range.
> Should be working now.
I can confirm that the request works now. Thank you for helping with this issue!
- Fri Sep 27, 2024 3:04 pm America/New_York
- Forum: Home
- Question: CMR STAC issue wih HLS collections
- Replies: 18
Re: CMR STAC issue wih HLS collections
Hi Alicia, thank you for your response! Would you have any idea when the next release is expected?
- Mon Sep 23, 2024 11:44 pm America/New_York
- Forum: Home
- Question: OPERA DSWx-HLS?
- Replies: 12
Re: OPERA DSWx-HLS?
I appreciate your help in this matter! However, I don't think the issue is limited to OPERA data products, as has been noted by other users: https://forum.earthdata.nasa.gov/viewtopic.php?t=5922&sid=353377393ac757496463beaceb408d67 If I change my code to have the following values to search for H...
- Thu Sep 19, 2024 1:42 pm America/New_York
- Forum: Home
- Question: OPERA DSWx-HLS?
- Replies: 12
Re: OPERA DSWx-HLS?
Hi, I was wondering if there has been any update on this issue? In the script, with the start and stop dates set as `start, stop = '2024-04-30', '2024-05-15'`, I receive the following error: pystac_client.exceptions.APIError: {"errors":["Oops! Something has gone wrong. We have been al...
- Tue Sep 17, 2024 12:17 pm America/New_York
- Forum: Home
- Question: OPERA DSWx-HLS?
- Replies: 12
Re: OPERA DSWx-HLS?
I updated the script for it to work - two changes were made, one was to update the collections name for OPERA DSWx-HLS (not sure why this was changed?), and the second was to reduce the time window over which the search is performed. The script still breaks if a search is performed for a 1 month win...
- Sat Sep 14, 2024 9:59 pm America/New_York
- Forum: Home
- Question: CMR STAC issue wih HLS collections
- Replies: 18
Re: CMR STAC issue wih HLS collections
I think it would be helpful if such announcements were made publicly. If they happen on a wiki or a slack workspace that requires permissions to be accessed, a lot of folks are going to have heartburn figuring out what went wrong.
- Sat Sep 14, 2024 3:01 am America/New_York
- Forum: Home
- Question: OPERA DSWx-HLS?
- Replies: 12
OPERA DSWx-HLS?
I have a Python script that I use to download OPERA DSWx data from the command line (https://github.com/ScienceCore/scipy-2024-climaterisk/blob/main/00_Introduction_Setup/test_netrc.py), and to also help test out that Earthdata credentials have been set up correctly. This script has now stopped work...
- Mon Apr 15, 2024 5:31 pm America/New_York
- Forum: Home
- Question: Errors accessing HLS data
- Replies: 17
Re: Errors accessing HLS data
My '.netrc' file was missing a newline character at the end of the line containing my earthdata credentials. Adding this to my file on my Windows machine fixed the issue. The gdalinfo command did note that it was unable to open the remote URL, pinpointing the error a credentials issue. Then I tested...