Dark Mode
/v1/weather-kml.xml
GET
/v1/weather-kml.xml
Item | Value |
---|---|
Data Name | Weather KML |
Format | KML |
Region | Global |
Average Size | 1 M - 5 M (*Depends on contour and data resolution) |
Elements
No | Code | Name | Unit |
---|---|---|---|
1 | sigwh | Significant wave height | meter |
2 | pwh | Primary wave height | meter |
3 | swh | Secondary wave height | meter |
4 | pswh | Swell wave height | meter |
5 | wsh | WindSea wave height | meter |
6 | sst | Sea surface temperature | Celsius |
7 | ssp | Sea surface pressure | hPa |
8 | rh850hpa | Relative humidity at 850hPa | % |
9 | rh700hpa | Relative humidity at 700hPa | % |
10 | ph500hpa | Pressure height at 500hPa | gpm |
11 | tmp1000hpa | Temperature at 1000hPa | Celsius |
12 | tmp850hpa | Temperature at 850hPa | Celsius |
13 | intpcp | Colum-integrated precipitation in 6 hours | kg/m^2 |
14 | icep | Ice pack | Proportions |
Item | Value |
---|---|
Update Time | 00:30, 06:30, 12:30, 18:30 UTC |
Forecast Duration | Actual, 384 H |
Contour Type | LineStyle |
GRID Resolution | 1 degree |
Elements | Time Pitch |
---|---|
1-5 | 3 H |
6 | Actual |
7-14 | 6 H |
15 | 24 H |
Code(s) | Contour Resolution |
---|---|
sigwh, pwh, swh, pswh, wsh | 1.0 meter |
sst, tmp1000hpa, tmp850hpa | 0.5 Celsius |
rh850hpa, rh700hpa | 5 % |
ph500hpa | 60 gpm |
ssp | 4 hPa |
intpcp | 2 kg/m^2 |
icep | 0.25 Proportions |
Elements | Starting Point Value |
---|---|
1-5 | 2 |
6-15 | 0 |
Parameters
Query Parameters
element*
Element (Required).
Specify one of the following:
- sigwh: Significant wave height (meter)
- pwh: Primary wave height (meter)
- swh: Secondary wave height (meter)
- pswh: Swell wave height (meter)
- wsh: WindSea wave height (meter)
- sst: Sea surface temperature (Celsius)
- ssp: Sea surface pressure (hPa)
- rh850hpa: Relative humidity at 850hPa (%)
- rh700hpa: Relative humidity at 700hPa (%)
- ph500hpa: Pressure height at 500hPa (gpm)
- tmp1000hpa: Temperature at 1000hPa (Celsius)
- tmp850hpa: Temperature at 850hPa (Celsius)
- intpcp: Colum-integrated precipitation in 6 hours (kg/m^2)
- icep: Ice pack (Proportions)
Typestring
RequiredEnum
sigwh
pwh
swh
pswh
wsh
sst
ssp
rh850hpa
rh700hpa
ph500hpa
tmp1000hpa
tmp850hpa
intpcp
icep
Example
sigwh
timestep
Time Step (Optional).
Format:
- 3 digit number, "000" ~ "384"
Directed to "000" data if omitted - "currenttime": Return data at current date and time
Adjust time step based on data base time and current time
Typestring
Example
000
Responses
KML file containing weather data
application/xml
JSON
"<?xml version="1.0"?>
<Document>
<name>string</name>
<Placemark>
<name>string</name>
<description>string</description>
<Point>
<coordinates>string</coordinates>
</Point>
</Placemark>
</Document>
"