Closed TonioF closed 1 year ago
Confirmed with a fresh xcube 1.2.0 install from conda-forge and the following code.
import xcube.core.store
datastore = xcube.core.store.new_data_store(
's3',
root='copernicus-dem-30m'
)
dataset = datastore.open_data(
'Copernicus_DSM_COG_10_S15_00_E143_00_DEM/'
'Copernicus_DSM_COG_10_S15_00_E143_00_DEM.tif'
)
print(dataset.base_dataset)
To Reproduce Steps to reproduce the behavior:
It seems this error only occurs when boto3 is not installed. Also, it started appearing with xcube 1.1.2.