Difference: InterOpMay2005VOTable (1 vs. 20)

Revision 202012-06-26 - root

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Content Leader
14:00-15:00 VOTable applications and Questions
14:00 About C++ Parser and CONVOT (ppt) Nilesh Urunkar
14:20 About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40 Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00 UCD1+ (pdf) Sebastien Derriere
  utype connection (sxi) Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00 STC (ppt) Arnold Rots
16:15 Discussion  
17:00 Other Questions (other datatypes, serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (NU) (slides in ppt)

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • NU: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) (slides in ooffice)

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR) (slides in ppt)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion (see also slides by FO):

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be held on open topics to reach agreement before the end of the week.


META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
META FILEATTACHMENT attr="" comment="Update on VOTable parsers and VOPlot" date="1116376420" name="kyoto.ppt" path="C:\kyoto.ppt" size="195072" user="NileshUrunkar" version="1.1"
META FILEATTACHMENT attr="" comment="The need for a document defining utype syntax" date="1116463788" name="kyoto.utype.sxi" path="kyoto.utype.sxi" size="9688" user="JonathanMcDowell" version="1.1"
META FILEATTACHMENT attr="" comment="A model for STC use in VOTable" date="1116488435" name="VOTableSTC.ppt" path="VOTableSTC.ppt" size="616448" user="ArnoldRots" version="1.1"
META FILEATTACHMENT attr="" comment="" date="1116509568" name="VOT2005.ppt" path="VOT2005.ppt" size="105984" user="FrancoisOchsenbein" version="1.1"

Revision 192005-05-20 - FrancoisOchsenbein

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Changed:
<
<
Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT (ppt) Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ (pdf) Sebastien Derriere
    utype connection (sxi) Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC (ppt) Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  
>
>
Time Content Leader
14:00-15:00 VOTable applications and Questions
14:00 About C++ Parser and CONVOT (ppt) Nilesh Urunkar
14:20 About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40 Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00 UCD1+ (pdf) Sebastien Derriere
  utype connection (sxi) Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00 STC (ppt) Arnold Rots
16:15 Discussion  
17:00 Other Questions (other datatypes, serializations,...)  
 

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (NU) (slides in ppt)

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • NU: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) (slides in ooffice)

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR) (slides in ppt)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion (see also slides by FO):

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be held on open topics to reach agreement before the end of the week.


<--  
-->

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
META FILEATTACHMENT attr="" comment="Update on VOTable parsers and VOPlot" date="1116376420" name="kyoto.ppt" path="C:\kyoto.ppt" size="195072" user="NileshUrunkar" version="1.1"
META FILEATTACHMENT attr="" comment="The need for a document defining utype syntax" date="1116463788" name="kyoto.utype.sxi" path="kyoto.utype.sxi" size="9688" user="JonathanMcDowell" version="1.1"
META FILEATTACHMENT attr="" comment="A model for STC use in VOTable" date="1116488435" name="VOTableSTC.ppt" path="VOTableSTC.ppt" size="616448" user="ArnoldRots" version="1.1"
META FILEATTACHMENT attr="" comment="" date="1116509568" name="VOT2005.ppt" path="VOT2005.ppt" size="105984" user="FrancoisOchsenbein" version="1.1"

Revision 182005-05-19 - MarcoLeoni

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT (ppt) Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ (pdf) Sebastien Derriere
    utype connection (sxi) Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC (ppt) Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (NU) (slides in ppt)

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • NU: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) (slides in ooffice)

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR) (slides in ppt)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion (see also slides by FO):

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be held on open topics to reach agreement before the end of the week.


<--  
-->
Deleted:
<
<

  • kyoto.ppt: Update on VOTable parsers and VOPlot
 
META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
META FILEATTACHMENT attr="" comment="Update on VOTable parsers and VOPlot" date="1116376420" name="kyoto.ppt" path="C:\kyoto.ppt" size="195072" user="NileshUrunkar" version="1.1"
META FILEATTACHMENT attr="" comment="The need for a document defining utype syntax" date="1116463788" name="kyoto.utype.sxi" path="kyoto.utype.sxi" size="9688" user="JonathanMcDowell" version="1.1"
META FILEATTACHMENT attr="" comment="A model for STC use in VOTable" date="1116488435" name="VOTableSTC.ppt" path="VOTableSTC.ppt" size="616448" user="ArnoldRots" version="1.1"
META FILEATTACHMENT attr="" comment="" date="1116509568" name="VOT2005.ppt" path="VOT2005.ppt" size="105984" user="FrancoisOchsenbein" version="1.1"

Revision 172005-05-19 - FrancoisOchsenbein

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT (ppt) Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ (pdf) Sebastien Derriere
    utype connection (sxi) Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC (ppt) Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (NU) (slides in ppt)

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • NU: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) (slides in ooffice)

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR) (slides in ppt)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion (see also slides by FO):

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet
Changed:
<
<
  • Discussions to be help on open topics to reach agreement before the end of the week.
>
>
  • Discussions to be held on open topics to reach agreement before the end of the week.
 


<--  
-->

  • kyoto.ppt: Update on VOTable parsers and VOPlot

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
META FILEATTACHMENT attr="" comment="Update on VOTable parsers and VOPlot" date="1116376420" name="kyoto.ppt" path="C:\kyoto.ppt" size="195072" user="NileshUrunkar" version="1.1"
META FILEATTACHMENT attr="" comment="The need for a document defining utype syntax" date="1116463788" name="kyoto.utype.sxi" path="kyoto.utype.sxi" size="9688" user="JonathanMcDowell" version="1.1"
META FILEATTACHMENT attr="" comment="A model for STC use in VOTable" date="1116488435" name="VOTableSTC.ppt" path="VOTableSTC.ppt" size="616448" user="ArnoldRots" version="1.1"
META FILEATTACHMENT attr="" comment="" date="1116509568" name="VOT2005.ppt" path="VOT2005.ppt" size="105984" user="FrancoisOchsenbein" version="1.1"

Revision 162005-05-19 - FrancoisOchsenbein

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT (ppt) Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ (pdf) Sebastien Derriere
    utype connection (sxi) Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC (ppt) Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (NU) (slides in ppt)

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • NU: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) (slides in ooffice)

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR) (slides in ppt)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible
Changed:
<
<

Discussion:

>
>

Discussion (see also slides by FO):

 
  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->

  • kyoto.ppt: Update on VOTable parsers and VOPlot

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
META FILEATTACHMENT attr="" comment="Update on VOTable parsers and VOPlot" date="1116376420" name="kyoto.ppt" path="C:\kyoto.ppt" size="195072" user="NileshUrunkar" version="1.1"
META FILEATTACHMENT attr="" comment="The need for a document defining utype syntax" date="1116463788" name="kyoto.utype.sxi" path="kyoto.utype.sxi" size="9688" user="JonathanMcDowell" version="1.1"
META FILEATTACHMENT attr="" comment="A model for STC use in VOTable" date="1116488435" name="VOTableSTC.ppt" path="VOTableSTC.ppt" size="616448" user="ArnoldRots" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="" date="1116509568" name="VOT2005.ppt" path="VOT2005.ppt" size="105984" user="FrancoisOchsenbein" version="1.1"
 

Revision 152005-05-19 - FrancoisOchsenbein

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
Changed:
<
<
14:00   About C++ Parser and CONVOT Nilesh Urunkar
>
>
14:00   About C++ Parser and CONVOT (ppt) Nilesh Urunkar
 
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ (pdf) Sebastien Derriere
Changed:
<
<
    utype connection Jonathan McDowell
>
>
    utype connection (sxi) Jonathan McDowell
 
16:00-17:00 COOSYS vs stc:AstroCooSystem
Changed:
<
<
16:00   STC Arnold Rots
>
>
16:00   STC (ppt) Arnold Rots
 
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user
Changed:
<
<

VOTable C++ parser (NU) [[][slides]]

>
>

VOTable C++ parser (NU) (slides in ppt)

 
  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • NU: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

Changed:
<
<

utype syntax (JCM) [[][slides]]

>
>

utype syntax (JCM) (slides in ooffice)

 
  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break
Changed:
<
<

STC presentation (AR)

>
>

STC presentation (AR) (slides in ppt)

 
  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->

  • kyoto.ppt: Update on VOTable parsers and VOPlot

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
META FILEATTACHMENT attr="" comment="Update on VOTable parsers and VOPlot" date="1116376420" name="kyoto.ppt" path="C:\kyoto.ppt" size="195072" user="NileshUrunkar" version="1.1"
META FILEATTACHMENT attr="" comment="The need for a document defining utype syntax" date="1116463788" name="kyoto.utype.sxi" path="kyoto.utype.sxi" size="9688" user="JonathanMcDowell" version="1.1"
META FILEATTACHMENT attr="" comment="A model for STC use in VOTable" date="1116488435" name="VOTableSTC.ppt" path="VOTableSTC.ppt" size="616448" user="ArnoldRots" version="1.1"

Revision 142005-05-19 - ArnoldRots

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ (pdf) Sebastien Derriere
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (NU) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • NU: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->

  • kyoto.ppt: Update on VOTable parsers and VOPlot

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
META FILEATTACHMENT attr="" comment="Update on VOTable parsers and VOPlot" date="1116376420" name="kyoto.ppt" path="C:\kyoto.ppt" size="195072" user="NileshUrunkar" version="1.1"
META FILEATTACHMENT attr="" comment="The need for a document defining utype syntax" date="1116463788" name="kyoto.utype.sxi" path="kyoto.utype.sxi" size="9688" user="JonathanMcDowell" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="A model for STC use in VOTable" date="1116488435" name="VOTableSTC.ppt" path="VOTableSTC.ppt" size="616448" user="ArnoldRots" version="1.1"
 

Revision 132005-05-19 - JonathanMcDowell

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ (pdf) Sebastien Derriere
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (NU) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • NU: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->

  • kyoto.ppt: Update on VOTable parsers and VOPlot

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
META FILEATTACHMENT attr="" comment="Update on VOTable parsers and VOPlot" date="1116376420" name="kyoto.ppt" path="C:\kyoto.ppt" size="195072" user="NileshUrunkar" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="The need for a document defining utype syntax" date="1116463788" name="kyoto.utype.sxi" path="kyoto.utype.sxi" size="9688" user="JonathanMcDowell" version="1.1"
 

Revision 122005-05-18 - NileshUrunkar

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ (pdf) Sebastien Derriere
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (NU) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • NU: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->
Added:
>
>
  • kyoto.ppt: Update on VOTable parsers and VOPlot
 
META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="Update on VOTable parsers and VOPlot" date="1116376420" name="kyoto.ppt" path="C:\kyoto.ppt" size="195072" user="NileshUrunkar" version="1.1"
 

Revision 112005-05-17 - FrancoisOchsenbein

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez,

Changed:
<
<
N. Moreau, J. Gupchup (JG), N. Urunkar, B. Hajime, J.C. Mc Dowell (JCM),
>
>
N. Moreau, J. Gupchup (JG), N. Urunkar (NU), B. Hajime, J.C. Mc Dowell (JCM),
 B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ (pdf) Sebastien Derriere
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT: graphical interface do read/write/update tables

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it -- FO too.
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user
Changed:
<
<

VOTable C++ parser (JG) [[][slides]]

>
>

VOTable C++ parser (NU) [[][slides]]

 
  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
Changed:
<
<
  • JG: Release of documentation soon.
>
>
  • NU: Release of documentation soon.
 

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on mailing list so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"

Revision 102005-05-16 - FrancoisOchsenbein

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar, B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
Changed:
<
<
14:20   About STIL/STILTS/TOPCAT [ ppt ] Mark Taylor
14:40   Improvement of the VOTable schema [ ppt ] Gerard Lemson
>
>
14:20   About STIL/STILTS/TOPCAT (ppt) Mark Taylor
14:40   Improvement of the VOTable schema (ppt) Gerard Lemson
 
15:00-15:30 UCDs and utypes
Changed:
<
<
15:00   UCD1+ [ pdf ] Sebastien Derriere
>
>
15:00   UCD1+ (pdf) Sebastien Derriere
 
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Changed:
<
<

Starlink VOTable software (MT) (slides in ppt)

>
>

Starlink VOTable software (MT) (slides in ppt)

  STIL: generic table processing library.
  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX
Changed:
<
<
TOPCAT
>
>
TOPCAT: graphical interface do read/write/update tables
  STILTS (STIL Tool Set)
  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
