Skip to content

Commit

Permalink
Clarify the need to have the repo downloaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rätz committed Jan 6, 2025
1 parent 3222ffd commit b16f03a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/e1_pull_DWD_historical_to_all_output_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b16f03a

Please sign in to comment.