Setting up blob storage for the planetary computer #190
Replies: 1 comment
-
At a high-level, you'll need a few things:
Once you have all those prerequisites in place, the only additional hurdle to using those assets is getting credentials for your storage containers into the compute environment (it sounds like you're using the Hub). We have an example at https://planetarycomputer.microsoft.com/docs/quickstarts/storage/ (in Python) that uses SAS tokens that relies on pasting in a SAS token to a kernel using If you setup compute in your own Azure Subscription (instead of using the Hub), then you'd have access to all the ways to authenticate with Blob Storage (e.g. https://learn.microsoft.com/en-us/azure/developer/python/sdk/authentication-overview) |
Beta Was this translation helpful? Give feedback.
-
Hello! I have some rasters and geometries that I would like to use with datasets in the Planetary Computer catalog. How do I set up blob storage for these rasters and geometries to use in the Planetary Computer platform (say, in the R environment)?
I am not sure how to initially get this set up.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions