<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
      xmlns:georss="http://www.georss.org/georss">
    <title>Navlost.eu - NWX News</title>
    <link href="http://www.navlost.eu/nwxs/doc/news"/>
    <updated>2011-09-27T21:38:38Z</updated>
    <author>
        <name>Diego Berge</name>
        <uri>http://www.navlost.eu/contact</uri>
    </author>
    <id>0f5c7c96-e951-11e0-9f32-00163e958672</id>

<!-- @NEXTENTRY@ -->

<entry>
    <id>0850efd2-d204-41e8-ad09-d329cb2adfad</id>
    <updated>2011-09-27T21:27:05Z</updated>
    <title>METAR Database Maintenance</title>
    <link href="http://navlost.eu/nwxs/doc/news#0850efd2-d204-41e8-ad09-d329cb2adfad"/>
    <summary type="text">
Unscheduled maintenance is being carried out
on the main NWX server following a database
crash. This is expected to last until 2400 UTC
on the 27th of September. During this time,
the server might be unresponsive or intermitently
unavailable.

We apologise for the inconvenience. Please see
http://navlost.eu/nwxs/doc/news for more
information.
    </summary>
</entry>


<entry>
    <id>2ecb1d29-1b87-45f1-8472-349e4fa50280</id>
    <updated>2011-09-26T20:45:57Z</updated>
    <title>Fixed Server Contact Page</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#2ecb1d29-1b87-45f1-8472-349e4fa50280"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
            <p>The server's <a href="/contact">contact page</a> has finally been brought back online, after recurring problems related to upgrading a recalcitrant mail server. If you have attempted to contact me sometime between May 2011 and September 2011 and haven't received a reply, chances are that your message has been lost by the mail server, and I invite you to try <a href="/contact">once more</a>.</p>
            <p>I apologise for the inconvenience, and I wish to thank those of you who, after eventually finding an alternative means of contact (not easy!), alerted me to the problem.</p>
        </div>
    </content>
</entry>

<entry>
    <id>fdcb8b02-72dc-41a4-9806-cbaf52a901f6</id>
    <updated>2011-04-23T19:28:39Z</updated>
    <title>NWX Weather Service Maintenance</title>
    <link href="http://baal.navlost.eu/nwxs/doc/news#fdcb8b02-72dc-41a4-9806-cbaf52a901f6"/>
    <summary type="text">

The NWX weather service is currently undergoing scheduled
maintenance, and will be unreachable for periods of time
of between a few minutes to a few hours, between 1930Z
and midnight UTC on the 23rd of April. Your software may
not be able to retrieve fresh weather information during
this period.

Should you have any queries about this operation, please
refer them via email to nwx@navlost.eu, or via XMPP-based
instant messaging to xmpp://dberge@navlost.eu

We apologise for any inconveniences this may cause.

    </summary>
</entry>


<entry>
    <id>dc228ae9-a3ef-4733-9db0-795401d6eb5a</id>
    <updated>2011-04-23T00:39:35Z</updated>
    <title>NWX Weather Service Maintenance</title>
    <link href="http://baal.navlost.eu/nwxs/doc/news#dc228ae9-a3ef-4733-9db0-795401d6eb5a"/>
    <summary type="text">

The NWX weather service will be unavailable between 1600Z on
Saturday the 23rd of April and 1600Z the next day, due to an
infrastructure upgrade.

For more details please refer to
http://baal.navlost.eu/nwxs/doc/news/#dc228ae9-a3ef-4733-9db0-795401d6eb5a

We apologise for any inconvenience.  Please visit
http://baal.navlost.eu/contact if you require more information.

    </summary>
</entry>


<entry>
    <id>1056868e-1bf7-4148-90b1-600c1220e5be</id>
    <updated>2010-10-13T14:15:20Z</updated>
    <title>Upcoming Service Maintenance</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#1056868e-1bf7-4148-90b1-600c1220e5be"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>A significant revamp of the server infrastructure is in progress, the first phase of which is
to be actioned between 13-Oct-2010 and 19-Oct-2010. During this period, no extended downtime is
expected, although the service might be slow or unavailable for brief periods of a few minutes at
a time.  A second phase will then follow in November, during which an overnight (European time)
outage is planned</p>

<p>The purpose of this operation is to upgrade the hardware and software infrastructure in order
to support the next phase of server development, which will increase the amount and availability
of forecast data, while providing new access mechanisms and better resilience against failure.</p>
        </div>
    </content>
</entry>

<entry>
    <id>0943e051-ee60-4ac2-8744-7752233af44b</id>
    <updated>2010-08-01T01:33:17Z</updated>
    <title>Under Development: NWX Over UDP</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#0943e051-ee60-4ac2-8744-7752233af44b"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>An experimental framework has been setup to provide access to the NWX service via UDP.
This service will be reached via UDP port 6899.  The reply
datagram will be sent to the source port used for the request.</p>

<p>The idea behind this service is to make small, infrequent requests more
bandwidth efficient, which should benefit users behind low-speed and/or
high-cost connections (e.g., satellite phones).
</p>

<p>The semantics for this access method are the same as for NWX via HTTP, with
the following exceptions:<br/>
<ul>
    <li>A POST request for the relevant URL is implied.</li>
    <li>A default set of HTTP headers is assumed, so headers need not be
    provided in the request (but can be if you wish, see example).</li>
    <li>In the current implementation, the response does not have any
    headers. This will change in a future version.</li>
    <li>Encryption is not supported for the time being.</li>
</ul>
</p>

<p>Example:<br/>
Note the blank line at the very top, to signal end of headers
as per normal RFC2616 semantics.

<pre><span style="color: green;">


&lt;nwx version="0.3.5"&gt;
  &lt;Request id="2"&gt;
    &lt;wind id="wpt01" p="42.5,3.1" z="180" u="F" e="2010-08-01 12:00:00"/&gt;
    &lt;wind id="wpt02" p="43.55,4.01" z="180" u="F" e="2010-08-01 12:00:00"/&gt;
  &lt;/Request&gt;
&lt;/nwx&gt;
</span>
<span style="color: red;">
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;nwx version="0.3.5"&gt;
  &lt;Response id="2"&gt;
    &lt;Wind id="wpt01" p="42.5,3.1" z="180" u="F" e="2010-08-01 12:00:00"&gt;
      &lt;dir&gt;243.800812112&lt;/dir&gt;
      &lt;speed&gt;17.6946284278&lt;/speed&gt;
    &lt;/Wind&gt;
    &lt;Wind id="wpt02" p="43.55,4.01" z="180" u="F" e="2010-08-01 12:00:00"&gt;
      &lt;dir&gt;246.230341105&lt;/dir&gt;
      &lt;speed&gt;17.015226063&lt;/speed&gt;
    &lt;/Wind&gt;
  &lt;/Response&gt;
&lt;/nwx&gt;
</span>
</pre>

From the command line on a Unix-type machine, the above interaction
could be carried out as follows:
<pre>echo '

&lt;nwx version="0.3.5"&gt;
  &lt;Request id="2"&gt;
    &lt;wind id="wpt01" p="42.5,3.1" z="180" u="F" e="2010-08-01 12:00:00"/&gt;
    &lt;wind id="wpt02" p="43.55,4.01" z="180" u="F" e="2010-08-01 12:00:00"/&gt;
  &lt;/Request&gt;
&lt;/nwx&gt;' |netcat -u -p 43200 -w 2 92.243.1.115 6899
</pre>

Compression is possible using the appropriate headers:
<pre>echo '
Accept-Encoding: gzip,deflate

&lt;nwx version="0.3.5"&gt;
  &lt;Request id="2"&gt;
    &lt;wind id="wpt01" p="42.5,3.1" z="180" u="F" e="2010-08-01 12:00:00"/&gt;
    &lt;wind id="wpt02" p="43.55,4.01" z="180" u="F" e="2010-08-01 12:00:00"/&gt;
  &lt;/Request&gt;
&lt;/nwx&gt;' |netcat -u -p 43200 -w 2 92.243.1.115 6899 |gunzip
</pre>
</p>

<p>This is currently deployed on an early experimental basis and is only run for
tests as and when needed.  If you wish to evaluate the service, contact me to
arrange a trial.  If all goes well, it is expected to be generally available by
mid-2011, but it can be prioritised if there are specific expressions of interest.
</p>
        </div>
    </content>
</entry>

<entry>
    <id>8f1b1ff9-7f47-4364-975f-a266b18c3d42</id>
    <updated>2010-04-21T10:39:57Z</updated>
    <title>New Ways of Formulating Requests</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#8f1b1ff9-7f47-4364-975f-a266b18c3d42"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>With the introduction of the <a href="/nwxs/doc/help#attributes">&lt;Attributes/&gt;</a> element
in version 0.3.4, and the <a href="/nwxs/doc/help#attr_z-0.3.5">extended <b><code>z</code></b>
attribute</a> in v0.3.5, it is now possible to express requests in a more compact manner, thus
increasing speed and efficiency while reducing bandwidth.</p>

<h3>An Example</h3>
<p>Let us consider the following request, which retrieves wind, temperature, and magnetic declination
data at four locations, on two different altitudes for two of them:</p>

<p><h4>Request</h4>
(1473 bytes indented, 1376 bytes unindented)
<pre>
&lt;?xml version="1.0"?&gt;
&lt;nwx version="0.3.5"&gt;
  &lt;Request&gt;
    &lt;Wind id="0" p="47.0819,-0.8772" z="10" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Geomag id="0" p="47.0819,-0.8772" e="2010-04-23 14:00:00" model="IGRF-11"/&gt;
    &lt;temp id="0" p="47.0819,-0.8772" z="10" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Wind id="0" p="47.0819,-0.8772" z="230" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Geomag id="0" p="47.0819,-0.8772" e="2010-04-23 14:00:00" model="IGRF-11"/&gt;
    &lt;temp id="0" p="47.0819,-0.8772" z="230" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Wind id="1" p="47.5368,-0.8518" z="230" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Geomag id="1" p="47.5368,-0.8518" e="2010-04-23 14:00:00" model="IGRF-11"/&gt;
    &lt;temp id="1" p="47.5368,-0.8518" z="230" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Wind id="2" p="47.8061,0.2738" z="230" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Geomag id="2" p="47.8061,0.2738" e="2010-04-23 14:00:00" model="IGRF-11"/&gt;
    &lt;temp id="2" p="47.8061,0.2738" z="230" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Wind id="3" p="48.9695,2.4414" z="230" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Geomag id="3" p="48.9695,2.4414" e="2010-04-23 14:00:00" model="IGRF-11"/&gt;
    &lt;temp id="3" p="48.9695,2.4414" z="230" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Wind id="3" p="48.9695,2.4414" z="10" u="F" e="2010-04-23 14:00:00"/&gt;
    &lt;Geomag id="3" p="48.9695,2.4414" e="2010-04-23 14:00:00" model="IGRF-11"/&gt;
    &lt;temp id="3" p="48.9695,2.4414" z="10" u="F" e="2010-04-23 14:00:00"/&gt;
  &lt;/Request&gt;
&lt;/nwx&gt;
</pre>
</p>

<p><h4>Response</h4>
(2652 bytes indented, 1993 bytes unindented)
<pre>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;nwx version="0.3.5"&gt;                 
  &lt;Response expires="2010-04-21 12:20:00"&gt;
    &lt;Wind id="0" p="47.0819,-0.8772" z="10" u="F" e="2010-04-23 14:00:00"&gt;
      &lt;dir&gt;66&lt;/dir&gt;                                                 
      &lt;speed&gt;9&lt;/speed&gt;                                              
    &lt;/Wind&gt;                                                               
    &lt;Geomag id="0" p="47.0819,-0.8772" e="2010-04-23 14:00:00" model="IGRF-11"&gt;
      &lt;decl&gt;-1.7506&lt;/decl&gt;                                               
      &lt;ddecl&gt;0.0354&lt;/ddecl&gt;                                              
    &lt;/Geomag&gt;                                                                  
    &lt;temp id="0" p="47.0819,-0.8772" z="10" u="F" e="2010-04-23 14:00:00"&gt;15.9&lt;/temp&gt;
    &lt;Wind id="0" p="47.0819,-0.8772" z="230" u="F" e="2010-04-23 14:00:00"&gt;
      &lt;dir&gt;339&lt;/dir&gt;
      &lt;speed&gt;1&lt;/speed&gt;
    &lt;/Wind&gt;
    &lt;Geomag id="0" p="47.0819,-0.8772" e="2010-04-23 14:00:00" model="IGRF-11"&gt;
      &lt;decl&gt;-1.7506&lt;/decl&gt;
      &lt;ddecl&gt;0.0354&lt;/ddecl&gt;
    &lt;/Geomag&gt;
    &lt;temp id="0" p="47.0819,-0.8772" z="230" u="F" e="2010-04-23 14:00:00"&gt;-29.5&lt;/temp&gt;
    &lt;Wind id="1" p="47.5368,-0.8518" z="230" u="F" e="2010-04-23 14:00:00"&gt;
      &lt;dir&gt;299&lt;/dir&gt;
      &lt;speed&gt;4&lt;/speed&gt;
    &lt;/Wind&gt;
    &lt;Geomag id="1" p="47.5368,-0.8518" e="2010-04-23 14:00:00" model="IGRF-11"&gt;
      &lt;decl&gt;-1.8492&lt;/decl&gt;
      &lt;ddecl&gt;0.0355&lt;/ddecl&gt;
    &lt;/Geomag&gt;
    &lt;temp id="1" p="47.5368,-0.8518" z="230" u="F" e="2010-04-23 14:00:00"&gt;-29.7&lt;/temp&gt;
    &lt;Wind id="2" p="47.8061,0.2738" z="230" u="F" e="2010-04-23 14:00:00"&gt;
      &lt;dir&gt;285&lt;/dir&gt;
      &lt;speed&gt;8&lt;/speed&gt;
    &lt;/Wind&gt;
    &lt;Geomag id="2" p="47.8061,0.2738" e="2010-04-23 14:00:00" model="IGRF-11"&gt;
      &lt;decl&gt;-1.5492&lt;/decl&gt;
      &lt;ddecl&gt;0.037&lt;/ddecl&gt;
    &lt;/Geomag&gt;
    &lt;temp id="2" p="47.8061,0.2738" z="230" u="F" e="2010-04-23 14:00:00"&gt;-29.8&lt;/temp&gt;
    &lt;Wind id="3" p="48.9695,2.4414" z="230" u="F" e="2010-04-23 14:00:00"&gt;
      &lt;dir&gt;290&lt;/dir&gt;
      &lt;speed&gt;18&lt;/speed&gt;
    &lt;/Wind&gt;
    &lt;Geomag id="3" p="48.9695,2.4414" e="2010-04-23 14:00:00" model="IGRF-11"&gt;
      &lt;decl&gt;-1.1824&lt;/decl&gt;
      &lt;ddecl&gt;0.04&lt;/ddecl&gt;
    &lt;/Geomag&gt;
    &lt;temp id="3" p="48.9695,2.4414" z="230" u="F" e="2010-04-23 14:00:00"&gt;-30.4&lt;/temp&gt;
    &lt;Wind id="3" p="48.9695,2.4414" z="10" u="F" e="2010-04-23 14:00:00"&gt;
      &lt;dir&gt;63&lt;/dir&gt;
      &lt;speed&gt;8&lt;/speed&gt;
    &lt;/Wind&gt;
    &lt;Geomag id="3" p="48.9695,2.4414" e="2010-04-23 14:00:00" model="IGRF-11"&gt;
      &lt;decl&gt;-1.1824&lt;/decl&gt;
      &lt;ddecl&gt;0.04&lt;/ddecl&gt;
    &lt;/Geomag&gt;
    &lt;temp id="3" p="48.9695,2.4414" z="10" u="F" e="2010-04-23 14:00:00"&gt;13.3&lt;/temp&gt;
  &lt;/Response&gt;
&lt;/nwx&gt;
</pre>
</p>

<p>It can be immediately seen that there is a lot of repetition in the above, which is what
<a href="/nwxs/doc/help#attributes">&lt;Attributes/&gt;</a> attempts to address.<br/>
With its help we can express the same request in this more compact form:</p>

<p><h4>Request</h4>
(677 bytes indented, 496 unindented)
<pre>
&lt;?xml version="1.0"?&gt;
&lt;nwx version="0.3.5"&gt;
  &lt;Request&gt;
    &lt;Attributes u="F" e="2010-04-23 14:00:00"&gt;
      &lt;Attributes p="47.0819,-0.8772" z="10 230"&gt;
        &lt;Wind/&gt;
        &lt;Geomag model="IGRF-11"/&gt;
        &lt;temp/&gt;
      &lt;/Attributes&gt;
      &lt;Attributes p="47.5368,-0.8518" z="230"&gt;
        &lt;Wind/&gt;
        &lt;Geomag model="IGRF-11"/&gt;
        &lt;temp/&gt;
      &lt;/Attributes&gt;
      &lt;Attributes p="47.8061,0.2738" z="230"&gt;
        &lt;Wind/&gt;
        &lt;Geomag model="IGRF-11"/&gt;
        &lt;temp/&gt;
      &lt;/Attributes&gt;
      &lt;Attributes p="48.9695,2.4414" z="10 230"&gt;
        &lt;Wind/&gt;
        &lt;Geomag model="IGRF-11"/&gt;
        &lt;temp/&gt;
      &lt;/Attributes&gt;
    &lt;/Attributes&gt;
  &lt;/Request&gt;
