Skip to content

Add Service Metadata To Every DMR #1322

@ndp-opendap

Description

@ndp-opendap

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions