Page 2 of 2
Re: wget 403 forbidden
Posted: Mon Apr 07, 2025 10:06 am America/New_York
by LP DAAC - dgolon
Hello @immerse8083 We are having our developers take a look and will respond when we have an answer from them. Thanks -- Danielle
Re: wget 403 forbidden
Posted: Fri Apr 18, 2025 9:06 am America/New_York
by LP DAAC - dgolon
Hello
@immerse8083 Here is what we heard back from our developers:
We do not see anything in your code that would cause a 403. We suggest retrying the gdal option as maybe it is not being properly passed to the 'stacstack' library.
There are a couple other potential issues though:
1) The product names for HLS in CMR-STAC have changed to
HLSS30_2.0 and
HLSL30_2.0
2) Since the bands from each instrument aren't the same, this could cause an issue when building a timeseries with `stacstack`
Maybe this tutorial would be helpful for you:
https://github.com/nasa/HLS-Data-Resources/blob/main/python/tutorials/EVI_timeseries_with_odc_stac.ipynb
It's not the same workflow, but somewhat similar.
We hope this helps.