Changed:
<
<
  • Usage : JCM is using it and happy with it!
>
>
  • Usage : JCM is using it and happy with it -- FO too.
 
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (JG) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • JG: Release of documentation soon.

Changed:
<
<

Suggested changes in schema (GL) (slides in ppt)

>
>

Suggested changes in schema (GL) (slides in ppt)

  No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

Changed:
<
<
  • Not a lot of discussion on ML so far
>
>
  • Not a lot of discussion on mailing list so far
 
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

Changed:
<
<

ucd and utype attributes (slides in pdf)

>
>

ucd and utype attributes (slides in pdf)

 Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • FO asks cor furrent implementations of STC
Changed:
<
<
  • AR indicates that SkyNode and Registry use STC-S
>
>
 
  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"

Revision 92005-05-16 - FrancoisOchsenbein

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar, B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
Changed:
<
<
14:20   About STIL/STILTS/TOPCAT Mark Taylor
14:40   Improvement of the VOTable schema Gerard Lemson
>
>
14:20   About STIL/STILTS/TOPCAT [ ppt ] Mark Taylor
14:40   Improvement of the VOTable schema [ ppt ] Gerard Lemson
 
15:00-15:30 UCDs and utypes
Changed:
<
<
15:00   UCD1+ Sebastien Derriere
>
>
15:00   UCD1+ [ pdf ] Sebastien Derriere
 
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) (slides in ppt)

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it!
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (JG) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • JG: Release of documentation soon.

Suggested changes in schema (GL) (slides in ppt)

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on ML so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

ucd and utype attributes (slides in pdf)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • FO asks cor furrent implementations of STC
  • AR indicates that SkyNode and Registry use STC-S

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"

Revision 82005-05-16 - SebastienDerriere

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar, B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT Mark Taylor
14:40   Improvement of the VOTable schema Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ Sebastien Derriere
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Changed:
<
<

Starlink VOTable software (MT) [[][slides]]

>
>

Starlink VOTable software (MT) (slides in ppt)

  STIL: generic table processing library.
  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it!
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (JG) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • JG: Release of documentation soon.

Changed:
<
<

Suggested changes in schema (GL) [[][slides]]

>
>

Suggested changes in schema (GL) (slides in ppt)

  No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on ML so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

Changed:
<
<

UCD (slides)

>
>

ucd and utype attributes (slides in pdf)

 Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • FO asks cor furrent implementations of STC
  • AR indicates that SkyNode and Registry use STC-S

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->
Deleted:
<
<
 
Deleted:
<
<
 
META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="h" comment="" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="h" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
>
>
META FILEATTACHMENT attr="" comment="ucd and utype usage in VOTable" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
 
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"

Revision 72005-05-16 - MarkTaylor

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar, B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
<-- -->
Sorted ascending
14:00-15:00 VOTable applications and Questions
15:00-15:30 UCDs and utypes
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
14:40   Improvement of the VOTable schema Gerard Lemson
    utype connection Jonathan McDowell
14:20   About STIL/STILTS/TOPCAT Mark Taylor
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  
14:00   About C++ Parser and CONVOT Nilesh Urunkar
15:00   UCD1+ Sebastien Derriere

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) [[][slides]]

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it!
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (JG) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • JG: Release of documentation soon.

Suggested changes in schema (GL) [[][slides]]

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on ML so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

UCD (slides)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • FO asks cor furrent implementations of STC
  • AR indicates that SkyNode and Registry use STC-S

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->

Added:
>
>
 
META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
META FILEATTACHMENT attr="h" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="Starlink VOTable-handling data presentation (MT)" date="1116237932" name="kyoto-vot14.ppt" path="kyoto-vot14.ppt" size="115200" user="MarkTaylor" version="1.1"
 

Revision 62005-05-16 - SebastienDerriere

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar, B. Hajime, J.C. Mc Dowell (JCM), B. Debray, A. Rots (AR)

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT Mark Taylor
14:40   Improvement of the VOTable schema Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ Sebastien Derriere
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) [[][slides]]

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it!
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (JG) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • JG: Release of documentation soon.

Suggested changes in schema (GL) [[][slides]]

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on ML so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

UCD (slides)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion


Coffee Break

STC presentation (AR)

  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible

Discussion:

  • Do we require all time+velocity+space definitions?

  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).

  • FO asks cor furrent implementations of STC
  • AR indicates that SkyNode and Registry use STC-S

  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible

  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.


<--  
-->
Added:
>
>
 
META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="h" comment="G. Lemson's proposal for schema change" date="1116237575" name="votableProposal.ppt" path="votableProposal.ppt" size="157696" user="SebastienDerriere" version="1.1"
 

Revision 52005-05-16 - SebastienDerriere

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar, B. Hajime, J.C. Mc Dowell (JCM),

Changed:
<
<
B. Debray
>
>
B. Debray, A. Rots (AR)
 

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT Mark Taylor
14:40   Improvement of the VOTable schema Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ Sebastien Derriere
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

VOTable session meeting notes (monday PM)

Introduction (FO)

Starlink VOTable software (MT) [[][slides]]

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it!
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (JG) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • JG: Release of documentation soon.

Suggested changes in schema (GL) [[][slides]]

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on ML so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

UCD (slides)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion

Deleted:
<
<
 
Added:
>
>
Coffee Break
 
Added:
>
>

STC presentation (AR)

 
Added:
>
>
  • Need to know: reference frame, time frame, reference position
  • Coordinates
  • Coordinate Area
  • Implementations: STC-X (schemata) and STC-S (string version)
  • or link to a template with xi:include (simplify the physical XML documents)
  • STC System is extensible
 
Added:
>
>

Discussion:

 
Added:
>
>
  • Do we require all time+velocity+space definitions?
 
Added:
>
>
  • AR shows that Value2ref element allows to point to a column actually containing a vector with the positions, rather that putting the values in Position2D (link from STC to VOTable).
  • FO remarks that it would be useful to point from VOTable to STC rather. And also that often the 2 component of the coordinate vector are split in 2 columns: not sure that Value2ref could account for this (SD suggests pointing to GROUP -- need to be explored).
 
Added:
>
>
  • FO asks cor furrent implementations of STC
  • AR indicates that SkyNode and Registry use STC-S
 
Added:
>
>
  • A VOTable with IDref to STC would validate, but the STC document would not validate because it would not know about the VOTable

  • Referencing problem: what if several coordinates in the same system in a single table
  • Answer: have different AstroCoord referencing to the same frame is possible
 
Added:
>
>
  • units specified both in AstroCoord and FIELD : possible contradictions

  • FO : how is the Epoch specified ?
  • AR : still needs to be detailed

  • Conclusion: either STC references VOTable or VOTable references STC. A choice has to be made... before the end of the week smile

Various points

  • MT : suggestion to define an experimental MIME-type for VOTable: application/x-votable+xml before a requesting a stable MIME-type to the IANA: application/votable+xml
  • No objections in the room (and suggestion was already made: see this post)

  • GL asks if it is possible to reference a row from within another row (like primary key / foreign key)?
  • Currently no. Explore what has been done with DM implementations in VOTable

  • FO : Add other datatypes to the basic FITS ones currently used in VOTable: date+time, string ?
  • Problems: need accurate definition, and issues with binary (for date+time) and FITS (for both date+time and string) serialization
  • Conclusion: do not add those new types yet

  • Discussions to be help on open topics to reach agreement before the end of the week.

 


<--  
-->

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"

Revision 42005-05-16 - SebastienDerriere

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

Added:
>
>
F. Ochsenbein (FO), G. Lemson (GL), M. Taylor (MT), A. Preite-Matrinez, S. Derriere, R. Hook, J. Lindroos, A. Kembhavi, J.M. Desert (JMD), T. Takata, S. Honda, M. Tanaka, D. Sforna, A. Alan (AA), R. Gutierrez Sanchez, N. Moreau, J. Gupchup (JG), N. Urunkar, B. Hajime, J.C. Mc Dowell (JCM), B. Debray
 
Added:
>
>
 

Timetable

Time Work Pkg Content Leader
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT Mark Taylor
14:40   Improvement of the VOTable schema Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ Sebastien Derriere
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  

Materials and notes from the work group and plenary sessions

Added:
>
>
VOTable session meeting notes (monday PM)
 
