# PVWatts Solar Yield Estimate - Texas Sites

**Use case:** 

Ready-to-run PVWatts solar-resource scorer for 3 Texas markets: annual specific yield (kWh/kW), capacity factor and monthly output to rank sites fast.

## Input

```json
{
  "assets": [
    {
      "lat": 31.9686,
      "lon": -99.9018,
      "label": "West-Central Texas"
    },
    {
      "lat": 29.4241,
      "lon": -98.4936,
      "label": "San Antonio TX"
    },
    {
      "lat": 31.7619,
      "lon": -106.485,
      "label": "El Paso TX"
    }
  ],
  "apiKey": "DEMO_KEY",
  "systemCapacityKw": 4,
  "moduleType": 0,
  "arrayType": 1,
  "tilt": 20,
  "azimuth": 180,
  "losses": 14
}
```

## Output

```json
{
  "label": {
    "label": "Label",
    "format": "string"
  },
  "lat": {
    "label": "Latitude",
    "format": "number"
  },
  "lon": {
    "label": "Longitude",
    "format": "number"
  },
  "ac_annual_kwh": {
    "label": "AC annual (kWh)",
    "format": "number"
  },
  "capacity_factor_pct": {
    "label": "Capacity factor (%)",
    "format": "number"
  },
  "kwh_per_kw_year": {
    "label": "kWh per kW per year",
    "format": "number"
  },
  "solar_class": {
    "label": "Solar class",
    "format": "string"
  },
  "station_city": {
    "label": "Weather station city",
    "format": "string"
  },
  "station_state": {
    "label": "Weather station state",
    "format": "string"
  },
  "errors": {
    "label": "Errors",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Solar Resource & PVWatts Yield Scorer — Batch Site Screening](https://apify.com/malonestar/nrel-pvwatts-solar-resource-scorer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/nrel-pvwatts-solar-resource-scorer) to learn more, explore other use cases, and run it yourself.