Skip to content

nsrdb-GOES-conus-v4-0-0 not working? #426

@williamhobbs

Description

@williamhobbs

PSM4 CONUS (GOES CONUS v4) appears to not be working. E.g.,

https://developer.nrel.gov/api/nsrdb/v2/solar/nsrdb-GOES-conus-v4-0-0-download.csv?wkt=POINT(-80.00%2040.00)&attributes=ghi&names=2018&utc=false&leap_day=true&email=YOUR_EMAIL&api_key=DEMO_KEY

(after changing email and key)

returns

{
  "inputs": {
    "body": {

    },
    "params": {

    },
    "query": {
      "wkt": "POINT(-80.00 40.00)",
      "attributes": "ghi",
      "names": "2018",
      "utc": "false",
      "leap_day": "true",
      "email": "[email protected]"
    }
  },
  "metadata": {
    "version": "2.0.0"
  },
  "status": 400,
  "errors": [
    "Data processing failure."
  ]
}

See pvlib/pvlib-python#2587.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions