We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8feb1c1 + d12989e commit a593b9cCopy full SHA for a593b9c
README.md
@@ -59,6 +59,7 @@ Meteole allows you to retrieve forecasts for a wide range of weather indicators.
59
*note : the date of the run cannot be more than 4 days in the past. Consequently, change the date of the run in the example below.*
60
61
```python
62
+import datetime as dt
63
from meteole import AromeForecast
64
65
# Configure the logger to provide information on data recovery: recovery status, default settings, etc.
0 commit comments