&lt;/nwx&gt;
</pre>
</p>

<p><h4>Response</h4>
(1393 bytes indented, 947 unindented)
<pre>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;nwx version="0.3.5"&gt;                 
  &lt;Response expires="2010-04-21 12:20:00"&gt;
    &lt;Attributes u="F" e="2010-04-23 14:00:00"&gt;
      &lt;Attributes p="47.0819,-0.8772" z="10 230"&gt;
        &lt;Wind&gt;
          &lt;dir&gt;66 339&lt;/dir&gt;
          &lt;speed&gt;9 1&lt;/speed&gt;
        &lt;/Wind&gt;
        &lt;Geomag model="IGRF-11"&gt;
          &lt;decl&gt;-1.7506&lt;/decl&gt;
          &lt;ddecl&gt;0.0354&lt;/ddecl&gt;
        &lt;/Geomag&gt;
        &lt;temp&gt;15.9 -29.5&lt;/temp&gt;
      &lt;/Attributes&gt;
      &lt;Attributes p="47.5368,-0.8518" z="230"&gt;
        &lt;Wind&gt;
          &lt;dir&gt;299&lt;/dir&gt;
          &lt;speed&gt;4&lt;/speed&gt;
        &lt;/Wind&gt;
        &lt;Geomag model="IGRF-11"&gt;
          &lt;decl&gt;-1.8492&lt;/decl&gt;
          &lt;ddecl&gt;0.0355&lt;/ddecl&gt;
        &lt;/Geomag&gt;
        &lt;temp&gt;-29.7&lt;/temp&gt;
      &lt;/Attributes&gt;
      &lt;Attributes p="47.8061,0.2738" z="230"&gt;
        &lt;Wind&gt;
          &lt;dir&gt;285&lt;/dir&gt;
          &lt;speed&gt;8&lt;/speed&gt;
        &lt;/Wind&gt;
        &lt;Geomag model="IGRF-11"&gt;
          &lt;decl&gt;-1.5492&lt;/decl&gt;
          &lt;ddecl&gt;0.037&lt;/ddecl&gt;
        &lt;/Geomag&gt;
        &lt;temp&gt;-29.8&lt;/temp&gt;
      &lt;/Attributes&gt;
      &lt;Attributes p="48.9695,2.4414" z="10 230"&gt;
        &lt;Wind&gt;
          &lt;dir&gt;63 290&lt;/dir&gt;
          &lt;speed&gt;8 18&lt;/speed&gt;
        &lt;/Wind&gt;
        &lt;Geomag model="IGRF-11"&gt;
          &lt;decl&gt;-1.1824&lt;/decl&gt;
          &lt;ddecl&gt;0.04&lt;/ddecl&gt;
        &lt;/Geomag&gt;
        &lt;temp&gt;13.3 -30.4&lt;/temp&gt;
      &lt;/Attributes&gt;
    &lt;/Attributes&gt;
  &lt;/Response&gt;
&lt;/nwx&gt;
</pre>
</p>

<p>With help from the <b><code>&lt;Attributes/&gt;</code></b> element,
and taking advantage of the <a href="/nwxs/doc/help#attr_z-0.3.5">extended <b><code>z</code></b>
attribute</a> to squeeze two <b><code>&lt;Wind/&gt;</code></b> calls into one we were able to
make the request 54% smaller, and obtain a reduction of 47% in the size of the response.
Note also how we have used two nested <b><code>&lt;Attributes/&gt;</code></b> tags to avoid
duplicating the altitude units and epoch information.</p>

