Closed CarlosGDCJ closed 1 year ago
Taking a better look at the open-meteo API, it seems the data has a resolution of 10Km (0.1°), which is not exactly a point, but may be small enough that it's still an issue.
I'll look into that !
I've assigned it to you @haniyrasul. I expect you to:
Remember to put your work in a new branch.
ERA5 and ERA5-Land. These methods provide weather data with resolutions of 25km and 11km respectively.
50 cities sound like too much. From these 50 you can choose 10. Remember that we don't want the most important cities. We want cities that are located all around the country.
To get the data you should use the latitude and longitude values. Remember to do that by querying the API. You can use the open_meteo.py
script as a reference.
Thanks, I'll work along this way.
The open-meteo API allows us to specify coordinates from where the information comes from. Currently our information comes from a single point. Maybe we could sample data from various points in a country an use that in our models.