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.
Examples
from openbb import obb
obb.commodity.weather_bulletins_download(urls='['https://esmis.nal.usda.gov/sites/default/release-files/cj82k728n/9w033w568/x059f4232/wwcb0125.pdf']')
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
Any
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.