<p>But we could take this example even further by using the
<a href="/nwxs/doc/help#attr_p-0.1">extended <b><code>p</code></b>
attribute</a> as well, if we accept to get some extra information which we don't need
(the second and third points' FL10 data) in the interests of bandwidth efficiency:</p>

<p><h4>Request</h4>
(278 bytes indented, 240 unindented)
<pre>
&lt;?xml version="1.0"?&gt;
&lt;nwx version="0.3.5"&gt;
  &lt;Request&gt;
    &lt;Attributes p="47.0819,-0.8772 47.5368,-0.8518 47.8061,0.2738 48.9695,2.4414" z="10 230" u="F" e="2010-04-23 14:00:00"&gt;
      &lt;Wind/&gt;
      &lt;Geomag model="IGRF-11"/&gt;
      &lt;temp/&gt;
    &lt;/Attributes&gt;
  &lt;/Request&gt;
&lt;/nwx&gt;
</pre>
</p>

<p><h4>Response</h4>
(592 bytes indented, 504 unindented)
<pre>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;nwx version="0.3.5"&gt;
  &lt;Response expires="2010-04-21 12:20:00"&gt;
    &lt;Attributes p="47.0819,-0.8772 47.5368,-0.8518 47.8061,0.2738 48.9695,2.4414" z="10 230" u="F" e="2010-04-23 14:00:00"&gt;
      &lt;Wind&gt;
        &lt;dir&gt;66 74 72 63 339 299 285 290&lt;/dir&gt;
        &lt;speed&gt;9 8 8 8 1 4 8 18&lt;/speed&gt;
      &lt;/Wind&gt;
      &lt;Geomag model="IGRF-11"&gt;
        &lt;decl&gt;-1.7506 -1.8492 -1.5492 -1.1824&lt;/decl&gt;
        &lt;ddecl&gt;0.0354 0.0355 0.037 0.04&lt;/ddecl&gt;
      &lt;/Geomag&gt;
      &lt;temp&gt;15.9 14.8 14.6 13.3 -29.5 -29.7 -29.8 -30.4&lt;/temp&gt;
    &lt;/Attributes&gt;
  &lt;/Response&gt;
&lt;/nwx&gt;
</pre>
</p>

<p>Note how this shorter version has 81% and 78% smaller request and response sizes,
respectively, albeit the extra data may cause the processing time to be slightly higher.<br/>
This also illustrates how the data are ordered when both extended <b><code>p</code></b> and
<b><code>z</code></b> are used: all the data for the first altitude level comes first, then
the next altitude level and so on.
</p>

<h3>Conclusion</h3>
<p>Taking advantage of the new semantic possibilities offered by version 0.3.5 can
help you reduce your bandwidth requirements, something which I expect
will be welcome by users of mobile applications and everyone on a slow connection.</p>

        </div>
    </content>
</entry>

<entry>
    <id>25569e38-ccda-4898-bad3-4b45960ac179</id>
    <updated>2010-04-21T10:03:18Z</updated>
    <title>Version 0.3.5 Released</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#25569e38-ccda-4898-bad3-4b45960ac179"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>Version 0.3.5 is now released, with the following changes:
  <ul>
    <li>Implemented the <a href="http://www.navlost.eu/nwxs/doc/help#nwxdata">NwxData</a>
    generic response format, as
    <a href="#a9f013a9-c517-4f74-b3f9-0e8b491bc2dd">previously announced</a>. This
    is now supported by the <a href="http://www.navlost.eu/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a> request.</li>
    <li>Heavier caching for <a href="http://www.navlost.eu/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a> requests.
Avoids generating duplicate profiles when the same data is requested more than once.
In those cases, only one of the requests will do the actual processing while the other(s)
will sit there waiting for the first one to finish, then all return the same graphic.</li>
    <li>The server will now refuse to process new requests if it is overloaded. CPU
    intensive requests such as <a href="http://www.navlost.eu/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a>
and <a href="http://www.navlost.eu/nwxs/doc/help#chart">&lt;Chart/&gt;</a> will be rejected first, and if the situation
continues, every new request will be rejected via a code 15
<a href="http://www.navlost.eu/nwxs/doc/help#error">&lt;error/&gt;</a>; as an eventual last step any ongoing requests
will be ungracefully aborted (TCP connection closed).</li>
    <li>Implemented the <b><code>u</code></b> attribute for
<a href="http://www.navlost.eu/nwxs/doc/help#availablelevels">&lt;AvailableLevels/&gt;</a> requests.</li>
    <li>Implemented the <a href="http://www.navlost.eu/nwxs/doc/help#attr_z-0.3.5"><b><code>z</code></b></a> extended
    attribute.<br/>
    You can now retrieve data for multiple altitudes in the same request in the same way
    as you used to be able to query multiple horizontal positions via the 
    <a href="http://www.navlost.eu/nwxs/doc/help#attr_p-0.1"><b><code>p</code></b></a> extended attribute. Both of them
    can be combined in the same request, in which case the data is returned in
    position/altitude order.</li>
    <li>Now all requests, except <b><code>&lt;Metar/&gt;</code></b> and
<b><code>&lt;Taf/&gt;</code></b> accept <a href="http://www.navlost.eu/nwxs/doc/help#attr_p-0.1">extended geographic
positions</a> and where applicable, the <a href="http://www.navlost.eu/nwxs/doc/help#attr_z-0.3.5">extended
<b><code>z</code></b> attribute</a>.</li>
  </ul>
</p>
        </div>
    </content>
</entry>

<entry>
    <id>712c711a-a7ad-425f-907a-d0f039c145e1</id>
    <updated>2010-04-18T22:35:28Z</updated>
    <title>NWX Server Disruption</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#712c711a-a7ad-425f-907a-d0f039c145e1"/>
    <summary type="text">
Due to excessive load on the NWX Weather
Server, weather requests were disrupted
between approximately 2030Z and 2100Z on
18-Apr.

Changes have been made to the server in
order to improve resilience--for more
details please see
http://www.navlost.eu/nwxs/doc/news/#712c711a-a7ad-425f-907a-d0f039c145e1

We apologise for any inconvenience.  Please visit
http://navlost.eu/contact if you require more information.
    </summary>
</entry>

<entry>
    <id>a9f013a9-c517-4f74-b3f9-0e8b491bc2dd</id>
    <updated>2010-04-12T23:40:56Z</updated>
    <title>More Ways Of Processing Vertical Profiles</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#a9f013a9-c517-4f74-b3f9-0e8b491bc2dd"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>Work is being done on improving the <a href="http://www.navlost.eu/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a>
request with the aim of giving developers more choice in the ways they can use NWX data.</p>

<p>The latest changes focus on
providing applications with raw numeric data that they can use to create or augment their own profile graphics, amongst
other things.  This will be done via the addition of a new supported MIME type:
<b><code>application/x-nwxdata+xml</code></b>, which will return data using a simple and relatively compact custom XML schema.
</p>

<p>In order for interested developers to provide <a href="/contact" title="Contact Page">feedback</a> on this new feature, a pre-release version of the development code is being made available as 0.3.5a1 (<b><code>&lt;nwx version="0.3.5a1"&gt;</code></b>), and the <a href="http://www.navlost.eu/nwxs/doc/help">NWX Documentation</a> has been updated with details on these additions. For more information, please see the <a href="http://www.navlost.eu/nwxs/doc/help#versionnotes0.3.5">What's New section for 0.3.5</a>.
</p>
        </div>
    </content>
</entry>

<entry>
    <id>9c3d84f9-5a8e-4073-b915-f0c2b8db5e78</id>
    <updated>2010-04-04T21:52:08Z</updated>
    <title>Version 0.3.4 Released</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#9c3d84f9-5a8e-4073-b915-f0c2b8db5e78"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>Version 0.3.4 is now released, with the following changes:
  <ul>
    <li>New <a href="/nwxs/doc/help#attributes">&lt;Attributes/&gt;</a> container element, used to define one or more attributes which will be applied to its children; it enables client applications to express certain requests in a more compact form. Thanks to Philipp Matzinger from the <a href="http://www.govfr.com/">goVFR</a> team for the suggestion.</li>
    <li><a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt" title="GIF Specification">GIF</a> and <a href="http://www.jpeg.org/" title="Official site of the Joint Photographic Experts Group">JPEG</a> image output formats supported by the <a style="" href="/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a> request. Thanks to <a href="http://francois.fouchet.free.fr/" hreflang="fr">François Fouchet</a> for proposing this addition.</li>
  </ul>
</p>
        </div>
    </content>
</entry>

<entry>
    <id>ea424cbb-553f-40e1-b440-1d69d70cf37e</id>
    <updated>2010-04-02T20:25:50Z</updated>
    <title>New Geomagnetic Models</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#ea424cbb-553f-40e1-b440-1d69d70cf37e"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>The list of <a href="/nwxs/help#availablegeomagmodels">available geomagnetic models</a>
has been expanded to include the
latest iterations of the <a href="http://www.ngdc.noaa.gov/IAGA/vmod/igrf.html">International
Geomagnetic Reference Field (IGRF-11)</a>
and <a href="http://www.ngdc.noaa.gov/geomag/WMM/soft.shtml">World Magnetic Model
(WMM2010)</a>.  Both are valid through 2015, and the change applies to all NWX versions
supporting the <a href="/nwxs/doc/help#geomag">&lt;Geomag/&gt;</a> request.</p>
        </div>
    </content>
</entry>

<entry>
    <id>4da8380b-193c-468a-a8cb-ab9983c2456b</id>
    <updated>2010-02-19T01:04:27Z</updated>
    <title>Newly Extended Forecast Range</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#4da8380b-193c-468a-a8cb-ab9983c2456b"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>As of <a href="#aaf74f4b-c265-429a-ac03-335ff678e71d">three days ago</a>, the NWX
forecast reaches all the way out to T+108 (i.e., up to four days and six hours in the
future), and up to the 200&#160;hPa level (approx. FL380) while adding additional
pressure levels at 800 and 600&#160;hPa.</p>
        </div>
    </content>
</entry>

<entry>
    <id>0916e698-1e11-4e82-a269-1b52fff3f8db</id>
    <updated>2010-02-19T00:42:20Z</updated>
    <title>METAR And TAF Archives Back Online</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#0916e698-1e11-4e82-a269-1b52fff3f8db"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>As had been <a href="#83a47b3a-2fb9-49fe-9726-3469eb14a80b">mentioned</a> previously,
at one point the bulk of the METAR and TAF archives had to be taken offline as I had to
reclaim the storage space for extending the weather forecast. Although still undergoing
validation, I expect that I have now finally come up
with a long-term solution by moving the archival database
to another server better suited for the task and as a result of this change, the archive
is now back online.</p>

<p>The entire dataset reaches back to noon UTC
on 2008-11-06 and currently holds over 75 million METAR observations and over six million
TAFs for reporting stations worldwide. Historical reports can be accessed on the WWW at
my <a href="http://www.navlost.eu/aero/metar">METAR data access</a> page.  Currently
there is no convenient way to search for historical data via
<a href="/nwxs/help#metar">NWX</a>, but that functionality can be easily implemented if
requested.</p>
        </div>
    </content>
</entry>

<entry>
    <id>4e445011-2db1-4297-95ef-3d5b6b14341f</id>
    <updated>2010-02-19T00:12:06Z</updated>
    <title>Minor Documentation Update</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#4e445011-2db1-4297-95ef-3d5b6b14341f"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>I have done a very minor but hopefully significant update to the 
<a href="/nwxs/help">NWX reference documentation</a>.  The change consisted on
making sure all the examples show a current epoch (<b><code>e</code></b> attribute)
and the NWX <b><code>version</code></b> attributes reflects a recent iteration of
the code.</p>

<p>The reason for this change is that I regularly keep seeing entries in the NWX error log
which appear to indicate people are copying and pasting the examples directly into an
HTTP request, which throws back a (sometimes cryptic) error about the requested epoch not
being valid (as it's well in the past and thus not part of the current forecast cycle).</p>

<p>It is not at all unreasonable to expect an example given in a system's documentation
to just work however, hence why I have made this simple change.  As a result, from now on and unless
it's clearly and explicitly mentioned, examples copied and pasted from the documentation
should return a valid result, although the actual result values probably will be different than
what's shown in the docs.</p>

<p>I'm sure there are many other areas where the documentation could be improved, and hopefully this
is a useful start.  Needless to say, any suggestions as to aspects which might be poorly explained
are more than welcome.
</p>
        </div>
    </content>
</entry>

<entry>
    <id>be550bd9-a4e3-46ea-8b8a-313918bbff57</id>
    <updated>2010-02-16T22:49:06Z</updated>
    <title>NWX Server Maintenance</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#be550bd9-a4e3-46ea-8b8a-313918bbff57"/>
    <summary type="text">
Due to maintenance on the NWX Weather Server
METAR and TAF requests might be intermittently
slow during the evening of 16-Feb and
the early hours of 17-Feb.

We apologise for any inconvenience.  Please visit
http://navlost.eu/contact if you require more information.
    </summary>
</entry>

<entry>
    <id>aaf74f4b-c265-429a-ac03-335ff678e71d</id>
    <updated>2010-02-15T20:41:37Z</updated>
    <title>NWX Server Upgrade</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#aaf74f4b-c265-429a-ac03-335ff678e71d"/>
    <summary type="text">
An upgrade is being performed on the NWX Service
in order to allow for more data: slightly longer
forecast range, more pressure levels, and other
ancillary data.

During this upgrade, an additional forecast
cycle refresh will be run and at times the
NWX server may be slow or unreachable. This is
expected to last until 16 Feb 2010 01:30 UTC.

We apologise for any inconvenience.  Please visit
http://navlost.eu/contact if you require more information.
    </summary>
</entry>

<entry>
    <id>a802bbb3-5512-47c0-ab0a-e9dd117dbb17</id>
    <updated>2010-02-07T21:20:39Z</updated>
    <title>Version 0.3.3 Released</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#a802bbb3-5512-47c0-ab0a-e9dd117dbb17"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>Version 0.3.3 is now released, with the following changes:
  <ul>
    <li>New <a href="/nwxs/doc/help#srss">&lt;srss/&gt;</a> request, giving the times of sunrise and sunset.</li>
    <li>Added <b><code>&lt;theme&gt;route&lt;/theme&gt;</code></b> to
        <a href="/nwxs/doc/help#chart">&lt;Chart/&gt;</a> request.</li>
    <li>Improved <a href="/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a> request, incorporated
    the previously discussed <a href="#efa16e12-e04d-4593-aabb-2520be66ebf7">SVG support</a>
    and <a href="#f328f1aa-6a9d-455d-9f51-e2b534fc1fa8">data caching</a>
    for better response speeds in certain cases.</li>
  </ul>
</p>
        </div>
    </content>
</entry>

<entry>
    <id>3969f984-8d83-4730-94ea-d0682fcf23f0</id>
    <updated>2010-01-19T13:16:56Z</updated>
    <title>Secure Access to NWX Service</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#3969f984-8d83-4730-94ea-d0682fcf23f0"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>Those of you who need or wish to ensure the integrity and in-transit confidentiality
of NWX requests may do so by accessing the service over
<a href="http://www.ietf.org/rfc/rfc2818.txt" title="HTTP Over TLS [RFC2818]">HTTPS</a>.
The only change required to achieve this is to change the canonical URI from
<code><b>http://navlost.eu/aero/nwx</b></code> to
<code><b>http<span style="text-decoration:underline;">s</span>://navlost.eu/aero/nwx</b></code>.</p>

<p>Client authentication via <a href="http://www.ietf.org/rfc/rfc5280.txt"
title="Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List
(CRL) Profile [RFC5280]">X.509</a> certificates (instead of or in addition to the
<a href="/nwxs/doc/help#authentication">mechanisms</a> provided by the NWX protocol itself)
can also be implemented upon request.</p>
        </div>
    </content>
</entry>

<entry>
    <id>f328f1aa-6a9d-455d-9f51-e2b534fc1fa8</id>
    <updated>2010-01-15T13:46:48Z</updated>
    <title>Changes To Vertical Profile Generation (v0.3.3-pre2)</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#f328f1aa-6a9d-455d-9f51-e2b534fc1fa8"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>As part of the push to improve the generation of
<a href="/nwxs/doc/help#profilegraph" title="&lt;ProfileGraph/&gt; Request">vertical flight
profiles</a>, a number of modifications have been done to the profile engine, the goal
of which is to reduce profile creation time for repeated requests.</p>

<p>Essentially this
works by caching any data previously requested within the same forecast cycle, rather
than looking it up again in the weather model files which is a much more expensive operation.
Thus, if for example you have planned a route and notice it'll take you right through
all the icing, and decide to try again by changing flight levels, or perhaps doing a
small detour, the profile engine will reuse as much data as it can from any previous
requests, retrieving only whichever data is not already in the cache.</p>

<p>In the most extreme case, which is replanning the same route at the same time but
at a different flight level, in my tests profile creation time has been reduced from
30 seconds down to 1.5 seconds (a 20&#x00d7; speed-up).</p>
        
<p>While I have some concerns about the scalability of this approach, this can
currently be tested by using a service version number of <b><code>0.3.3-pre2</code></b>
and is planned to be included in the final 0.3.3 release. This is of course available
for both PNG and SVG outputs (see my
<a href="#efa16e12-e04d-4593-aabb-2520be66ebf7">previous announcement</a>)</p>

<p>As usual, feel free to <a href="/contact">get in touch</a> with any questions or
comments.</p>
        </div>
    </content>
</entry>
<entry>
    <id>eac491d5-1618-435a-8fa7-ff48857d3662</id>
    <updated>2010-01-14T21:00:00Z</updated>
    <title>NWX Server Downgraded Performance</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#eac491d5-1618-435a-8fa7-ff48857d3662"/>
    <summary type="text">
Due to an incomplete data transfer from upstream,
vertical flight profiles are unavailable until
the next forecast cycle, aproximately between
01:00-01:30 UTC on 15 Jan 2010.

We apologise for the inconvenience.  Please visit
http://navlost.eu/contact if you require more information.
</summary>
</entry>
<entry>
    <id>efa16e12-e04d-4593-aabb-2520be66ebf7</id>
    <updated>2010-01-14T00:03:36Z</updated>
    <title>Scalable Vector Graphics Support</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#efa16e12-e04d-4593-aabb-2520be66ebf7"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>Work is ongoing on <a href="http://www.w3.org/Graphics/SVG/"
title="Scalable Vector Graphics">SVG</a> support in the
<a href="/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a> request.</p>

<p>The idea behind this is that SVG is able to offer better control over style and
presentation and allows for better integration with the client application's
own environment.  For instance, you have complete flexibility to change the
chart's presentation by applying your own stylesheet, doing an
<a href="http://www.w3.org/TR/xslt" title="XSL Transformations">XSL
Transformation</a>, or even via <a href="http://www.w3.org/DOM/"
title="Document Object Model">DOM-level</a> manipulation.</p>

<p>The goal is to have some kind of SVG support by the next revision of the
NWX code, for which I haven't set a date yet, however, I will publish a number
of pre-release versions as needed so that you can test and assess the level
of SVG support your platform offers, make suggestions, etc.  For the moment,
version <b><code>0.3.3-pre1</code></b> is available for testing, and already
has a working SVG output.</p>

<p>The way to get an SVG graphic is by means of the new
<b><code>mimetype="image/svg+xml"</code></b> attribute to
<a href="/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a> (conversely,
<b><code>mimetype="image/png"</code></b> produces a <a href="http://www.w3.org/TR/PNG/"
title="Portable Network Graphics">PNG</a> file, which is the default).  The
SVG can be returned in-line as usual, in which case it is part of the NWX
reponse document, or <a href="/nwxs/help#outofband" title="Out of Band Output">out
of band</a>, in which
case it is a stand-alone XML document. Presently, it comes with a default,
hard-coded stylesheet and the <b><code>&lt;colour/&gt;</code></b> styling
attributes are not honoured, but that's going to change as work progresses.</p>

<p>Here is an example of a
<a href="/nwxs/doc/media/ProfileGraph.png">normal PNG output</a>, and the
corresponding <a href="/nwxs/doc/media/ProfileGraph.svg">SVG version</a>
(also saved <a href="/nwxs/doc/media/ProfileGraph-svg.png">back as PNG</a>
for those without proper SVG browser support).</p>

<p>I hope this will turn out to be a useful feature, and as always, 
<a href="/contact">comments</a> are appreciated.</p>
        </div>
    </content>
</entry>
<entry>
    <id>9ec4c3ea-08b8-49a1-993d-e814c5d97341</id>
    <updated>2010-01-10T02:33:09Z</updated>
    <title>Version 0.3.2 Released</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#9ec4c3ea-08b8-49a1-993d-e814c5d97341"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>Version 0.3.2 is now released, with the following changes:
    <ul>
        <li><a href="/nwxs/doc/help#temp">&lt;temp/&gt;</a> requests are now fast, and
        therefore, properly usable.  It now takes an
        <a href="/nwxs/doc/help#attr_p-0.1">extended <b><code>p</code></b> attribute</a>,
        and the altitude (<b><code>z</code></b> and <b><code>u</code></b>) attributes are
        optional: a request without a vertical coordinate will return the forecast ground
        level temperature at that point.</li>
        <li>A new request, <a href="/nwxs/doc/help#qff">&lt;qff/&gt;</a> has been added.
        It returns forecast mean sea level pressure&#8212;please note that this is
        <em>not</em> QNH.</li>
    </ul>
</p>
        </div>
    </content>
</entry>
<entry>
    <id>8392143c-0e13-43f8-9ccb-5470b2c3120e</id>
    <updated>2009-11-04T15:04:14Z</updated>
    <title>Tips &amp; Tricks</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#8392143c-0e13-43f8-9ccb-5470b2c3120e"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<h3>METAR and TAF reports</h3>
<b>Take advantage of the position attribute.</b>
<p>When making a <a href="/nwxs/doc/help#taf">TAF</a> or <a href="/nwxs/doc/help#metar">METAR</a> request,
sometimes one may be interested not so much on weather reports for a specific airfield as
for a general area, and it might be that the airfield we want data for does not have
meteorological facilities or is not reporting (e.g., it might be open only on certain days).</p>

<p>Often, however, we can use data from another reporting station nearby.  If your application
has access to a navigation database (as I expect most flight planning apps would), then instead
of making an ICAO-based request, your could simply send the WGS84 coordinates for your target.
Consider this example for Paray-le-Monial (LFGN), a small airfield in the Burgundy region of France:</p>

<p>Example request, using <b><code>icao</code></b> attribute:
<pre>
&lt;nwx version="0.3.1"&gt;
  &lt;Request id="1"&gt;
    &lt;Metar icao="LFGN" maxage="3"/&gt;
  &lt;/Request&gt;
&lt;/nwx&gt;
</pre>
<br/>
Response:
<pre>
&lt;nwx version="0.3.1"&gt;
  &lt;Response id="1"&gt;
    &lt;Metar icao="LFGN"&gt;
      &lt;warning code="11"&gt;LFGN: No data found&lt;/warning&gt;
    &lt;/Metar&gt;
  &lt;/Response&gt;
&lt;/nwx&gt;
</pre>

which is expected since Paray does not have weather reporting.</p>

<p>However we could try this instead, using the <b><code>p</code></b> attribute:
<pre>
&lt;nwx version="0.3.1"&gt;
  &lt;Request id="1"&gt;
    &lt;Metar p="46.4667,4.1331" maxage="3"/&gt;
  &lt;/Request&gt;
&lt;/nwx&gt;
</pre>
<br/>
Response:
<pre>
&lt;nwx version="0.3.1"&gt;
  &lt;Response id="1"&gt;
    &lt;Metar p="46.417,4.017" dist="5.7" icao="LFLN"&gt;
      &lt;report epoch="2009-11-04 14:00:00"&gt;
        &lt;![CDATA[LFLN 041400Z AUTO 25009KT 9999NDV SCT044 BKN056 OVC078 12/05 Q0998]]&gt;
      &lt;/report&gt;
    &lt;/Metar&gt;
  &lt;/Response&gt;
&lt;/nwx&gt;
</pre>

which returns the latest report for Saint Yan, an IFR airfield only six nautical miles away
(as indicated by the <b><code>dist</code></b> attribute in the response).</p>
        </div>
    </content>
</entry>
<entry>
    <id>29d405ce-3e95-4d9e-9267-828ca4365288</id>
    <updated>2009-11-02T23:27:00Z</updated>
    <title>Tips &amp; Tricks</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#29d405ce-3e95-4d9e-9267-828ca4365288"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<h3>Requesting Charts and Profile Views</h3>
<b>Use a separate connection for graphical data.</b>
<p>While typical data requests such as wind speed and METARs are pretty fast, that is not the
case in general for graphical information: charts take 4.5 seconds on average to generate, and
profile views take an average of 30 seconds.</p>
<p>One thing I have noticed from my own applications is that, if both numerical and graphical
data are included on the same &lt;nwx&gt;&lt;/nwx&gt; request it can make the application feel
sluggish while it sits there waiting for the server to start pumping data back.</p>
<p>Fortunately there is an easy solution: you can open up two separate connections to the server.
Group all the "fast" data on one (METARs, wind, magnetic declination, etc.), and put all the
"slow" stuff in a second connection.  The server will process those in parallel and return the
first batch of data as soon as it's available, so it can be displayed in your application,
giving the user something useful to look at while he waits for the graphs.</p>
<p>It could also help if you are requesting both charts and profile views, to put those on
separate requests as well.  Also consider showing some sort of placeholder or busy indicator
while the profile view loads&#8212;obviously it won't actually load any faster, but it will make
the application appear more responsive.</p>

        </div>
    </content>
</entry>
<entry>
    <id>e3d9ccf5-52eb-4925-b4c0-1487cd6728ad</id>
    <updated>2009-11-02T16:19:33Z</updated>
    <title>Version 0.3.1 Released</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#e3d9ccf5-52eb-4925-b4c0-1487cd6728ad"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>Version 0.3.1 of the NWX service is live as of today. This contains only minor bug fixes to 0.3.0, namely:
  <ul>
    <li>In the <a href="/nwxs/doc/help#chart">&lt;Chart/&gt;</a> element, <b><code>&lt;theme&gt;setmpdraw on&lt;/theme&gt;</code></b>
    would not display in most cases, this has now been fixed.</li>
    <li>If given invalid image dimensions for the <a href="/nwxs/doc/help#chart">&lt;Chart/&gt;</a> or the
    <a href="/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a> elements, an assertion would be triggered, causing the code to abort
    processing. As of v0.3.1 an <a href="/nwxs/doc/help#error">&lt;error/&gt;</a> element is returned instead.</li>
  </ul>
</p>
<p>The next release, which will introduce a few more bug fixes and a couple of new features, is scheduled to be released in late
November.  Please use email or the <a href="/contact">contact form</a> if you have any feature requests, bug reports,
or general suggestions.</p>
        </div>
    </content>
</entry>
<entry>
    <id>afe108dc-e74a-4acf-a182-5f9e8d1ac4c8</id>
    <updated>2009-10-26T21:41:38Z</updated>
    <title>Network Maintenance at NWX Hosting Facility 28-30 Oct 2009 (Rescheduled)</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#afe108dc-e74a-4acf-a182-5f9e8d1ac4c8"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>The network infrastructure upgrade <a href="#b52afd4d-a02f-4bed-9562-e4c9c1cded2a">originally
scheduled for 21-23 Oct</a> has
been moved to the end of this week. Work will be carried out between 0000Z
and 0600Z starting on 28-Oct and ending on 30-Oct. An estimated 90
minutes of cumulative service outage is expected during this period.</p>

<p>We apologise for the inconvenience.  Please visit
<a href="http://navlost.eu/contact">http://navlost.eu/contact</a>
if you require more information.</p>
        </div>
    </content>
</entry>
<entry>
    <id>5d55153c-02c0-4de6-9bdf-3bd12ac22d50</id>
    <updated>2009-10-22T17:36:00Z</updated>
    <title>Documentation Updated</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#5d55153c-02c0-4de6-9bdf-3bd12ac22d50"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>The NWX reference document at <a href="http://www.navlost.eu/nwxs/doc/help">http://www.navlost.eu/nwxs/doc/help</a>
has been updated to correct a few typos.  Two of those were in the examples, namely:
  <ul>
    <li>The section describing the <a href="http://www.navlost.eu/nwxs/doc/help#application">&lt;application/&gt;</a>
    element, presented one of the element's attributes as <code style="font-decoration:strikethrough;"><b>version</b></code>
    when it should have read <code><b>instance</b></code>.</li>
    <li>In the section describing the <a href="http://www.navlost.eu/nwxs/doc/help#profilegraph">&lt;ProfileGraph/&gt;</a>
    element, the <b>&lt;Weather/&gt;</b> subelement was spelled with a lowercase '<i>w</i>', whereas an uppercase '<i>W</i>' is required.</li>
  </ul>
</p>
<p>If you discover any more typos, thanks for <a href="http://www.navlost.eu/contact">reporting</a>
them to me&#8212;if an example doesn't work after you've set a valid epoch, chances are there is
a typo in the docs so don't hesitate to drop me an email.
</p>
        </div>
    </content>
</entry>
<entry>
    <id>b52afd4d-a02f-4bed-9562-e4c9c1cded2a</id>
    <updated>2009-10-21T14:57:25Z</updated>
    <title>Network Maintenance at NWX Hosting Facility 21-23 Oct 2009</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#b52afd4d-a02f-4bed-9562-e4c9c1cded2a"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>The facility hosting the navlost.eu server will be undergoing an upgrade
of their network infrastructure.  Work will be carried out between 2300Z and
0500Z starting on 21-Oct-2009 and ending on 23-Oct-2009.  An expected 90
minutes of cumulative service outage is expected during this period.</p>

<p>We apologise for the inconvenience.  Please visit
<a href="http://navlost.eu/contact">http://navlost.eu/contact</a>
if you require more information.</p>
        </div>
    </content>
</entry>
<entry>
    <id>83a47b3a-2fb9-49fe-9726-3469eb14a80b</id>
    <updated>2009-10-19T23:07:11Z</updated>
    <title>New And Improved Service: Version 0.3.0</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#83a47b3a-2fb9-49fe-9726-3469eb14a80b"/>
    <summary type="text">
New version 0.3.0 of the NWX Web Service is live, with a heavily reworked
backend, more efficient, more and better content.
    </summary>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<h3>What's New</h3>
<p>After quite a bit of heavy coding over the past few days, finally the latest version
of the NWX Service is ready for public access.</p>
<p>There have been some significant changes to the way the data is handled and processed, with the
primary aim of making things more efficient in terms of storage space and CPU, while maintaining the reasonably short
response times. A secondary aim still in the works is to reduce those response times for some of the slower requests (e.g.,
<a href="http://www.navlost.eu/aero/nwx_help#temp">temperature</a> data).</p>
<p>As a result of all this, these new features have been added:
    <ul>
        <li>A new pressure level. Now you can get winds and chart data all the way up to 300&#160;hPa
        (around 30000 feet).</li>
        <li>New forecast epochs.  Now the forecast goes all the way out to T+96, which is just short of four days in
        the future.  As far as winds are concerned, it's questionable whether an estimate four days in advance
        will be any good, but nevertheless this extended forecast might still be useful for getting an idea of developing weather patterns.<br/>
        <em>Note that this enhanced forecast range is only available if you are using v0.3.0 or newer.</em></li>
        <li>New turbulence plots.  This highly experimental feature calculates the likelihood of clear air turbulence and
        makes the result available as an additional layer in the <a href="http://www.navlost.eu/aero/nwx_help#chart">&lt;Chart/&gt;</a> request.<br/>
        This only predicts clear air turbulence (primarily related to the jet stream)&#8211;neither orographic turbulence, or storm-related turbulence are depicted.  See this <a href="#4ff28cd9-089d-4dc1-9028-b2c0502ef89b">previous entry</a> for more information.</li>
        <li>Another improvement on this version is the earlier availability of new forecast cycles.  The forecast is updated four times a day: the process starts nominally at 00:20, 06:20, 12:20, and 18:20, and attempts to retrieve the latest cycle which is typically about six hours old by that point (e.g., the 12:20 update cycle loads the 06:00 forecast, which is generated sometime between 10:00 and 12:00).<br/>
        With the old wind database, it normally takes about one hour and forty minutes for all of the wind data to be refreshed, but with the new method the updated wind information is available in less than thirty minutes&#8211;and that's 31 epochs, rather than the previous 17.</li>
        <li>More as a side-effect of the ongoing upgrades than anything else, the wind data resolution has been improved and now the new method uses the full half-degree resolution of the native model, while the previous data used a downsampled two-degrees grid.  In most cases this is hardly of any practical consequence, and it comes free with the package anyway, but having said that, it should improve things a bit for people flying in mountain areas.<br/>
        Note also that an implication of this change is that you will get slightly different wind values if you use a pre-0.3.0 interface compared to the newer versions.  This is normal and expected.</li>
    </ul>
</p>
<p>Except for the additional 300&#160;hPa pressure level, none of the other changes have been backported to
previous versions of the service, so this might be a good opportunity for application developers to consider upgrading to a post-0.3.0 version.
</p>
<p>
At the moment, both the new and old wind databases are running in parallel, so as to have a fallback if any serious issues creep up with the new implementation, but eventually the old one will be stopped for good.  If by then everyone has moved to a newer version, and depending on the number of legacy applications still running in the wild, and the responsible developer's ability to have them upgraded, I'll make a decision as to whether to retire some of the older (i.e., &lt;0.3.0) versions of the service.  In any event, I'll give everyone at least a year's notice before any old versions are stopped&#8211;just make sure you check this space once every few months!
</p>
<h3>What's Broken</h3>
<p>
In order to keep the old wind service running alongside the new one, something had to give in, and that turned out to be the METAR archive.
</p>
<p>
METARs and TAFs from 2009-10-01 onwards are still available via the usual interfaces (<a href="http://www.navlost.eu/aero/metar">Web</a>, and <a href="http://www.navlost.eu/aero/nwx_help#metar">NWX</a>).  Older METARs (back to late March 2009) are still there but not currently accessible.  Although I can make them accessible in a very short time upon request, the query response times will be in the order of two to three minutes for each request referencing a date prior to October 2009.
</p>
<p>
In any event, this is only a temporary solution until I find a better approach to handle the storage requirements for this archive more economically.  The two solutions I am mainly considering at the moment are a) off-site storage (relative to the server), and b) a compression scheme which would allow me to compress each METAR individually while still taking advantage of redundancy across reports.
</p>
<p>
Recent METAR and TAFs (i.e., less than a few days old) are and will stay available as normal.  I have sacrificed the archiving feature as it did not seem to get much use (except for the odd queries from NOAA and UKMO addresses... I would have thought they would have their own archive?), however, if anyone has a good use case, let me know and I'll make this higher priority.
</p>
<h3>What's Next</h3>
<p>
Apart from consolidating the recent improvements, I'll try to get the <a href="http://www.blitzortung.org/">Blitzortung</a> sferics gateway in place, as mentioned in an <a href="#urn:uuid:96992b12-8537-11de-9235-00163e9b2a1e">earlier article</a>.
Other than that, I am <a href="http://www.navlost.eu/contact">open to suggestions</a> as always.  Feel free to get in touch if there are any particular features you would like to see.
</p>
        </div>
    </content>
