sholybonoly / covid19_edi_app

Edinburgh based covid19 app to coordinate volunteers
0 stars 0 forks source link

This commit adds the PostcodeProcessor.py class, which contains funct… #1

Closed abeardwalks closed 4 years ago

abeardwalks commented 4 years ago

…ions for getting a distance between two postcodes.

The PostcodeProcessor.cs class makes use of the postcodes.io API, an open source API for getting location information from a postcode.

With the location data it is capable of figuring out the distance between two postcodes in meters using the haversine formula.

Andrew White