Do not use this constructor directly. Use createDatasetManager instead.
Dataset manager options.
Creates a source layer for this dataset.
const sourceLayer = wxDatasetManager.createSourceLayer(
{ variable: "temperature" },
{ framework: "mapbox" }
);
Layer-specific options (e.g., variables).
Framework-specific options.
Generated using TypeDoc
Class for managing a WX dataset and its related operations.
Instances of this class handle metadata, variables, valid times, zoom levels, and URI construction for WX datasets.
Usage Note: Do not create instances directly using the constructor. Use createDatasetManager instead.
Example