We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04d8e4 commit 503fd2fCopy full SHA for 503fd2f
1 file changed
content/python_files/fetch_weather_data.py
@@ -1,6 +1,6 @@
1
# %% [markdown]
2
# # Historical weather data download from open-meteo.com
3
-#
+#
4
# This notebook downloads historical weather data for 10 medium to large urban
5
# areas in France from the Open Meteo Historical Forecast API. The data is
6
# saved in a Parquet file in the `datasets` folder.
@@ -27,7 +27,7 @@
27
# List of 10 medium to large urban areas with their GPS coordinates to cover
28
# most regions in France with a slight focus on most populated regions that
29
# are likely to drive electricity demand.
30
31
# The coordinates were suggested by Mistral's Le Chat. So better check on a map
32
# if they are correct.
33
0 commit comments