</entry>
<entry>
    <id>2a0cd59c-f62c-4f3a-a94a-a55717cb7318</id>
    <updated>2009-10-17T02:41:41Z</updated>
    <title>NWX Server Downgraded Performance</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#2a0cd59c-f62c-4f3a-a94a-a55717cb7318"/>
    <summary type="text">
The previously reported upgrade to the NWX server is still ongoing. We
are now looking at ways of improving database performance during cycle
updates. In the process, automatic cycle updates have been disabled
(they normally occurr at 20 past the hour every six hours), and during
manual updates response times may be very slow.

This will continue throughout the day on 17-Oct.

Please  visit the following URL for more information:
http://www.navlost.eu/nwxs/doc/news#64319251-9302-4d05-b48a-62684c227dc2

Contact URL for additional queries/support:
http://navlost.eu/contact
    </summary>
</entry>
<entry>
    <id>97dff147-bb53-45ed-a37a-d3358350585a</id>
    <updated>2009-10-16T18:02:14Z</updated>
    <title>NWX Server Scheduled Maintenance</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#97dff147-bb53-45ed-a37a-d3358350585a"/>
    <summary type="text">
The previously reported upgrade to the NWX server is still ongoing. As a
result of the testing necessary during this event, the server is currently
experiencing slow responses.  In addition, graphical and some analytical 
output may not be available.

