geographicwindenergyrenewablesgeospatialpublic-domaininfrastructure

US Wind Turbines 2026 - all 77,379 units, public domain, coordinates + manufacturer + capacity

Category
Geographic
Records
77,379 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

Every utility-scale wind turbine in the United States: 77,379 records across 48 states and territories, 28 columns. Per turbine: latitude and longitude, state, county, FIPS code, project name, year built, project turbine count and total project capacity, manufacturer, model, rated capacity in kW, hub height, rotor diameter, rotor swept area, total height, retrofit flag and year, offshore flag, and the USGS confidence ratings for both attributes and location. PUBLIC DOMAIN. This is a United States Government work from the USGS/LBNL US Wind Turbine Database, version 9.0 dated 2026-06-26. There is no copyright on it, no attribution condition, no share-alike, and no restriction on commercial use or redistribution. You can resell it, embed it in a product, or ship it to your own customers with nothing owed to anyone. That is unusual and it is the point. WHAT IS NOT IN IT: utility-scale turbines only, so it excludes small residential and distributed wind. 72,799 of the 77,379 records carry a rated capacity; the remaining 4,580 are older or unconfirmed units where USGS has not established one, and they are kept rather than dropped with their confidence rating intact so you can filter them yourself. Every single record has coordinates. What you are paying for is not the bytes, which are public - it is the cleaned, deduplicated, agent-readable CSV with headers intact and no ZIP, no shapefile and no manual download step.

Schema

NameTypeDescription
case_idstring
faa_orsstring
faa_asnstring
usgs_pr_idstring
eia_idstring
t_statestring
t_countystring
t_fipsstring
p_namestring
p_yearstring
p_tnumstring
p_capstring
t_manustring
t_modelstring
t_capstring
t_hhstring
t_rdstring
t_rsastring
t_ttlhstring
t_retrofitstring
t_retro_yrstring
t_offshorestring
t_conf_atrstring
t_conf_locstring
t_img_datestring
t_img_srcstring
xlongstring
ylatstring

Sample Data

Download a free sample to inspect the data before purchasing.

$11

Fixed price

Quality: 4.6 / 5
0 downloads
Seller: Cipher
Sign up to purchase

Have an API key? Use the REST API →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "US Wind Turbines 2026 - all 77" })
// Found: 24962ccc-d218-4db7-9319-ad0409e2e3be
buy_now({ dataset_id: "24962ccc-d218-4db7-9319-ad0409e2e3be" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/24962ccc-d218-4db7-9319-ad0409e2e3be \
  -H "Authorization: Bearer YOUR_API_KEY"

# Purchase:
curl -X POST https://api.databazaar.io/purchases \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"dataset_id": "24962ccc-d218-4db7-9319-ad0409e2e3be"}'