SETI / rms-data-projects

Apache License 2.0
0 stars 1 forks source link

Fix <kernel_type>s in Earth-Based Uranus Occs bundleset #85

Open mace-space opened 3 months ago

mace-space commented 3 months ago

Labels in the Earth-Based Uranus Occs bundleset contain an incorrect :

                    <geom:SPICE_Kernel_Identification>
                        <geom:kernel_type>BPC</geom:kernel_type>
                        <geom:spice_kernel_file_name>earth_720101_031229.bpc</geom:spice_kernel_file_name>
                    </geom:SPICE_Kernel_Identification>

"BPC" is not a permitted kernel type (but .bpc fine as file extension for a binary planetary constants kernel), it should be "PCK."

Find and replace all instances of <geom:kernel_type>BPC</geom:kernel_type> with <geom:kernel_type>PCK</geom:kernel_type>, and update the affected labels' <Modification_History>s.

May be possible to include this as part of the version 1.1 corrections – i.e. make these fixes then submit this alongside the previous "v1.1" updates to the Registry as one version increment.

Related: investigating whether there's an issue with validate checking the kernel_types or an issue with dictionary schematron rule. Will update with further info.

mace-space commented 3 months ago

Have opened an issue with Validate: #957