connect_to_wcs
- postprocessinglib.forecast.forecast.connect_to_wcs(layer_name: str, username: str = None, password: str = None) WebCoverageService
Establishes a connection to GeoMet’s WCS API.
- Parameters:
layer_name (str) – Name of the GeoMet layer.
username (str, optional) – Username to access secured layer from WCS API, by default None.
password (str, optional) – Password to access secured layer from WCS API, by default None.
- Returns:
A connection object for the WCS API.
- Return type:
WebCoverageService