-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm seeing intermittent 404s returned by https://planetarycomputer.microsoft.com/api/sas/v1/token/pcstacitems/items. This occurs with the following usage pattern:
import pystac_client
import planetary_computer
client = pystac_client.Client.open(
"https://planetarycomputer.microsoft.com/api/stac/v1",
modifier=planetary_computer.sign_inplace,
)
collection = client.get_collection("sentinel-2-l2a")
# HTTPError: 404 Client Error: Not Found for url: https://planetarycomputer.microsoft.com/api/sas/v1/token/pcstacitems/itemsThe sign_inplace modifier attempts to sign the "geoparquet-items" Asset on the Collection which is defined with the following table storage options:
"table:storage_options": {
"account_name": "pcstacitems"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working