Compare Coverage Across Providers
opendata_federate_compareCombine multiple open-data sources into a merged series, then compare coverage by geography and time to identify gaps or disagreements.
Instructions
Federate several plugin tool calls and report a coverage matrix — which sources cover which geographies and periods — alongside the merged series. Use this to spot gaps or disagreements between open-data sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | No | Sub-calls to run and harmonize. Each names a plugin tool and its arguments; results are normalized onto a common geography + time axis and merged. | |
| harmonize | No | Which axes to normalize. {'geo': true, 'time': true} by default — set either false to pass that axis through raw. |