<div dir="ltr"><br>TL;DR - CADC implemented a prototype SODA services and use DataLink service descriptors to convey data-specific metadata and parameter info. Here we provide a cube example of the links, data-specific service descriptors, and SIDA sync cutouts. Since it is a cube, positional and energy (BAND) cutouts are enabled.<br><br>cube dataset: ID=caom:CGPS/MA1_DRAO-ST/HI-line<br><br>* ObsCore-1.1 metadata *<br><br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/sia/v2query?ID=caom:CGPS/MA1_DRAO-ST/HI-line">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/sia/v2query?ID=caom:CGPS/MA1_DRAO-ST/HI-line</a><br><br>note: due to a bug the em_exl column is null in the ObsCore output; we&#39;ve fixed the bug but <br>not (yet) the content<br><br>* cube links *<br><br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/datalink?ID=caom:CGPS/MA1_DRAO-ST/HI-line">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/datalink?ID=caom:CGPS/MA1_DRAO-ST/HI-line</a><br><br><br>The link-specific SODA descriptors (the ID attributes have UUIDs in them) e.g.:<br><br>&lt;RESOURCE type=&quot;meta&quot; ID=&quot;soda-efd4e3f2-1edb-4172-8d7c-a502769a3fc1&quot; utype=&quot;adhoc:service&quot;&gt;<br>    &lt;PARAM name=&quot;resourceIdentifier&quot; datatype=&quot;char&quot; arraysize=&quot;27&quot; <br>           value=&quot;ivo://<a href="http://cadc.nrc.ca/soda#sync">cadc.nrc.ca/soda#sync</a>&quot; /&gt;<br>    &lt;PARAM name=&quot;standardID&quot; datatype=&quot;char&quot; arraysize=&quot;32&quot; <br>           value=&quot;ivo://<a href="http://ivoa.net/std/SODA#sync-1.0">ivoa.net/std/SODA#sync-1.0</a>&quot; /&gt;<br>    &lt;PARAM name=&quot;accessURL&quot; datatype=&quot;char&quot; arraysize=&quot;*&quot; <br>           value=&quot;<a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync</a>&quot; /&gt;<br>    &lt;GROUP name=&quot;inputParams&quot;&gt;<br>      &lt;PARAM name=&quot;ID&quot; datatype=&quot;char&quot; ucd=&quot;&quot; arraysize=&quot;*&quot; value=&quot;ad:CGPS/cgps_ma1_hi_line_image&quot; /&gt;<br>      &lt;PARAM name=&quot;POS&quot; datatype=&quot;char&quot; ucd=&quot;obs.field&quot; arraysize=&quot;*&quot; value=&quot;&quot; /&gt;<br>      &lt;PARAM name=&quot;CIRC&quot; datatype=&quot;double&quot; ucd=&quot;obs.field&quot; unit=&quot;deg&quot; xtype=&quot;circle&quot; arraysize=&quot;3&quot; value=&quot;&quot;&gt;<br>        &lt;VALUES&gt;<br>          &lt;MAX value=&quot;25.055691919221182 61.31670742370859 3.620294640836429&quot; /&gt;<br>        &lt;/VALUES&gt;<br>      &lt;/PARAM&gt;<br>      &lt;PARAM name=&quot;POLY&quot; datatype=&quot;double&quot; ucd=&quot;obs.field&quot; unit=&quot;deg&quot; xtype=&quot;polygon&quot; arraysize=&quot;*&quot; value=&quot;&quot;&gt;<br>        &lt;VALUES&gt;<br>          &lt;MAX value=&quot;28.91706938461008 58.26098083062218 19.210513573678497 59.14944023257296 20.380237118242576 64.23953415946808 31.706454362389877 63.197249950105615&quot; /&gt;<br>        &lt;/VALUES&gt;<br>      &lt;/PARAM&gt;<br>      &lt;PARAM name=&quot;BAND&quot; datatype=&quot;double&quot; ucd=&quot;em.wl;stat.interval&quot; unit=&quot;m&quot; xtype=&quot;interval&quot; arraysize=&quot;2&quot; value=&quot;&quot;&gt;<br>        &lt;VALUES&gt;<br>          &lt;MAX value=&quot;0.21094492014316196 0.21110274396161874&quot; /&gt;<br>        &lt;/VALUES&gt;<br>      &lt;/PARAM&gt;<br>    &lt;/GROUP&gt;<br>  &lt;/RESOURCE&gt;<br><br>TIME and POL are missing because this is a GLON-GLAT-VELO-POL fits cube (but the polarization axis has only one bin with I), so cutouts on those axes are not possible.<br><br>POS is listed there because positional cutout will work.<br><br>CIRC and POLY are listed with the minimum spanning circle and polygon bounds &quot;max extent&quot; as described earlier.<br><br>The FITS file itself is in GLON-GLAT-VELO so the the implementation has to take care of all transformations; if you go so far as to download the result, the FITS file will still be in GLON-GLAT-VELO.<br><br>For these URLs, I recommend just &quot;curl -v&quot; so you can see the HTTP headers, but you can download the data if you want to :-)<br><br><br>* position cutout: POS *<br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:CGPS/cgps_ma1_hi_line_image\&amp;POS=circle%2025.0%2060.0%201.0">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:CGPS/cgps_ma1_hi_line_image\&amp;POS=circle%2025.0%2060.0%201.0</a><br><br>decoding the redirect url: cutout=[0][229:696,20:488,*,*]<br><br>* position cutout: CIRC *<br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:CGPS/cgps_ma1_hi_line_image\&amp;CIRC=25.0%2060.0%201.0">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:CGPS/cgps_ma1_hi_line_image\&amp;CIRC=25.0%2060.0%201.0</a><br><br>decoding the redirect url: cutout=[0][229:696,20:488,*,*]<br><br>* position cutout: POLY *<br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:CGPS/cgps_ma1_hi_line_image\&amp;POLY=24.0%2060.0%2025.0%2060.0%2025.0%2061.0%2024.0%2061.0">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:CGPS/cgps_ma1_hi_line_image\&amp;POLY=24.0%2060.0%2025.0%2060.0%2025.0%2061.0%2024.0%2061.0</a><br><br>decoding the redirect url: cutout=[0][468:601,234:449,*,*]<br><br>* energy cutout: BAND *<br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:CGPS/cgps_ma1_hi_line_image\&amp;BAND=0.21102%200.21104">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:CGPS/cgps_ma1_hi_line_image\&amp;BAND=0.21102%200.21104</a><br><br>decoding the redirect URL: cutout=[0][*,*,108:143,*]<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 29 February 2016 at 16:05, Patrick Dowler <span dir="ltr">&lt;<a href="mailto:pdowler.cadc@gmail.com" target="_blank">pdowler.cadc@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br>TL;DR - CADC implemented a prototype SODA services and use DataLink service descriptors to convey data-specific metadata and parameter info. The implementation demonstrates that with POS you cannot convey metadata so we introduced new positional cutout paramseters (CIRC and POLY) that conform to WD-DALI-1.1 xtypes (circle and polygon) and allow us to convey useful parameter metadata as a result.<br><br>Before anyone panics: we also show that POS, CIRC, and POLY can co-exist :-)<br><br>image dataset: ID=caom:IRIS/f212h000/IRAS-25um<br><br>* ObsCore-1.1 metadata *<br><br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/sia/v2query?ID=caom:IRIS/f212h000/IRAS-25um" target="_blank">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/sia/v2query?ID=caom:IRIS/f212h000/IRAS-25um</a><br><br>So, this is a dataproduct_type=image, calib_level=2, s_xel1 &amp; s_xel2 say it is 500x500 (pixels)<br><br>* image links *<br><br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/datalink?ID=caom:IRIS/f212h000/IRAS-25um" target="_blank">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/datalink?ID=caom:IRIS/f212h000/IRAS-25um</a><br><br>Note the generic SODA service descriptors (not linked!):<br><br>&lt;RESOURCE type=&quot;meta&quot; ID=&quot;soda-sync&quot; utype=&quot;adhoc:service&quot;&gt;<br>  &lt;PARAM name=&quot;resourceIdentifier&quot; datatype=&quot;char&quot; arraysize=&quot;27&quot; <br>         value=&quot;ivo://<a href="http://cadc.nrc.ca/soda#sync" target="_blank">cadc.nrc.ca/soda#sync</a>&quot; /&gt;<br>  &lt;PARAM name=&quot;standardID&quot; datatype=&quot;char&quot; arraysize=&quot;*&quot; <br>         value=&quot;ivo://<a href="http://ivoa.net/std/SODA#sync-1.0" target="_blank">ivoa.net/std/SODA#sync-1.0</a>&quot; /&gt;<br>  &lt;PARAM name=&quot;accessURL&quot; datatype=&quot;char&quot; arraysize=&quot;*&quot; <br>         value=&quot;<a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync" target="_blank">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync</a>&quot; /&gt;<br>    &lt;GROUP name=&quot;inputParams&quot;&gt;<br>      &lt;PARAM name=&quot;ID&quot; datatype=&quot;char&quot; ref=&quot;fileURIRef&quot; arraysize=&quot;*&quot; value=&quot;&quot; /&gt;<br>      &lt;PARAM name=&quot;POS&quot; datatype=&quot;char&quot; ucd=&quot;obs.field&quot; arraysize=&quot;*&quot; value=&quot;&quot; /&gt;<br>      &lt;PARAM name=&quot;CIRC&quot; datatype=&quot;double&quot; ucd=&quot;obs.field&quot; unit=&quot;deg&quot; xtype=&quot;circle&quot; arraysize=&quot;3&quot; <br>             value=&quot;&quot; /&gt;<br>      &lt;PARAM name=&quot;POLY&quot; datatype=&quot;double&quot; ucd=&quot;obs.field&quot; unit=&quot;deg&quot; xtype=&quot;polygon&quot; arraysize=&quot;*&quot; <br>             value=&quot;&quot; /&gt;<br>      &lt;PARAM name=&quot;BAND&quot; datatype=&quot;double&quot; ucd=&quot;em.wl;stat.interval&quot; unit=&quot;m&quot; xtype=&quot;interval&quot; arraysize=&quot;2&quot;<br>            value=&quot;&quot; /&gt;<br>      &lt;PARAM name=&quot;TIME&quot; datatype=&quot;double&quot; ucd=&quot;time;stat.interval&quot; unit=&quot;d&quot; xtype=&quot;interval&quot; arraysize=&quot;2&quot;<br>             value=&quot;&quot; /&gt;<br>      &lt;PARAM name=&quot;POL&quot; datatype=&quot;char&quot; ucd=&quot;phys.polarization.stokes&quot; arraysize=&quot;2*&quot; value=&quot;&quot; /&gt;<br>    &lt;/GROUP&gt;<br><br>&lt;/RESOURCE&gt;<br>&lt;RESOURCE type=&quot;meta&quot; ID=&quot;soda-async&quot; utype=&quot;adhoc:service&quot;&gt;<br>    &lt;PARAM name=&quot;standardID&quot; datatype=&quot;char&quot; arraysize=&quot;*&quot; <br>           value=&quot;ivo://<a href="http://ivoa.net/std/SODA#async-1.0" target="_blank">ivoa.net/std/SODA#async-1.0</a>&quot; /&gt;<br>    ... same params as above<br>&lt;/RESOURCE&gt;<br>        <br>params: ID, POS, CIRC, POLY, BAND, TIME, POL<br><br>Above and below you will see a resourceIdentifier param; this is there to support the use of a runtime registry lookup to generate the accessURL. Doing it this way allows us to generate URLs to development, test, or production servers depending on the work environment... our DataLink and SODA services are not actually registered but my intent is to make these resolvable by registering the services in the near future.<br><br>Likewise, the standardID values for SODA are not (yet) resolvable but they will be...<br><br>The link-specific SODA descriptors (the ID attributes have UUIDs in them) e.g.:<br><br>&lt;RESOURCE type=&quot;meta&quot; ID=&quot;soda-cbb62ed5-c2c9-4dd9-aed6-46d7d5173dca&quot; utype=&quot;adhoc:service&quot;&gt;<br>    &lt;PARAM name=&quot;resourceIdentifier&quot; datatype=&quot;char&quot; arraysize=&quot;27&quot;<br>           value=&quot;ivo://<a href="http://cadc.nrc.ca/soda#sync" target="_blank">cadc.nrc.ca/soda#sync</a>&quot; /&gt;<br>    &lt;PARAM name=&quot;standardID&quot; datatype=&quot;char&quot; arraysize=&quot;32&quot; <br>           value=&quot;ivo://<a href="http://ivoa.net/std/SODA#sync-1.0" target="_blank">ivoa.net/std/SODA#sync-1.0</a>&quot; /&gt;<br>    &lt;PARAM name=&quot;accessURL&quot; datatype=&quot;char&quot; arraysize=&quot;*&quot; <br>           value=&quot;<a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync" target="_blank">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync</a>&quot; /&gt;<br>    &lt;GROUP name=&quot;inputParams&quot;&gt;<br>      &lt;PARAM name=&quot;ID&quot; datatype=&quot;char&quot; ucd=&quot;&quot; arraysize=&quot;*&quot; value=&quot;ad:IRIS/I212B2H0&quot; /&gt;<br>      &lt;PARAM name=&quot;POS&quot; datatype=&quot;char&quot; ucd=&quot;obs.field&quot; arraysize=&quot;*&quot; value=&quot;&quot; /&gt;<br>      &lt;PARAM name=&quot;CIRC&quot; datatype=&quot;double&quot; ucd=&quot;obs.field&quot; unit=&quot;deg&quot; xtype=&quot;circle&quot; arraysize=&quot;3&quot;<br>             value=&quot;&quot;&gt;<br>        &lt;VALUES&gt;<br>          &lt;MAX value=&quot;140.63049941314583 0.2007826788236291 8.778341996040131&quot; /&gt;<br>        &lt;/VALUES&gt;<br>      &lt;/PARAM&gt;<br>      &lt;PARAM name=&quot;POLY&quot; datatype=&quot;double&quot; ucd=&quot;obs.field&quot; unit=&quot;deg&quot; xtype=&quot;polygon&quot; arraysize=&quot;*&quot;<br>             value=&quot;&quot;&gt;<br>        &lt;VALUES&gt;<br>          &lt;MAX value=&quot;146.83673628162285 -6.408995958971017 134.3808989000012 -6.370135804011464 134.4242625446688 6.007430601323759 146.8700273500712 5.96918267453771&quot; /&gt;<br>        &lt;/VALUES&gt;<br>      &lt;/PARAM&gt;<br>    &lt;/GROUP&gt;<br>&lt;/RESOURCE&gt;<br><br>The value for the ID parameter is specified in the value attribute because this is a file-specific (at CADC) service descriptor and it needs this file. This *is not* the same kind of ID that one uses to call the DataLink service (that is a publisher_did which we will be changing into a resolvable ivo-id once I&#39;m happy with the registration of our collections; this is a file identifier from our storage system). I could have used a ref attribute to the links table (since the file URI is there for our other services and for the generic soda service descriptors) but once you have link-specific descriptiorsd anyway this seems tidier (e.g. I&#39;ll eventually be able to remove the custom fileURIref column from our links table).<br><br>BAND, TIME, and POL are missing because this is a 2D image so cutouts on those axes are not possible.<br><br>POS is listed there because positional cutout is possible, but I don&#39;t see a sane way to convey sensible values to help someone use POS; the client has to know the extent (from data discovery) or get it in some other way (metadata capability).<br><br>For CIRC and POLY the service includes a &quot;maximum sensible extent&quot; with which to perform cutouts. The value attribute of the MAX element is a string and my interpretation of the intent is that the client should interpret it as the same &quot;type&quot; of thing as the PARAM in which it is found. It feels like the MAX extent conveys useful and sensible information, but I didn&#39;t see anything useful to put in MIN. Is this an abuse of MAX? Maybe (in the sense that MAX usually implies that there is an ordering) but given the implied type consistency that is already there people are interpreting this now and when I showed this to a few techy astronomers that understand VOTable they interrpetted this as I meant it. (The CIRC MAX is the minimum spanning circle; the POLY MAX is the polygon boundary -- so using those values would get all the pixels.)<br><br>Right now, CIRC and POLY are my own custom parameters and they should not bother a strict client that used this descriptor because of the standardID. I chose different parameter names so i could be more explicit about the value metadata (datatype, arraysize, xtype, units, ucd -- WD-DALI-1.1) *and* so I could provide the &quot;maximum value&quot; of the exact same type. In the SODA service this is very straightforward to implement (I use the same Format classes for reading and writing VOTables and for parsing and validating SODA params).<br><br></div><div>For these URLs, I recommend just &quot;curl -v&quot; so you can see the HTTP headers, but you can download the data if you want to :-)<br><br>* image cutout: POS *<br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:IRIS/I212B2H0%5C&amp;POS=circle%20140.5%200.0%200.5" target="_blank">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:IRIS/I212B2H0\&amp;POS=circle%20140.5%200.0%200.5</a><br><br>decoding the redirect url: cutout=[0][235:275,238:278,*]<br><br>* image cutout: CIRC *<br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:IRIS/I212B2H0%5C&amp;CIRC=140.5%200.0%200.5" target="_blank">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:IRIS/I212B2H0\&amp;CIRC=140.5%200.0%200.5</a><br><br>decoding the redirect url: cutout=[0][235:275,238:278,*]<br><br>* image cutout: POLY *<br><a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:IRIS/I212B2H0%5C&amp;POLY=140%200.0%20140.5%200.0%20140.5%200.5%20140.0%200.0" target="_blank">http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2ops/sync?ID=ad:IRIS/I212B2H0\&amp;POLY=140%200.0%20140.5%200.0%20140.5%200.5%20140.0%200.0</a><br><br>decoding the redirect url: cutout=[0][255:275,258:278,*]<br><br>If successful, these SODA requests to /caom2ops/sync respond with an error message or a redirect to a URL with a pixel cutout using cfitsio syntax. That is completely an implementation detail of our archive infrastructure and not part of the prototype per se.<br><br>If they fail (easy to do, just mess with the params) the response (after redirect) is text/plain with a suitable HTTP status code.<br><br><br><br><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 29 February 2016 at 16:03, Patrick Dowler <span dir="ltr">&lt;<a href="mailto:pdowler.cadc@gmail.com" target="_blank">pdowler.cadc@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><br></div>I have finally finished and deployed our latest prototype SODA services and augmented our DataLink service to provide service descriptors to enable use of SODA. This works spans several services so, following Markus&#39; &quot;gripes&quot; appoach I will try to separate things into separate messages, but I&#39;ll just make the messages replies to this one so they will be a single thread and I promise to put the TL;DR at the top of each :-)<br><br></div>So, coming up:<br><br></div>1. description of datalink service descriptor output and soda sync cutout of a 2D image<br><br>2. less wordy description of datalink service descriptor output and soda sync cutout of a 3D cube<br></div><br>3. description of datalink service descriptor output and soda async cutout(s) of a 2D image<br><br></div>It is quite a lot to look at, but I would like to point out here that implementing the whole end-to-end usage forced me to reconsider some earlier decisions and refine things to make them more clear and more useful. Although DataLink and SODA are loosely coupled in a technical sense, they do need to get along and work together and each has some effect or influence on decisions one takes while implementing the other.<br><br></div>more to follow...<br><div><div><div><div><br>--<br> <div><div><div><div><div><div dir="ltr"><div><div>Patrick Dowler<br></div>Canadian Astronomy Data Centre<br></div>Victoria, BC, Canada<br></div></div>
</div></div></div></div></div></div></div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br><div><div dir="ltr"><div><div>Patrick Dowler<br></div>Canadian Astronomy Data Centre<br></div>Victoria, BC, Canada<br></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div>Patrick Dowler<br></div>Canadian Astronomy Data Centre<br></div>Victoria, BC, Canada<br></div></div>
</div>