find_collections_for_bbox
Search OpenLandMap's environmental datasets to find collections intersecting a specified geographic area. Filter by theme like soil or vegetation to identify relevant spatial data for analysis.
Instructions
Find collections whose spatial extent intersects a bounding box.
Searches all collections for spatial overlap with the given area. Optionally filters by theme.
Args: bbox: Bounding box in WGS84 [min_lon, min_lat, max_lon, max_lat]. theme: Optional theme filter ('soil', 'vegetation', etc.).
Returns: List of CollectionMatch dicts with id, title, theme, extents.
Example: find_collections_for_bbox([-54, -18, -45, -12], theme="soil")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| theme | No |