Relative Content

Tag Archive for normalization

Distance calculation and data normalization

I’m designing a system which needs to report basic distance between zip codes. It will use the Google Distance Matrix API but I want to cache the results in the database so that multiple requests for the same data points don’t result in duplicate API calls.