-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.py
23 lines (20 loc) · 1.67 KB
/
settings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# RAW DATA PATH----------------------------------------------------------------------------------
raw_json_data = "data_20231002/data/"
# STATIONS EXPORTED CSV--------------------------------------------------------------------------
stations_data_filename = "csv_files/stations_pre_qgis/stations_csv.csv"
# RAW AND CLEAN QGIS DATAFILES-------------------------------------------------------------------
intersect_cont_portugal = "csv_files/qgis_imported/stations_intersected_portugal_continental.csv"
clean_intersect_cont_portugal = "csv_files/qgis_cleaned/cleaned_Portugal_intersect.csv"
intersect_madeira = "csv_files/qgis_imported/stations_intersected_madeira.csv"
clean_intersect_madeira = "csv_files/qgis_cleaned/cleaned_Madeira_intersect.csv"
intersect_açores_cent = "csv_files/qgis_imported/stations_intersected_açores_central.csv"
clean_intersect_açores_cent = "csv_files/qgis_cleaned/cleaned_Açores_Central_intersect.csv"
intersect_açores_occid = "csv_files/qgis_imported/stations_intersected_açores_occidental.csv"
clean_intersect_açores_occid = "csv_files/qgis_cleaned/cleaned_Açores_Occidental_intersect.csv"
intersect_açores_orient = "csv_files/qgis_imported/stations_intersected_açores_oriental.csv"
clean_intersect_açores_orient = "csv_files/qgis_cleaned/cleaned_Açores_Oriental_intersect.csv"
# FINAL WIND DATA CSV----------------------------------------------------------------------------
wind_data_yearly = "csv_files/windrose_csv_data/wind_data_yearly.csv"
wind_data_monthly = "csv_files/windrose_csv_data/wind_data_monthly.csv"
wind_data_year_month = "csv_files/windrose_csv_data/wind_data_year_month.csv"
wind_data_test = "csv_files/windrose_csv_data/windrose_test.csv"