We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feb1c1 commit d12989eCopy full SHA for d12989e
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