This situation is expected to persist, intermittently, until 21Z today
16-Oct, and might reoccur between 0020Z-0130Z and 0620Z-0730Z tomorrow.

Please  visit the following URL for more information:
http://www.navlost.eu/nwxs/doc/news#64319251-9302-4d05-b48a-62684c227dc2

Contact URL for additional queries/support:
http://navlost.eu/contact
    </summary>
</entry>
<entry>
    <id>19019223-8b18-4631-96f7-c7a6b3c13876</id>
    <updated>2009-10-16T09:30:00Z</updated>
    <title>NWX Server Scheduled Maintenance</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#19019223-8b18-4631-96f7-c7a6b3c13876"/>
    <summary type="text">
Work is being done on the NWX server in order to improve its capabilities.
This may result in intermittent problems with server response times or
data availability.

Please  visit the following URL for more information:
http://www.navlost.eu/nwxs/doc/news#64319251-9302-4d05-b48a-62684c227dc2

Contact URL for additional queries/support:
http://navlost.eu/contact
    </summary>
</entry>
<entry>
    <id>64319251-9302-4d05-b48a-62684c227dc2</id>
    <updated>2009-10-15T22:24:54Z</updated>
    <title>Upcoming Changes To Service</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#64319251-9302-4d05-b48a-62684c227dc2"/>
    <summary type="text">
