# PVWatts Solar Yield Estimate - Southeast US

**Use case:** 

Ready-to-run PVWatts solar-resource comparison for 3 Southeast markets: annual kWh/kW, capacity factor and monthly production for site ranking.

## Input

```json
{
  "assets": [
    {
      "lat": 33.749,
      "lon": -84.388,
      "label": "Atlanta GA"
    },
    {
      "lat": 28.5383,
      "lon": -81.3792,
      "label": "Orlando FL"
    },
    {
      "lat": 35.2271,
      "lon": -80.8431,
      "label": "Charlotte NC"
    }
  ],
  "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.