rank_renewable_sites
Bulk solar/wind site screener — evaluates up to 25 candidate points (each {"lon": ..., "lat": ...}) and returns only the top_n, ranked by average daily solar radiation. Candidates with unsuitable land cover (urban/water/snow) or no substation nearby are filtered out, not silently scored low. No invented composite score. No key needed. Returns JSON: {ok, evaluated, excluded_count, excluded, ranked_by, top}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| candidates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |