Provenance
Freshness & coverage
Methods (3)
searchWindTurbines
readSearch US utility wind turbines (USWTDB) by state, project, manufacturer, min MW, bbox.
Input schema
{ "type": "object", "properties": { "state": { "type": "string" }, "project": { "type": "string" }, "manufacturer": { "type": "string" }, "minProjectCapMw": { "type": "number" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }searchSolarFacilities
readSearch US large-scale solar PV (USPVDB) by state, name, min AC MW, battery, bbox.
Input schema
{ "type": "object", "properties": { "state": { "type": "string" }, "name": { "type": "string" }, "minCapAcMw": { "type": "number" }, "hasBattery": { "type": "boolean" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getServiceInfo
readDatasets, field meanings, and coordinate notes.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