Added:
>
>

Introduction (FO)

 
Added:
>
>

Starlink VOTable software (MT) [[][slides]]

STIL: generic table processing library.

  • Full implementation of VOTable standard
  • Non catastrophic schema changes easily supported
  • Table-aware DOM, table-aware SAX

TOPCAT

STILTS (STIL Tool Set)

  • votcopy : converts DATA encoding
  • volint: parsing VOTable and warning for troubles

Discussion

  • MT remarks that future developments is uncertain (funding issues)
  • Usage : JCM is using it and happy with it!
  • AA asks precisions on the usage of volint: more intended for VOTable producer than for end user

VOTable C++ parser (JG) [[][slides]]

  • C++ non-streaming parser (supports binary+FITS), using xerces+xalan
  • VOTable streaming parser: v2.0 release 2005, april 8 (support VOTable v1.0 and 1.1, and Binary + FITS data)
  • VOPlot : visualization toolkit (VO-India) 2D, 3D. Forthcoming release: support multiple table/resources. Integration with tools VOStat, GalICS

Discussion

  • MT: How many points in plot?
  • No technical limit, depends on memory. Tests are being done, but >1million points with regular desktop machine should work.

  • JMD: Ability to plot VOTables with errors?
  • Not likely if VOTable is really bad formed. VOPLot relies on SAVOT parser, so it will have same flexibility (true also in case of schema changes: use new version of SAVOT).

  • GL: VOPlot as applet: bit hard to use.
  • JG: Release of documentation soon.

Suggested changes in schema (GL) [[][slides]]

No element ref construct

No global elements for attributes and contained classes

Analogy to java binding / inheritance

Discussion

  • Not a lot of discussion on ML so far
  • PARAM inherited from FIELD would be an improvement: agreed
  • GL: We could deal with documents only containing TABLE, with no VOTABLE element
  • No opposition in the room: suggestion to change schema to version 1.11 with GL's suggestions

UCD (slides)

Reminder differences between ucd and utype attributes.

Issues: how to distinguish if the contents of the ucd attribute is a UCD1 or a UCD1+? Different possibilities:

  • impose that from VOTable version 1.2 only UCD1+ is used
  • ucd="UCD1+", and add new attribute for keeping track of UCD1
  • ucd="UCD1", and add new attribute for giving of UCD1+

Discussion

Change in schema to accomodate full compliance with UCD1+ syntax (allow ':' char).

Favored solution is to impose the usage of UCD1+ starting with VOTable version 1.2. Better to change number from 1.1 to 1.2 (rather than 1.11) to indicate significant change. We keep the ucd attribute alone, and its content must be a UCD1+

utype syntax (JCM) [[][slides]]

  • Currently, utype has type "String".
  • Use XPATH-like syntax: sed:Segment/Frame/Time/Type
  • Write short formal document defining the syntax.

Discussion

MT: Be careful that an exact XPath requirement is maybe not what we want (implies more than we want here).

JCM: ask again about XPath during DM discussion

 


<--  
-->

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="h" comment="" date="1116227452" name="votable-ucd.pdf" path="votable-ucd.pdf" size="183495" user="SebastienDerriere" version="1.1"
 

Revision 32005-05-16 - FrancoisOchsenbein

 
META TOPICPARENT name="InterOpMay2005"

InterOpMay2005 VOTable




Participants

Timetable

Time Work Pkg Content Leader
Added:
>
>
14:00-15:00 VOTable applications and Questions
14:00   About C++ Parser and CONVOT Nilesh Urunkar
14:20   About STIL/STILTS/TOPCAT Mark Taylor
14:40   Improvement of the VOTable schema Gerard Lemson
15:00-15:30 UCDs and utypes
15:00   UCD1+ Sebastien Derriere
    utype connection Jonathan McDowell
16:00-17:00 COOSYS vs stc:AstroCooSystem
16:00   STC Arnold Rots
16:15   Discussion  
17:00   Other Questions (other datatypes,serializations,...)  
 

Materials and notes from the work group and plenary sessions



<--  
-->

META FILEATTACHMENT attr="" comment="" date="1116001905" name="planning.txt" path="planning.txt" size="872" user="FrancoisOchsenbein" version="1.1"
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback