-
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
2 changed files
with
10 additions
and
2 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
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 |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# Prepare your data plug | ||
Here is the basic usage of the example data plugs and instruction on how to write you own. | ||
|
||
[TODO] | ||
**Note that if the data plug depends on any packages that are not in the Python standard library, they should be included in a requirements.txt file that accompanies the data plug.** | ||
|
||
[TODO] Fill out info about example data plugs and how users can write their own. | ||
|
||
[TODO] Make a standard attribute for data plugs: a tuple that has one, two or more values corresponding to the inputs that each data plug requires: | ||
- CSV plug: list of file names | ||
- PVDAQ plug: files IDs and associated years | ||
- PVDB (Redshift) plug: list of site IDs and list of inverter index numbers | ||
- needs list of non-standard libraries in requirements file (```requests``` only so far) |