1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# Current Weather
_A variation on current_weather.py which uses postcodes rather than lon lat._
### Required Modules
* [datapoint](https://github.com/perseudonymous/datapoint-python)
* [python-postcodes-io](https://github.com/raigad/python-postcodes-io)
## Learning Objective
Learn how to make use of the postcodes module to make it even simpler to access
Met Office data.
## Example Usage
```Shell
python postcodes_to_lat_lng.py
```
## Example Output
```
Horseguards Parade
Overcast
15°C
```
|