Search found 2 matches

by facundofacio
Wed Apr 16, 2025 7:37 am America/New_York
Forum: Home
Question: HLS tutorial - HTTPError: HTTP Error 403: Forbidden
Replies: 3

Re: HLS tutorial - HTTPError: HTTP Error 403: Forbidden

Thank you Danielle, it is working fine now!
by facundofacio
Tue Apr 15, 2025 12:09 pm America/New_York
Forum: Home
Question: HLS tutorial - HTTPError: HTTP Error 403: Forbidden
Replies: 3

HLS tutorial - HTTPError: HTTP Error 403: Forbidden

Hello, I'm following HLS tutorial notebook from here https://github.com/nasa/HLS-Data-Resources/blob/main/python/tutorials/HLS_Tutorial.ipynb. When trying to execute the cell from the point 3.2 I am getting a HTTPS 403 error, specifically from this code line: image = io.imread(browse_urls[10]) I hav...