Skip to content
High-Accuracy NWP · Site-level Data Service

High-Accuracy
Site-level NWP Forecast Data

Numerical weather forecast data for wind and solar power forecasting: 15-day horizon, 15-minute resolution, 19 weather elements. Provide your site coordinates and receive grid-interpolated single-point forecast series, delivered in full as CSV.

farm: HuaR_093Issue 2026-08-27 12:00 UTC
3.19m/s100m wind spd100
15.92m temperature t2m
95.9%Humidity rh2
801hPaPressure sp
1.0Total cloud tcc
68.1kWh/m²GHI over period tr
15dForecast horizon (+0h ~ +360h)
96/day15-min regular intervals
19Weather elements
1441Time points, zero missing
DATA CAPABILITY

Higher Horizon & Resolution for Power Forecasting

Full delivery per model run, covering every core element required by wind farms and PV plants

360-hour Horizon

Each model run covers +0h to +360h, 96 points/day — 1441 time points delivered in full, no incremental patches; new runs fully replace old ones.

Site-level Interpolation

Simply provide site coordinates — the NWP grid is interpolated to a single-point series, with no need to fetch grid cells or compute interpolation yourself. Managed per site ID (farm_id).

19 Elements, Built for Wind & Solar

10m / 100m (hub-height) wind speed and direction, temperature, pressure, humidity, three-layer + total cloud cover, four solar radiation components — ready for power forecasting models.

Rigorous Quality Control

Strictly regular 15-minute intervals with no gaps or duplicates; sample verified 1441 points with zero missing values; radiation components satisfy internal consistency checks.

DATA FORMAT

Data Delivery Format

One CSV file per site per model run: a fixed 19-column header, one data point every 15 minutes, sorted in ascending time order

date_timespd100t2mrh2tcctr
2026-08-27_20:002.83289.0895.91.00.0
2026-08-27_20:153.19288.8296.51.00.001
2026-08-27_20:303.29288.7196.81.00.004
2026-08-27_20:453.30288.5897.01.00.008
2026-08-27_21:003.16288.3697.21.00.012

See the Field Dictionary for all 19 columns; unit conversions (K → ℃, Pa → hPa, radiation accumulation differencing) are covered in Usage Notes.

# Unit conversion and irradiance differencing in three lines
import pandas as pd
df = pd.read_csv("weatherforecast_102.95839-36.35208_2026082712.csv")
df["t2m_c"]  = df["t2m"] - 273.15     # K → ℃
df["ghi"]    = df["tr"].diff() / 900 # W/m²
df[["date_time", "spd100", "t2m_c", "ghi"]].head()

Explore the full 15-day dataset →

DATA QUALITY

Data Quality Control

Grid-point interpolation delivered per site — every metric traceable to the verified sample

Strictly regular intervals

15-minute steps with no gaps or duplicates; 1441 time points including both endpoints.

Zero missing verified

All 19 columns of the sample are complete; missing values are defined as empty strings — transparent rules.

Internally consistent

Radiation components satisfy observational relations (rr ≈ 0.216 × tr, dr + sr ≈ 1.21 × tr).

Clear update policy

Full delivery per model run; new runs fully replace old data — no mixing of issue times.

Data integrated and delivered by the WeatherFine Data platform
HOW TO START

Four Steps to Integrate

From sample evaluation to production, with technical support throughout

1
Contact Sales

Provide site coordinates and your use case, receive real sample data

2
Site Onboarding

Get your farm_id, confirm model-run schedule and element scope

3
Choose Delivery

CSV file push, or HTTP API pull (spec v1.0)

4
Go to Production

Apply unit conversions per the Field Dictionary, verify, and launch

Request Free Sample Data

A real 15-day site forecast CSV — 1441 rows × 19 columns — to evaluate data quality and business fit

WeatherFine Data · Site-level NWP data service