Skip to main content

Weather

OpenWeatherMap is an open source weather service provider.

Installation and Setup

pip install pyowm

We must set up the OpenWeatherMap API token.

Document Loader

See a usage example.

from langchain.document_loaders import WeatherDataLoader

API Reference: