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
I really like intake-stac and together with xpublish it becomes a very powerful solution :-)
Open Assets
The example shown in the notebook using Landsat data @aws is great. The assets are freely available and thus rasterio simply accesses those resources using the href
Assets requiring authentication
I've got a use-case where the assets require a simple authentication mechanism. With such cases, I usually update the href for rasterio with:
We should definitely be able to make this happen. How would you access one of these assets using rasterio directly. The call stack in intake-stac goes like this: intake-stac -> intake-xarray -> xarray -> rasterio. We'll just need to make sure we can pass the required authentication parameters all the way through that stack.
I really like intake-stac and together with xpublish it becomes a very powerful solution :-)
The example shown in the notebook using Landsat data @aws is great. The assets are freely available and thus rasterio simply accesses those resources using the href
I've got a use-case where the assets require a simple authentication mechanism. With such cases, I usually update the href for rasterio with:
Would such an approach be possible with intake-stac ?
The text was updated successfully, but these errors were encountered: