... | @@ -2,13 +2,13 @@ The National Renewable Energy Laboratory's developer network helps developers ac |
... | @@ -2,13 +2,13 @@ The National Renewable Energy Laboratory's developer network helps developers ac |
|
[Source : https://developer.nrel.gov]
|
|
[Source : https://developer.nrel.gov]
|
|
|
|
|
|
|
|
|
|
|
|
## PV Data Acquisition
|
|
|
|
_License : [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode)_<br>
|
|
|
|
This dataset is intended for public access and use. It Provides access to photovoltaic performance data collected by NREL for systems throughout the US country.
|
|
|
|
|
|
## Access with an API KEY
|
|
## Access with an API KEY
|
|
If you want to get access to the data using the API, you should first signup to the following web page:
|
|
If you want to get access to the data using the API, you should first signup to the following web page:
|
|
https://developer.nrel.gov/signup/
|
|
https://developer.nrel.gov/signup/<br>
|
|
|
|
|
|
|
|
|
|
## 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>
|
|
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 data starting on 24th of March 2011 and ending on 25th of March 2011 :<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
|
|
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
|
... | | ... | |