All data sources

US Renewables Siting

No authus-renewables

US renewable-energy siting (USGS) — utility wind turbines (USWTDB) + large-scale solar PV (USPVDB). No auth. WIND: searchWindTurbines (state, project, manufacturer, min project MW, bbox). SOLAR: searchSolarFacilities (state, name, min AC MW, hasBattery, bbox). RULES: 1. Coordinates in xlong/ylat attribute fields (WGS84) — no reprojection needed. 2. Wind: t_cap (turbine kW), p_cap (project MW), t_manu/t_model. Solar: p_cap_ac/p_cap_dc (MW), p_battery ('batteries'|'missing'). 3. Additive to nrel (resource modeling) and eia (plant-level). LIKE allowed; page with offset.

Provenance

PublisherUS Renewables Siting

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (3)

  • searchWindTurbines

    read

    Search 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

    read

    Search 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

    read

    Datasets, field meanings, and coordinate notes.

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }