Difference: VOUnit11RFC (1 vs. 15)

Revision 152023-11-12 - JanetEvans

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".




Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Added:
>
>
The TCG has reviewed the REC and is in agreement with WG/IG chair feedback to approve the VOUnit1.1 Rec.
 

Applications Working Group

It looks good from our perspective. It clearly shows the variations between different syntaxes.

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

The changes seem rather minor and are well considered. I see no issues with the proposed changes.

-- MarkCresitelloDittmar - 2023-11-10

Grid & Web Services Working Group

No issues

Registry Working Group

No issue

-- RenaudSavalle - 2023-11-12

Semantics Working Group

No issue.

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Nothing to add.

-- Anne Raugh - 2023-11-10

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
Changed:
<
<
TCG        
>
>
TCG *      
 
Apps *      
DAL *      
DM *      
GWS *      
Registry *      
Semantics *      
DCP *      
Edu        
KDIG *      
Ops *      
Radio        
SSIG *      
Theory        
TD *      
<nop>StdProc        


<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->

Revision 142023-11-12 - JesusSalgado

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".




Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

It looks good from our perspective. It clearly shows the variations between different syntaxes.

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

The changes seem rather minor and are well considered. I see no issues with the proposed changes.

-- MarkCresitelloDittmar - 2023-11-10

Grid & Web Services Working Group

Added:
>
>
No issues
 

Registry Working Group

No issue

-- RenaudSavalle - 2023-11-12

Semantics Working Group

No issue.

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Nothing to add.

-- Anne Raugh - 2023-11-10

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps *      
DAL *      
DM *      
Changed:
<
<
GWS        
>
>
GWS *      
 
Registry *      
Semantics *      
DCP *      
Edu        
KDIG *      
Ops *      
Radio        
SSIG *      
Theory        
TD *      
<nop>StdProc        


<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->

Revision 132023-11-12 - GillesLandais

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".




Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

It looks good from our perspective. It clearly shows the variations between different syntaxes.

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

The changes seem rather minor and are well considered. I see no issues with the proposed changes.

-- MarkCresitelloDittmar - 2023-11-10

Grid & Web Services Working Group

Registry Working Group

No issue

-- RenaudSavalle - 2023-11-12

Semantics Working Group

No issue.

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Nothing to add.

-- Anne Raugh - 2023-11-10

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps *      
DAL *      
DM *      
GWS        
Registry *      
Semantics *      
Changed:
<
<
DCP        
>
>
DCP *      
 
Edu        
KDIG *      
Ops *      
Radio        
SSIG *      
Theory        
TD *      
<nop>StdProc        


<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->

Deleted:
<
<

Revision 122023-11-12 - RenaudSavalle

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".




Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

It looks good from our perspective. It clearly shows the variations between different syntaxes.

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

The changes seem rather minor and are well considered. I see no issues with the proposed changes.

-- MarkCresitelloDittmar - 2023-11-10

Grid & Web Services Working Group

Registry Working Group

Added:
>
>
No issue

-- RenaudSavalle - 2023-11-12

 

Semantics Working Group

No issue.

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Nothing to add.

-- Anne Raugh - 2023-11-10

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps *      
DAL *      
DM *      
GWS        
Changed:
<
<
Registry        
>
>
Registry *      
 
Semantics *      
DCP        
Edu        
KDIG *      
Ops *      
Radio        
SSIG *      
Theory        
TD *      
<nop>StdProc        


<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->

Added:
>
>

Revision 112023-11-12 - SteveGroom

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".




Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

It looks good from our perspective. It clearly shows the variations between different syntaxes.

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

The changes seem rather minor and are well considered. I see no issues with the proposed changes.

-- MarkCresitelloDittmar - 2023-11-10

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

No issue.

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Nothing to add.

-- Anne Raugh - 2023-11-10

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps *      
DAL *      
DM *      
GWS        
Registry        
Semantics *      
DCP        
Edu        
KDIG *      
Changed:
<
<
Ops        
>
>
Ops *      
 
Radio        
SSIG *      
Theory        
TD *      
<nop>StdProc        


Changed:
<
<
<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->
>
>
<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->

Revision 102023-11-10 - MarkCresitelloDittmar

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

