Weather Bulletin Download
Implementation details
Class names
| Model name | Parameters class | Data class |
|---|---|---|
WeatherBulletinDownload | WeatherBulletinDownloadQueryParams | WeatherBulletinDownloadData |
Import Statement
from openbb_core.provider.standard_models.weather_bulletin_download import (
WeatherBulletinDownloadData,
WeatherBulletinDownloadQueryParams,
)
Parameters
- standard
- government_us
urls: str | dict | list | list[str | dict | list]
URLs for reports to download. Multiple items allowed for provider(s): government_us.
urls: str | dict | list | list[str | dict | list]
URLs for reports to download. Multiple items allowed for provider(s): government_us.
Data
- standard
- government_us
content: str
Base64 encoded content of the weather bulletin document.
content: str
Base64 encoded content of the weather bulletin document.
data_format: dict[str, str]
Data format information.