Notice of testing latter on today (16-Oct), and a heads up
on some of the upcoming changes to the service.  Please
read the full article for details.
    </summary>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>During the course of today (16-Oct-2009) some server maintenance
and testing will take place, with the principal aim of making the service
more resilient to upstream failures,
by giving the server the capability to react to some of those
failures when possible.  E.g., if an upstream server is down or stale,
it will automatically switch to a backup provider.<br/>
This is in addition to the automatic external monitoring already in place, which
alerts me via email and instant messaging if there are any problems, such as
the NWX server going down.</p>

<p>In addition to the above, there are plans for an increase in server capacity
which I'll be testing today.  The plan is to add another pressure level, thus
giving weather information all the way up to about FL300, and also extending the
forecast range&#8211;initially this will be by another twelve to eighteen hours,
but the ultimate aim is to all the way out to four days.<br/>
What this means however, is that if anyone out there is making any assumptions
as to the number of epochs or pressure levels available, this will be a good
time to rethink your approach, as those can and will change.</p>
        </div>
    </content>
</entry>
<entry>
    <id>1765287e-687a-46bb-821f-9936f8d22379</id>
    <updated>2009-10-15T08:00:00Z</updated>
    <title>NWX Server Downgraded Performance</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#1765287e-687a-46bb-821f-9936f8d22379"/>
    <summary type="text">
The 06Z forecast cycle update has been unsuccessful due to the
upstream GFS server being unavailable.  As a consequence of this,
the 00Z forecast is still in use as of 0800Z, with the latest epoch
being 2009-10-16 12:00:00.

The forecast update has been restarted from a different server and
normal service is expected after processing has completed, tentatively
by 1000Z.

We apologise for the inconvenience.  Please visit
http://navlost.eu/contact if you require more information.
    </summary>
</entry>
<entry>
    <id>4ff28cd9-089d-4dc1-9028-b2c0502ef89b</id>
    <updated>2009-10-14T15:05:01Z</updated>
    <title>New feature: Turbulence Index [EXPERIMENTAL]</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#4ff28cd9-089d-4dc1-9028-b2c0502ef89b"/>
    <summary type="text">
An experimental clear air turbulence forecast has been added to the Charts
starting with the next version of the service.  It will be going live in
the next one or two days.
    </summary>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>A new and <em>very experimental</em> feature has been added to the NWX service, consisting of a clear air turbulence prediction index.  This is an implementation of the original DVSI index described in <a href="http://scholar.google.com/scholar?cluster=1184744242744632802" title="An objective clear-air turbulence forecasting technique: Verification and operational use">[Ellrod and Knapp, 1992]</a>, based on the 0.5 degrees GFS at the 400, 500, 700, 850, and 1000&#160;hPa levels.  Currently this is generated at 12-hour intervals starting from forecast epoch T+06, and the display consists of a rainbow colour scale for the raw index (typically taking values between zero and ~15-20).  The exact meaning of the index in terms of turbulence severity is subjective and dependent on the index's realisation method, so this will need to undergo some testing and comparison with aviation forecasts from official sources before this can be translated into a "light, moderate, severe" type of scale.
</p>
<p>Partly as a result of this addition, a number of significant improvements have taken place in some areas of the service, although the only user visible changes (apart from the addition of the turbulence index) are slightly new semantics for the <code>&lt;AvailableEpochs/&gt;</code> and <code>&lt;AvailableLevels/&gt;</code> requests (addition of an <code>attr</code> attribute, a downward-compatible change), and the removal of the <code>&lt;href&gt;</code> element in the <code>&lt;Chart&gt;</code> reponse (a <em>downward-incompatible</em> change, but I don't think anyone was using that element anyway), which is replaced and improved by the <a href="http://www.navlost.eu/aero/nwx_help#outofband"><code>output</code></a> attribute.
</p>
<p>
All this is expected to appear in the next version 0.3.0, which will be available within the next day or two.
</p>
        </div>
    </content>
</entry>
<entry>
    <id>be15101c-aedf-4834-838b-b1c5a51eb630</id>
    <updated>2009-10-11T23:03:45Z</updated>
    <title>New version 0.2.5</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#be15101c-aedf-4834-838b-b1c5a51eb630"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<p>Version 0.2.5 of the NWX Service is now live. It incorporates the following improvements:
    <ul>
        <li>Magnetic declination can now be requested from the service, via the <a href="http://www.navlost.eu/aero/nwx_help#geomag">&lt;Geomag/&gt;</a> call. It supports two magnetic models: <a href="http://www.ngdc.noaa.gov/IAGA/vmod/igrf.html">IGRF-10</a> and <a href="http://earth-info.nga.mil/GandG/wgs84/wmagmod/wmm2005.html">WMM2005</a>. Newer models will be added in due time.</li>
        <li>A new <a href="http://www.navlost.eu/aero/nwx_help#outofband-redirect"><code>redirect</code></a> option has been added to the <a href="http://www.navlost.eu/aero/nwx_help#outofband">out-of-band</a> output options which were implemented (although not publicised very much) back in version 0.2.3.  Out of band output is currently possible for <a href="http://www.navlost.eu/aero/nwx_help#chart">&lt;Chart/&gt;</a> and <a href="http://www.navlost.eu/aero/nwx_help#profilegraph">&lt;ProfileGraph/&gt;</a> requests, and the plan is to add it to any new requests with the potential to return large binary payloads.</li>
    </ul>
</p>
        </div>
    </content>
</entry>
<entry>
    <id>urn:uuid:96992b12-8537-11de-9235-00163e9b2a1e</id>
    <updated>2009-08-09T22:54:08Z</updated>
    <title>Upcoming Developments</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#urn:uuid:96992b12-8537-11de-9235-00163e9b2a1e"/>
    <content type="xhtml">
        <div xmlns="http://www.w3.org/1999/xhtml">
<h4>Application Keys Rollout</h4>
<p>As the <a href="http://www.navlost.eu/aero/nwx_help">NWX service</a> grows,
it is starting to become necessary to have a means of keeping track of
usage so that everyone can get a satisfactory experience.</p>

<p>To this end,
a registration system will be put in place, very roughly along the
lines of <a href="http://code.google.com/apis/maps/signup.html">Google Maps</a>
where you get a code that gives your
application access to the service.  This is in addition to individual user
subscriptions, which address a different aspect of the service: an
<acronym title="Application Programming Interface">API</acronym> key will give
your application access to the service, while user authentication via the
<a href="http://www.navlost.eu/aero/nwx_help#user">&lt;user&gt;</a> element
could give your user access to additional data or personalised information.</p>

<p>Final implementation details will be made available on the 
<a href="http://www.navlost.eu/aero/nwx_help">NWX help page</a> with sufficient
notice so that developers can adapt their applications as required.  After
rollout, keyless access will still be possible but it will be restricted to
a small number of requests per IP address per day, so as not to inconvenience
low-volume users and to allow developers who wish to try out the system to do
so without needing to request an application key first.</p>

<h4>Sferics Data</h4>
<p>An accord in principle has been reached with
<a href="http://spaceweather.com/glossary/inspire.html">sferics</a> community
<a href="http://www.blitzortung.org/">Blitzortung.org</a> to redistribute their
sferics data via NWX.  This agreement would allow users who
participate in the Blitzortung network to access lightning strike data from
their NWX-enabled applications, thus complementing the forecast-based
information with accurate near real time data.
</p>
<p>If you wish to receive sferics data but are not yet a Blitzortung member,
you will need to set up a
<a href="http://www.blitzortung.org/TOA/Webpages/index.php?mode=3&amp;map=0&amp;lang=en">lightning detector</a>
(essentially a specially made <acronym title="Very Low Fequency">VLF</acronym>
receiver) and forward their data to the Blitzortung server.  The only cost
involved for the user is that of setting up the receiver (between €100 and
€200).  There are no access or maintenance fees of any kind being levied
either by Blitzortung or by Navlost.eu.
</p>
<p>For more information on how to participate in the lightning detection
network, please read the
<a href="http://www.blitzortung.org/TOA/Webpages/TOA_Blitzortung.pdf">following article</a>.
</p>
        </div>    
    </content>
</entry>
<entry>
    <id>urn:uuid:e953a764-851f-11de-8c6e-00163e9b2a1e</id>
    <updated>2009-08-09T20:06:03Z</updated>
    <title>Version 0.2.3 is live</title>
    <link href="http://www.navlost.eu/nwxs/doc/news#urn:uuid:e953a764-851f-11de-8c6e-00163e9b2a1e"/>
    <summary type="html">
&lt;h4&gt;New in v0.2.3&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;The &lt;a href=&quot;http://www.navlost.eu/aero/nwx_help#profilegraph&quot;&gt;&lt;code&gt;&amp;lt;ProfileGraph&amp;gt;&lt;/code&gt;&lt;/a&gt; request now can include weather information (cloud profiles and freezing level)&lt;/li&gt;
    &lt;li&gt;New &lt;code&gt;output&lt;/code&gt; attribute added to certain requests (&lt;a href=&quot;#chart&quot;&gt;&lt;code&gt;&amp;lt;Chart&amp;gt;&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;http://www.navlost.eu/aero/nwx_help#profilegraph&quot;&gt;&lt;code&gt;&amp;lt;ProfileGraph&amp;gt;&lt;/code&gt;&lt;/a&gt;), which instructs the server to return the data either out of band or in-band as a MIME multipart message (more info to follow, or &lt;a href=&quot;/contact&quot;&gt;contact me&lt;/a&gt; for details)&lt;/li&gt;

    &lt;li&gt;New &lt;a href=&quot;http://www.navlost.eu/aero/nwx_help#notice&quot;&gt;&lt;code&gt;&amp;lt;Notice&amp;gt;&lt;/code&gt;&lt;/a&gt; response element to notify clients of important system information, such as scheduled maintenance.&lt;/li&gt;
&lt;/ul&gt;
    </summary>
</entry>
</feed>

