So given a postcode, you can use the police API to list crimes in a 1 mile radius. It’s interesting to list the places the crimes are – if its your area. But it’s instructive to have them graphed over time also. Using the python libary geopy we can use translate the postcode to coordinates: …
Continue reading “Police Crime Statistics around a postcode”