From b16f03a8ee1b13dce5f9c7f44bbe3d56953584ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=A4tz?= Date: Mon, 6 Jan 2025 15:53:02 +0100 Subject: [PATCH] Clarify the need to have the repo downloaded. --- examples/e1_pull_DWD_historical_to_all_output_formats.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/e1_pull_DWD_historical_to_all_output_formats.py b/examples/e1_pull_DWD_historical_to_all_output_formats.py index 3df480d..da1e175 100644 --- a/examples/e1_pull_DWD_historical_to_all_output_formats.py +++ b/examples/e1_pull_DWD_historical_to_all_output_formats.py @@ -69,10 +69,11 @@ def e1_pull_DWD_historical_to_all_output_formats(): abs_result_folder_path=None, # Optional: specify result path ) - # For EPW and TRY we need to import the .epw or .dat file, e.g. from your local drive. - # The Readme provides information on where you can download your own EPW and TRY files. - # For this example, we use the test files provided in the tests folder. - + # For EPW and TRY we need to import the .epw or .dat file, e.g. from your local drive. The + # Readme provides information on where you can download your own EPW and TRY files. For this + # example, we use the test files provided in the tests folder (be sure to have the full + # repository downloaded to have access to these files). + # These imports are just to create the path to the file stored in the tests folder import os from aixweather import definitions