Dark Mode
/v1/ice-kml.xml
GET
/v1/ice-kml.xml
Data Specification
Items | Contents |
---|---|
Data Name | Ice KML |
Format | KML |
Region | Global |
Element | iceconc: Ice concentration (ratio) icethic: Ice thickness (meter) icecomp: Ice compression (kPa) |
Update | 21:00 UTC |
Forecast Duration | 384 H |
Time Pitch | 24 H |
Contour Type | Polygon |
Contour Resolution | iceconc: 0.1 ratio icethic: 0.25 meter icecomp: 5 kPa |
Starting Point Value | 0 |
Average Size | 3 M - 8 M / Depends on contour and data resolution |
iceconc Contour Colour Legend
Range | Color |
---|---|
0 ≤ value < 0.1 | |
0.1 ≤ value < 0.2 | |
0.2 ≤ value < 0.3 | |
0.3 ≤ value < 0.4 | |
0.4 ≤ value < 0.5 | |
0.5 ≤ value < 0.6 | |
0.7 ≤ value < 0.8 | |
0.6 ≤ value < 0.7 | |
0.8 ≤ value < 0.9 | |
value ≥ 0.9 |
icethic Contour Colour Legend
Range | Color |
---|---|
0 ≤ value < 0.25 | |
0.25 ≤ value < 0.5 | |
0.5 ≤ value < 0.75 | |
0.75 ≤ value < 1 | |
1 ≤ value < 1.25 | |
1.25 ≤ value < 1.5 | |
1.5 ≤ value < 1.75 | |
1.75 ≤ value < 2 | |
2 ≤ value < 2.25 | |
2.25 ≤ value < 2.5 | |
2.5 ≤ value < 2.75 | |
2.75 ≤ value < 3 | |
3 ≤ value < 3.25 | |
3.25 ≤ value < 3.5 | |
3.5 ≤ value < 3.75 | |
3.75 ≤ value < 4 | |
4 ≤ value < 4.25 | |
4.25 ≤ value < 4.5 | |
4.5 ≤ value < 4.75 | |
value ≥ 4.75 |
icecomp Contour Colour Legend
Range | Color |
---|---|
0 ≤ value < 5 | |
5 ≤ value < 10 | |
10 ≤ value < 15 | |
15 ≤ value < 20 | |
20 ≤ value < 25 | |
25 ≤ value < 30 | |
30 ≤ value < 35 | |
35 ≤ value < 40 | |
40 ≤ value < 45 | |
value ≥ 45 |
Parameters
Query Parameters
element*
Typestring
RequiredEnum
iceconc
icethic
icecomp
timestep
Typeinteger
format
int32
Responses
application/xml
JSON
"<?xml version="1.0"?>
<kml>
<Document>
<Style>
<id>string</id>
<LineStyle>
<width>0</width>
<color>string</color>
</LineStyle>
<PolyStyle>
<color>string</color>
</PolyStyle>
</Style>
<Placemark>
<name>string</name>
<styleUrl>string</styleUrl>
<ExtendedData>
<Data>
<name>string</name>
<value>string</value>
</Data>
</ExtendedData>
<MultiGeometry>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>string</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</MultiGeometry>
</Placemark>
</Document>
</kml>
"