... | ... | @@ -10,7 +10,7 @@ https://developer.nrel.gov/signup/ |
|
|
## PV Data Acquisition
|
|
|
It Provides access to photovoltaic performance data collected by NREL for systems throughout the US country.
|
|
|
The Raw data API returns raw data for a specific PVDAQ system and date range.<br>
|
|
|
Example of a URL command to get a CSV file :<br>
|
|
|
Example of a URL command to get a CSV data starting on 24th of March 2011 and ending on 25th of March 2011 :<br>
|
|
|
https://developer.nrel.gov/api/pvdaq/v3/data.csv?api_key=DEMO_KEY&system_id=2&start_date=3/24/2011&end_date=3/25/2011
|
|
|
<br>
|
|
|
[Source : https://developer.nrel.gov/docs/solar/pvdaq-v3/data/] |