I answered John directly, but to have a record in the group, I am responding here also. if i understand the issue John has global metadata in netcdf files that he wants to be included in the search, and the metadata values vary across the files to be aggregated. The solution is that there is an option to elevate global metadata into a variable in the table, for example:
<dataVariable>
<sourceName>global:platform</sourceName>
<destinationName>platform</destinationName>
<dataType>String</dataType>
<addAttributes>
<att name="long_name">Platform</att>
<att name="ioos_category">Identifier</att>
</addAttributes>
</dataVariable>
Here I have "global:platform” but any of the global metadata can likewise be elevated by substituting the name into “global:metadataParameter”.
-Roy
> --
> You received this message because you are subscribed to the Google Groups "ERDDAP" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
erddap+un...@googlegroups.com.
> To view this discussion, visit
https://groups.google.com/d/msgid/erddap/13878f3f-8904-49f8-a23c-2199c27f51b8n%40googlegroups.com.