Skip to content

Find IP addresses in logs, determine their geographical coordinates and create a histogram with N buckets of values for the next day

Notifications You must be signed in to change notification settings

adaughterson/IPToHistogrammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This program takes a log file, parses out IP addresses and determines the forecasted high-temperature for the next
calendar day.  This temperature data is then partitioned into histogram bins of user-provided width, whereupon the min,
max, and count values are tabulated into a TSV.

Requires installing numpy and requests,

Usage is:
python AD_Coding_Exercise.py <input file> <output file> <bucket count>

About

Find IP addresses in logs, determine their geographical coordinates and create a histogram with N buckets of values for the next day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages