Creates a dataset manager for the specified dataset.
A promise that resolves to a WxDataSetManager
instance.
const api = new WxAPI();
const datasetManager = await api.createDatasetManager("gfs.global");
The name of the dataset to manage.
Generated using TypeDoc
Extends the
BaseWxAPI
class from the@metoceanapi/wxtiles-common
package. Provides additional functionality for creating dataset managers.