You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this tutorial, items_response = requests.get(f"{stac_endpoint}/collections/{collection}/items/{item}").json()
Returns {'code': 'NotFoundError', 'description': 'Collection NASA_JPL_global_agb_mean_2020 does not exist.'} because the product was removed from MAAP
Should also upgrade to use pystac client instead of direct requests
The text was updated successfully, but these errors were encountered:
grallewellyn
changed the title
Correct items_response for interval_color_mapping tutorial
Product removed for interval_color_mapping tutorial
Apr 9, 2024
For this tutorial, items_response = requests.get(f"{stac_endpoint}/collections/{collection}/items/{item}").json()
Returns {'code': 'NotFoundError', 'description': 'Collection NASA_JPL_global_agb_mean_2020 does not exist.'} because the product was removed from MAAP
Should also upgrade to use pystac client instead of direct requests
The text was updated successfully, but these errors were encountered: