Dark Mode
/v1/hires-weather.zip
GET
/v1/hires-weather.zip
High Resolution Weather Data Specifications
Item | Value |
---|---|
Data Name | High Resolution Weather Data |
Data Area | Regional (North Pacific, North Atlantic, South East Asia) |
Data Output Format | ZIP |
Data Size | Average 1.5 MB |
Binary Data Structure | Flat binary 2D grid data without any header data |
Binary Grid Value Type | Four-byte floats are recorded in sequence |
Data Elements
No | Item Code | Item Name | Unit |
---|---|---|---|
1 | ssp | Sea Surface Pressure | Pa |
2 | uuu | U-Component of Wind | m/s |
3 | vvv | V-Component of Wind | m/s |
Detail Specification
No | Item Code | Update Times | Forecast Duration | Time Pitch | Resolution |
---|---|---|---|---|---|
1 | ssp | 01:00, 07:00, 13:00, 19:00 UTC | 96 H | 1 H | 0.125 |
2 | uuu | 01:00, 07:00, 13:00, 19:00 UTC | 96 H | 1 H | 0.125 |
3 | vvv | 01:00, 07:00, 13:00, 19:00 UTC | 96 H | 1 H | 0.125 |
Region Specification
No | Region Code | Region Name | Detail of Region | Grid |
---|---|---|---|---|
1 | npac | North Pacific | Latitude: 14.125000 to 66.000000 Longitude: 101.000000 to 255.875000 |
1240 x 416 |
2 | natl | North Atlantic | Latitude: 61.000000 to 29.125000 Longitude: 270.000000 to 44.875000 |
1080 x 256 |
3 | seasia | South East Asia | Latitude: -15.875000 to 16.000000 Longitude: 85.000000 to 164.875000 |
640 x 256 |
Parameters
Query Parameters
element*
Element (Required).
Specify one of the following:
- npac_ssp: North Pacific - Sea Surface Pressure (Pa)
- npac_uuu: North Pacific - Wind U Component (m/s)
- npac_vvv: North Pacific - Wind V Component (m/s)
- natl_ssp: North Atlantic - Sea Surface Pressure (Pa)
- natl_uuu: North Atlantic - Wind U Component (m/s)
- natl_vvv: North Atlantic - Wind V Component (m/s)
- seasia_ssp: South East Asia - Sea Surface Pressure (Pa)
- seasia_uuu: South East Asia - Wind U Component (m/s)
- seasia_vvv: South East Asia - Wind V Component (m/s)
Typestring
RequiredEnum
npac_ssp
npac_uuu
npac_vvv
natl_ssp
natl_uuu
natl_vvv
seasia_ssp
seasia_uuu
seasia_vvv
Example
npac_ssp
date
Target Date (Optional).
Format: yyyymmddhh
'hh' (hours) value is based on data updated time.
Directed to latest data if omitted.
Typestring
Example
2024060912
pattern
^\d{10}$
timestep
Time Step (Optional).
Format: 3 digit number, e.g. "000", "003", "012".
Directed to "000" data if omitted.
Typestring
Example
000
pattern
^\d{3}$
Responses
ZIP file containing high resolution weather data
application/zip
JSON
"string"