Weather
Weather
Overview
Accessing Weather Models
from jua import JuaClient
from jua.weather import Models
# Initialize the client
client = JuaClient()
# Initialize the client with a higher request_credit_limit
client = JuaClient(request_credit_limit=100)
# Access the Weather instance
weather = client.weather
# Get a specific model
ept2_model = weather.get_model(Models.EPT2)Available Models
Dictionary-Style Access
Working with Models
Best Practices
Last updated