Changed:
<
<
  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like
>
>
  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like
 
  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Changed:
<
<
Both implementations serve as validators. In the DaCHS case, you could run
>
>
Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".
Deleted:
<
<
python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".
 
Changed:
<
<
>
>

 

Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

It looks good from our perspective. It clearly shows the variations between different syntaxes.

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

Added:
>
>
The changes seem rather minor and are well considered. I see no issues with the proposed changes.

-- MarkCresitelloDittmar - 2023-11-10

 

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

No issue.

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Nothing to add.

-- Anne Raugh - 2023-11-10

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps *      
DAL *      
Changed:
<
<
DM        
>
>
DM *      
 
GWS        
Registry        
Semantics *      
DCP        
Edu        
KDIG *      
Ops        
Radio        
SSIG *      
Theory        
TD *      
Changed:
<
<
StdProc        
>
>
<nop>StdProc        
 
Changed:
<
<

Revision 92023-11-10 - AdrianDamian

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".



Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

Added:
>
>
It looks good from our perspective. It clearly shows the variations between different syntaxes.
 

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

No issue.

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Nothing to add.

-- Anne Raugh - 2023-11-10

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Changed:
<
<
Apps        
>
>
Apps *      
 
DAL *      
DM        
GWS        
Registry        
Semantics *      
DCP        
Edu        
KDIG *      
Ops        
Radio        
SSIG *      
Theory        
TD *      
StdProc        


<--  
-->

Revision 82023-11-10 - AnneRaugh

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".



Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

No issue.

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Added:
>
>
Nothing to add.

-- Anne Raugh - 2023-11-10

 

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps        
DAL *      
DM        
GWS        
Registry        
Semantics *      
DCP        
Edu        
KDIG *      
Ops        
Radio        
Changed:
<
<
SSIG        
>
>
SSIG *      
 
Theory        
TD *      
StdProc        


<--  
-->

Revision 72023-11-10 - RafaelMartinezGalarza

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".



Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

No issue.

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps        
DAL *      
DM        
GWS        
Registry        
Semantics *      
DCP        
Edu        
KDIG *      
Ops        
Radio        
SSIG        
Theory        
Changed:
<
<
TD        
>
>
TD *      
 
StdProc        


<--  
-->

Revision 62023-11-10 - BaptisteCecconi

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".



Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

Added:
>
>
No issue.
 

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps        
DAL *      
DM        
GWS        
Registry        
Changed:
<
<
Semantics        
>
>
Semantics *      
 
DCP        
Edu        
KDIG *      
Ops        
Radio        
SSIG        
Theory        
TD        
StdProc        


<--  
-->

Revision 52023-11-08 - RaffaeleDAbrusco

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like

  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".



Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

Data Access Layer Working Group

Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

Data Model Working Group

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps        
DAL *      
DM        
GWS        
Registry        
Semantics        
DCP        
Edu        
Changed:
<
<
KDIG        
>
>
KDIG *      
 
Ops        
Radio        
SSIG        
Theory        
TD        
StdProc        


<--  
-->
Deleted:
<
<

Revision 42023-11-08 - JamesDempsey

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like
Changed:
<
<
  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.
>
>
  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.
 

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".



Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

Data Access Layer Working Group

Added:
>
>
Changes are limited and look to be easily supported.

-- JamesDempsey 2023-11-08

 

Data Model Working Group

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps        
Changed:
<
<
DAL        
>
>
DAL *      
 
DM        
GWS        
Registry        
Semantics        
DCP        
Edu        
KDIG        
Ops        
Radio        
SSIG        
Theory        
TD        
StdProc        


<--  
-->
Added:
>
>

Revision 32023-06-29 - NormanGray

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of VOUnits can be found at:

Reference Interoperable Implementations

Changed:
<
<
  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like
>
>
  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like
 
Added:
>
>
  • Unity library (canonical home page https://purl.org/nxg/dist/unity): Parsing library for the VOUnits syntax, as well as for the FITS, OGIP and CDS syntaxes. There are parser implementations in Java and C. As well, this project produces formal (yacc-style) grammars for the syntaxes it supports.
 

Implementations Validators

Both implementations serve as validators. In the DaCHS case, you could run python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".



Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

Added:
>
>
 The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

Data Access Layer Working Group

Data Model Working Group

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps        
DAL        
DM        
GWS        
Registry        
Semantics        
DCP        
Edu        
KDIG        
Ops        
Radio        
SSIG        
Theory        
TD        
StdProc        


<--  
-->

Revision 22023-06-29 - MarkusDemleitner

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Changed:
<
<
Latest version of IVOASTANDARD can be found at:
>
>
Latest version of VOUnits can be found at:
 

Reference Interoperable Implementations

Changed:
<
<
(Indicate here the links to at least two Reference Interoperable Implementations)
>
>
  • DaCHS 2.8. To try things out, you could run, with DaCHS installed, run python -c 'from gavo.base import unitconv;print(unitconv.computeConversionFactor("pc/yr", "m/s"))' or the like
 
Added:
>
>
 

Implementations Validators

Changed:
<
<
(If any, indicate here the links to Implementations Validators)
>
>
Both implementations serve as validators. In the DaCHS case, you could run
Added:
>
>
python -c "from gavo import api;print(api.parseUnit('kg/(m.s**2)'))".
 



Changed:
<
<

Comments from the IVOA Community during RFC/TCG review period: RFC_start_date - RFC_end_date

>
>

Comments from the IVOA Community during RFC/TCG review period: 2023-07-01 – 2023-08-15

Deleted:
<
<
 The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Changed:
<
<

Comments from TCG member during the RFC/TCG Review Period: TCG_start_date - TCG_end_date

>
>

Comments from TCG member during the RFC/TCG Review Period: 2023-07-01 – 2023-08-15

  WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

Data Access Layer Working Group

Data Model Working Group

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


Changed:
<
<

TCG Vote : Vote_start_date - Vote_end_date

>
>

TCG Vote

  If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps        
DAL        
DM        
GWS        
Registry        
Semantics        
DCP        
Edu        
KDIG        
Ops        
Radio        
SSIG        
Theory        
TD        
StdProc        


<--  
-->
Deleted:
<
<

Revision 12023-06-29 - BaptisteCecconi

 
META TOPICPARENT name="IvoaTCG"

VOUnit 1.1 Proposed Recommendation: Request for Comments

VOUnit proposes a recommended syntax for writing the string representation of unit labels.

Latest version of IVOASTANDARD can be found at:

Reference Interoperable Implementations

(Indicate here the links to at least two Reference Interoperable Implementations)

Implementations Validators

(If any, indicate here the links to Implementations Validators)



Comments from the IVOA Community during RFC/TCG review period: RFC_start_date - RFC_end_date

The comments from the TCG members during the RFC/TCG review should be included in the next section.

In order to add a comment to the document, please edit this page and add your comment to the list below in the format used for the example (include your Wiki Name so that authors can contact you for further information). When the author(s) of the document have considered the comment, they will provide a response after the comment.

Additional discussion about any of the comments or responses can be conducted on the WG mailing list. However, please be sure to enter your initial comments here for full consideration in any future revisions of this document



Comments from TCG member during the RFC/TCG Review Period: TCG_start_date - TCG_end_date

WG chairs or vice chairs must read the Document, provide comments if any (including on topics not directly linked to the Group matters) or indicate that they have no comment.

IG chairs or vice chairs are also encouraged to do the same, althought their inputs are not compulsory.

TCG Chair & Vice Chair

Applications Working Group

Data Access Layer Working Group

Data Model Working Group

Grid & Web Services Working Group

Registry Working Group

Semantics Working Group

Data Curation & Preservation Interest Group

Education Interest Group

Knowledge Discovery Interest Group

Operations Interest Group

Radio Astronomy Interest Group

Solar System Interest Group

Theory Interest Group

Time Domain Interest Group

Standards and Processes Committee


TCG Vote : Vote_start_date - Vote_end_date

If you have minor comments (typos) on the last version of the document please indicate it in the Comments column of the table and post them in the TCG comments section above with the date.

Group Yes No Abstain Comments
TCG        
Apps        
DAL        
DM        
GWS        
Registry        
Semantics        
DCP        
Edu        
KDIG        
Ops        
Radio        
SSIG        
Theory        
TD        
StdProc        


<--  
-->
 
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