weather_bulletins_download
Download one, or more, weather bulletin documents.
This command returns only the results portion of the OBBject response. It contains a list of dictionaries where the base64 encoded content of the document is under the 'content' key.
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.
Returns
results: WeatherBulletinDownload
Serializable results.
provider: Optional[Literal['government_us']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
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.