-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,8 +57,7 @@ This prompts the DataHandler to convert the data to wide-form before running the | |
default index and column names intended to work with GISMo's VADER Cassandra database implementation | ||
(see `solardatatools.time_axis_manipulation.make_time_series`). | ||
|
||
For more information on long-form vs. wide-form, you can check out [this nice writeup] | ||
(https://seaborn.pydata.org/tutorial/data_structure.html#long-form-vs-wide-form-data) from | ||
For more information on long-form vs. wide-form, you can check out [this nice writeup](https://seaborn.pydata.org/tutorial/data_structure.html#long-form-vs-wide-form-data) from | ||
the Seaborn documentation. | ||
|
||
## Running the pipeline | ||
|
@@ -192,7 +191,7 @@ df = get_pvdaq_data(sysid=34, year=range(2011, 2015), api_key='DEMO_KEY') | |
``` | ||
|
||
To use the `load_redshift_data` function, you will need to | ||
request an API key by registering at https://pvdb.slacgismo.org and emailing | ||
request an API key by registering at [https://pvdb.slacgismo.org](https://pvdb.slacgismo.org)) and emailing | ||
[email protected] with your information and use case. To query the data, you also must | ||
provide a site ID and a sensor number (0, 1, 2 ...). An example usage is shown below: | ||
|
||
|