analysis_area
Find optimal stargazing spots by analyzing geographic areas for darkness, accessibility, and viewing conditions. Specify coordinates to identify locations with minimal light pollution and road access.
Instructions
Analyze a geographic area for suitable stargazing locations.
This tool searches for dark, accessible locations with good viewing conditions. Results are cached based on search parameters.
Args: south, west, north, east: Bounding box coordinates. max_locations: Maximum number of candidate locations to find (before pagination). min_height_diff: Minimum elevation difference for prominence. road_radius_km: Search radius for road access. network_type: Type of road network ('drive', 'walk', etc.). db_config_path: Optional path to database config. page: Page number (1-based). page_size: Number of results per page.
Returns: Dict with keys "data", "_meta". "data" contains: - items: List of location results for the current page. - total: Total number of locations found. - page: Current page number. - page_size: Current page size. - resource_id: Cache key for these search parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| south | Yes | ||
| west | Yes | ||
| north | Yes | ||
| east | Yes | ||
| max_locations | No | ||
| min_height_diff | No | ||
| road_radius_km | No | ||
| network_type | No | drive | |
| db_config_path | No | ||
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||