Closed CarlosGDCJ closed 1 year ago
I mistakenly added cities from Indonesia without filtering the list to only include ten cities. I'm unsure how to delete this entry. Is it possible to remove them? I will upload the correct version. For Philippines I'll create new branch.
@haniyrasul You can delete and edit files in the repository:
Also, you don't need to create a new open_meteo.py
script for each country, you can just edit the original one to query for more cities from different countries.
Can you check, I've updated only the weather data for those two countries.
@haniyrasul You did mostly everything right, I just made some changes in the city selection and put everything in one place. You can take a look at the new open_meteo.py
script to see what I had in mind.
Sure, I'll look into it, Thanks.
On Thu, Jul 13, 2023 at 8:00 PM CarlosGDCJ @.***> wrote:
@haniyrasul https://github.com/haniyrasul You did mostly everything right, I just made some changes in the city selection and put everything in one place. You can take a look at the new open_meteo.py http://../tree/main/src/weather/data/open_meteo.py script to see what I had in mind.
— Reply to this email directly, view it on GitHub https://github.com/OmdenaAI/myanmar-weather-forecasting/issues/28#issuecomment-1634350436, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATQFX2MGBNWZWXCKHHJDTNDXQAA7VANCNFSM6AAAAAAZ4RHHJI . You are receiving this because you were mentioned.Message ID: @.***>
Find the latitude and longitude of 10 cities spread around Indonesia and Philippines. The idea is to get data from all over the country.
Then, query the open-meteo API for historical data on these cities.