<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    The European High Schools are using directly the
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    IRIS DMC Web Services for data hosted at IRIS and local
    implementations of a subset of these services for other data.<br>
    <br>
    One local tool we have developed uses an iris type availability ws
    to check for data available around the origin time of an earthquake
    for a list of networks/stations.&nbsp; The old iris availability service
    (deprecated) returns a compact response (even in XML!) for such a
    request, e.g.<br>
    <blockquote><a class="moz-txt-link-freetext" href="http://www.iris.edu/ws/availability/query?&amp;starttime=2013-01-01T00:00:00&amp;endtime=2013-01-01T01:00:00&amp;sta=CMB&amp;cha=BHZ&amp;output=xml">http://www.iris.edu/ws/availability/query?&amp;starttime=2013-01-01T00:00:00&amp;endtime=2013-01-01T01:00:00&amp;sta=CMB&amp;cha=BHZ&amp;output=xml</a><br>
    </blockquote>
    <blockquote>&lt;StaMessage&gt;&lt;Source&gt;IRIS-DMC&lt;/Source&gt;&lt;SentDate&gt;2013-07-03T07:31:57&lt;/SentDate&gt;&lt;Station
      net_code="BK"
      sta_code="CMB"&gt;&lt;Lat&gt;38.03455&lt;/Lat&gt;&lt;Lon&gt;-120.38651&lt;/Lon&gt;&lt;Elevation&gt;697.0&lt;/Elevation&gt;&lt;Channel
      chan_code="BHZ" loc_code="00"&gt;<br>
      &lt;Availability&gt;&lt;Extent start="2013-01-01T00:00:00"
      end="2013-01-01T01:00:00"/&gt;&lt;/Availability&gt;<br>
      &lt;/Channel&gt;&lt;/Station&gt;&lt;/StaMessage&gt;<br>
    </blockquote>
    while the replacement , e.g.<br>
    <blockquote>service.iris.edu/fdsnws/station/1/query?starttime=2013-01-01T00:00:00&amp;endtime=2013-01-01T01:00:00&amp;sta=CMB&amp;cha=BHZ&amp;level=channel&amp;includeavailability=true<br>
    </blockquote>
    returns a monster response (attached!) including:<br>
    <blockquote>&lt;DataAvailability&gt;&lt;Extent
      start="2010-12-17T19:52:43"
      end="2013-07-02T12:00:00"/&gt;&lt;/DataAvailability&gt;<br>
    </blockquote>
    Note that besides the huge size of the response (we need to make
    multiple requests for a list of stations), the
    &lt;DataAvailability&gt;&lt;Extent in the two responses are
    different - the first confirms a data window within our requested
    time span (exactly the response we want), while the second seems to
    present to total time of data available, which we would have to
    further process to confirm that our time window of interest is
    available.<br>
    <br>
    Is all of the above behaviour and the differences between the two
    responses correct?&nbsp; Is there any way or any plans to get the more
    compact, old-style availability response?<br>
    <br>
    Thanks,<br>
    <br>
    Best regards to all,<br>
    <br>
    Anthony<br>
    <br>
    <div class="moz-signature">-- <br>
      Sent from my iClayTablet <br>
      <br>
      <hr style="position:absolute; left:0px; width:70%;"> <br>
      &nbsp;&nbsp; <b style="color:darkred; font-size:larger">Anthony Lomax</b> <br>
      &nbsp;&nbsp; <b style="color:dimgray;">161 All&eacute;e du Micocoulier, 06370
        Mouans-Sartoux, France</b> <br>
      &nbsp;&nbsp; <b style="color:dimgray;"> tel: +33 (0)4 93 75 25 02 &nbsp;&nbsp;
        e-mail: <a href="mailto:anthony@alomax.net">anthony@alomax.net</a>
        &nbsp;&nbsp; web: <a href="http://www.alomax.net/">http://www.alomax.net</a>
      </b> <br>
      <br>
      &nbsp;&nbsp; <b style="color:darkgreen;">Science &amp; Special Topics: </b>
      <b style="color:dimgray;"><a href="http://www.alomax.net/science">http://www.alomax.net/science</a></b>
      <br>
      &nbsp;&nbsp; <b style="color:darkgreen;">Software: </b> <b
        style="color:dimgray;"><a href="http://www.alomax.net/software">http://www.alomax.net/software</a></b>
      <b style="color:darkgreen;"> - updates: </b> <b
        style="color:dimgray;"><a href="https://twitter.com/ALomaxNet">https://twitter.com/ALomaxNet</a></b>
      <br>
      <hr style="position:absolute; left:0px; width:50%;"> </div>
  </body>
</html>