-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: minor changes on alta planta (et/somenergia-jardiner!162)
Merge branch 'docs/minor-alta-planta-changes' into 'main'
- Loading branch information
Showing
3 changed files
with
24 additions
and
25 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
docs/desenvolupadors/2023-06-05-download_solargis_manually.md
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Manually download a solargis reading | ||
|
||
To download a specific day you just need to call | ||
|
||
```bash | ||
python -m scripts.solargis <dbapi> <apikey> 2023-05-13 2023-05-13 1 2 3 4 | ||
5 6 7 9 13 14 15 16 17 22 40 | ||
``` | ||
|
||
See `python -m scripts.solargis --help` for info on each parameter (essentially time range and plant id list) and the wiki or the pyxis server for credentials. | ||
|
||
Note that to download one day you have to put the same from and to date. The from is start day and to date is end day. The script DOES NOT check for duplicates. You'll have to clean up yourself using the query time if you made a mistake. |
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