File: README.md

package info (click to toggle)
python-datapoint 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: python: 3,062; makefile: 18
file content (26 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
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
```