fix(input): correct lon mapping

This commit is contained in:
gili8420 2026-08-04 13:40:50 +09:00
parent 19557f3a62
commit 84d1664b29
20 changed files with 1197 additions and 137 deletions

View file

@ -375,6 +375,13 @@ components:
profile, hand off to `fallback_index`, or clip to the boundary.
properties:
launch: { $ref: "#/components/schemas/Launch" }
dataset:
type: string
format: date-time
description: |
Forecast run to predict from, given as its epoch. Defaults to the
active dataset. The named run must be stored; a request for one that
is not is rejected rather than answered from a different run.
direction:
type: string
enum: [forward, reverse]