Currently, xcube-cds does not allow direct specification of the CDS API URL and key; the cdsapi Client class instead reads them directly from a configuration file or environment variables. It should be possible to pass the API URL and key directly to the CDSDataOpener and CDSDataStore constructor in cases where the configuration file and environment variable settings are not present or need to be overridden.
Currently, xcube-cds does not allow direct specification of the CDS API URL and key; the cdsapi Client class instead reads them directly from a configuration file or environment variables. It should be possible to pass the API URL and key directly to the
CDSDataOpener
andCDSDataStore
constructor in cases where the configuration file and environment variable settings are not present or need to be overridden.