Weather Api Python
The next program gives you a list of reported weather with latitude and longitude as inputs. Repository.
Tasks:
- Find an API Service to gather the information.
- Get the information from API Service.
- We use google maps to extract the coordinates of places.
- Extract only the information that we wanted.
- Show the information to final user.
Until here the extract information aim is achieved.
Now, just for the peace of my mind. I want a list of coordinates and integrate it with the program.
- Create a CSV file with coordinates from places.
- Put some coordinates in the file.
- Open the file CSV to extract the coordinates data.
- Show the information to final user.
- Avoid wrong enters in the programm.
That’s all, go ahead.