GCAT: General Catalog of Artificial Space Objects

Jonathan C. McDowell

Definitions

Nomenclature codes (work in progress)

Satellites use a variety of nomenclature schemes and many satellites have multiple names. The GCAT object catalogs provide a primary post-launch name (`Name'), a (often pre-launch) payload name (`PLName') and optionally a comma-delimited list of further alternate names.


For some purposes it is useful to flag which nomenclature scheme is being used for which name. In order to do this, GCAT introduces a 'nomenclature code' used to tag specific names. This code is usually a one or two letter string, but I reserve the right to make the strings longer in future.


The NomCodes can in principle support use cases such as:

However, that would require the NomCodes to be entered for all satellites. The user is warned that as of mid 2021, only a handful of satellites have NomCodes assigned. The intent is that NomCodes will be added as time goes on, but completion of that project is likely to take years.

NomCodes file


Valid nomenclature codes are listed in the NomCodes file.

NomCodes in object catalog AltNames field


Nom codes are included as colon-delimited suffixes in the AltNames field. For example, the AltNames field might be

Zenit-6 No. 7L:RC,11F645 No. 76038-407:RB
This says the object has two alternate names:
1: Zenit-6 No. 7L
2: 11F645 No. 76038-407
The first one has nomenclature code RC, and the second one has nomenclature code RB. The RC code tells us that that name is a Soviet/Russian manufacturer name.


These NomCode suffixes are not currently supported in the Name and PLName fields, Instead, NomCode values for those fields may be listed at the beginning of the AltNames field, as for example:

:C,:RD,Zenit-6 No. 7L,11F645 No. 76038-407:RB


Parsing this string, we see that the first comma-delimited item is a NomCode (because it has a colon, which is treated as a special character) without a name prefixed to it. So, it is interpreted as a NomCode for the Name field. The second comma delimited item is also a NomCode with no name prefixed, so it is a NomCode for the PLName field. We then go into the regular list of AltNames. Note that in this example the first AltName doesn't have a NomCode. Some entries in an AltNames list may have a NomCode and others may not.


Correspondingly, if the first entry in the AltNames list has a non-empty name section, then there are no NomCodes defined for Name or PLName.


The catch is that there are two satellites which actually have colons in their names (Eu:CROPIS and RE:X xing). Colons may occur in the Name and PLName field, but are not allowed in names in the AltNames field. That's ugly, I know.