xcube-dev / xcube-cds

An xcube plugin to generate data cubes from the Climate Data Store (CDS) API
MIT License
3 stars 1 forks source link

Update example notebooks to use `new_data_store` #70

Closed pont-us closed 1 year ago

pont-us commented 1 year ago

Example notebooks currently instantiate the data store directly. Best practice is to use xcube.core.store.new_data_store('cds') instead. The notebooks should be updated to use this idiom.