Code Examples
Welcome to Jua's code examples repository! Here you'll find practical scripts and notebooks demonstrating how to use our API and data services with various weather models. These examples cover common use cases and can be adapted for your specific needs.
Available Examples by Model
EPT-2 (Our Flagship Model)
Adding examples soon
EPT-1.5
Our EPT-1.5 model examples demonstrate various use cases for working with medium-resolution (1.5km) weather data:
Quickstart Examples - Get up and running quickly with Jua data
Temperature Data Examples - Scripts for retrieving and analyzing temperature data
Wind Data Examples - Examples for working with wind speed forecasts
Third-Party Models
Adding examples soon
Using These Examples
All examples are written in Python and require the following prerequisites:
A Jua API key (obtain from app.jua.ai/api-keys)
Python 3.7 or higher
Required packages (typically: requests, pandas, numpy, matplotlib, xarray)
Each example includes detailed comments explaining the code and can be run directly after updating your API credentials.
Contributing Examples
Are you using Jua in an interesting way? We welcome community contributions! Please contact [email protected] to share your scripts with the Jua community.
Last updated