-
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.
- Loading branch information
1 parent
8738942
commit 918303c
Showing
211 changed files
with
195 additions
and
119,767 deletions.
There are no files selected for viewing
0
src/Definitions/__init__.py → bin/__init__.py
100755 → 100644
File renamed without changes.
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,9 @@ | ||
from datetime import datetime | ||
from src.DataHandler.aemetDataHandler import get_aemet_climate_data | ||
|
||
start_date = datetime(2018, 1, 1) | ||
end_date = datetime(2018, 12, 1) | ||
|
||
get_aemet_climate_data(start_date, | ||
end_date, | ||
'B278') |
Empty file modified
0
data/AEMET_DATA/reference_data/valoresclimatologicos_palma-de-mallorca-aeropuerto.csv
100644 → 100755
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.