The STAC Storage Extensions supports Azure but looks like this is not yet supported in xpystac.
My storage scheme looks like:
storage_schemes = {
storage_ref: {
"type": "ms-azure",
"platform": "https://{account}.blob.core.windows.net",
"account": AZURE_STORAGE_ACCOUNT
}
}
The large organization I'm currently working with only can use Azure, and I'm trying to use the pattern of this notebook for our Azure icechunk datasets.
The STAC Storage Extensions supports Azure but looks like this is not yet supported in xpystac.
My storage scheme looks like:
The large organization I'm currently working with only can use Azure, and I'm trying to use the pattern of this notebook for our Azure icechunk datasets.