[added on behalf of Aaron Braeckel]
I am investigating using the WMO Codes Registry for converting XML (IWXXM) back to their TAC equivalent (METAR, TAF, SPECI, SIGMET). I started with a simple example: cloud amount (http://codes.wmo.int/bufr4/codeflag/0-20-008?_format=rdf). This ended up being a good example as there does not appear to be a section of the RDF (or TTL) that lists the associated TAC code. For example, the traditional "BKN" you find in METARs and elsewhere has several relevant strings ("Broken", "Broken (5 - 7 oktas).", etc.) in the RDF/TTL but not the specific set of characters traditionally used for representing this concept in a METAR.
I can encode this information myself by hand for the relevant code tables (I've attached a partial example from 0-20-008) but just wondering if you felt this was something that could (and should) be represented in the WMO Codes Registry. I would rather not maintain this independently, but I understand that there may be practical limitations.
Cheers,
Aaron
attached example:
<?xml version="1.0" encoding="UTF-8"?>
<map>
<mapping key="http://codes.wmo.int/bufr4/codeflag/0-20-008/0">SKC</mapping>
<mapping key="http://codes.wmo.int/bufr4/codeflag/0-20-008/1">FEW</mapping>
<mapping key="http://codes.wmo.int/bufr4/codeflag/0-20-008/2">SCT</mapping>
<mapping key="http://codes.wmo.int/bufr4/codeflag/0-20-008/3">BKN</mapping>
<mapping key="http://codes.wmo.int/bufr4/codeflag/0-20-008/4">OVC</mapping>
</map>
[added on behalf of Aaron Braeckel]
I am investigating using the WMO Codes Registry for converting XML (IWXXM) back to their TAC equivalent (METAR, TAF, SPECI, SIGMET). I started with a simple example: cloud amount (http://codes.wmo.int/bufr4/codeflag/0-20-008?_format=rdf). This ended up being a good example as there does not appear to be a section of the RDF (or TTL) that lists the associated TAC code. For example, the traditional "BKN" you find in METARs and elsewhere has several relevant strings ("Broken", "Broken (5 - 7 oktas).", etc.) in the RDF/TTL but not the specific set of characters traditionally used for representing this concept in a METAR.
I can encode this information myself by hand for the relevant code tables (I've attached a partial example from 0-20-008) but just wondering if you felt this was something that could (and should) be represented in the WMO Codes Registry. I would rather not maintain this independently, but I understand that there may be practical limitations.
Cheers,
Aaron
attached example: