Let us consider the pros and cons of adding service metadata to every DMR (metadata or dap4 data response) that hyrax produces.
- Allows changes to the server's output and behavior to be addressed by client talking to the server or looking at a cached DMR or DAP4 Data response.
Ideas scratch pad (Hack it up)
<Attribute name="service_metadata" type="Container">
<Attribute name="server" type="String">
<Value>hyrax</Value>
</Attribute>
<Attribute name="version" type="String">
<Value>1.17.1-2553-test-deploy</Value>
</Attribute>
Here's an organization more like what we used in the build_dmrpp_metadata block
<Attribute name="service_metadata" type="Container">
<Attribute name="hyrax" type="String">
<Value>1.17.1-2553-test-deploy</Value>
</Attribute>
<Attribute name="bes" type="String">
<Value>3.20.13<</Value>
</Attribute>
<Attribute name="libdap" type="String">
<Value>3.20.11</Value>
</Attribute>
Let us consider the pros and cons of adding service metadata to every DMR (metadata or dap4 data response) that hyrax produces.
Ideas scratch pad (Hack it up)
Here's an organization more like what we used in the
build_dmrpp_metadatablock