githubEdit

Forecast

Access Jua's weather forecast data through our API or Python SDK.

Overview

Jua offers two primary methods to access our weather forecasts:

  • Python package for user-friendly access to data

  • Forecasts returned as xarray datasets for efficient data processing

  • Easy to export to zarr format

  • Can provide access to historic forecasts upon request (also for bulk access over contiguous regions of locations)

To obtain historical forecast (hindcast) data, please contact our support team.

API Access

  • Optimized for querying individual points or small sets of locations (up to 25 points)

  • Simple integration with web and mobile applications

Forecast Availability and Timing

Our forecasts are delivered 4 times per day per model. For a given forecast:

  • The first forecasted hour becomes available shortly after the dissemination start time

  • Subsequent hours are added as they are computed

  • Each forecast contains various weather parameters at different lead times

Available Access Methods

Additional Resources

circle-info

Before proceeding with either method, ensure you have your API credentials set up by following the instructions in our Getting Started guide.

Last updated