Closed pont-us closed 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.
xcube.core.store.new_data_store('cds')
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.