When processing a list of products coming potentially from anywhere, it is possible to have some from planetary_computer, others from earth_search and others from cop_dataspace_s3...
Right now, this complexity is not handled, a tempenv is set by default before the processing of the Product (see tests). However this solution is bad and doesn't allow to individualise the behaviour of a product inside a loop.
Find a way to carry inside the product any authentication data. Beware, cloudpathlib, rasterio and geopandas behave differently...
When processing a list of products coming potentially from anywhere, it is possible to have some from
planetary_computer, others fromearth_searchand others fromcop_dataspace_s3...Right now, this complexity is not handled, a
tempenvis set by default before the processing of the Product (see tests). However this solution is bad and doesn't allow to individualise the behaviour of a product inside a loop.Find a way to carry inside the product any authentication data. Beware, cloudpathlib, rasterio and geopandas behave differently...