find_overlapping_datasets
Identify datasets with overlapping time periods for correlation analysis in multi-variable studies. Input a collection ID and year range to find matching datasets.
Instructions
Find datasets with temporal overlap for correlation analysis.
Given a collection and a year range, finds all other collections that have data within that period. Useful for multi-variable studies.
Args: collection_id: Reference collection identifier. start_year: Start year (inclusive). end_year: End year (inclusive).
Returns: List of OverlapInfo dicts with overlapping period details.
Example: find_overlapping_datasets("organic.carbon_usda.6a1c", 2010, 2020)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | ||
| start_year | Yes | ||
| end_year | Yes |