GeoIP.jl icon indicating copy to clipboard operation
GeoIP.jl copied to clipboard

A Julia package to estimate the geographic location of IP addresses

Results 3 GeoIP.jl issues
Sort by recently updated
recently updated
newest added

I want to summarize here problems that I see with current implementation and some ideas how to overcome it. # Behind the scenes data downloading In current implementation, data is...

Geolite2 datasets are also available in a custom binary format described [here](http://maxmind.github.io/MaxMind-DB/). Might be worth implementing a reader as it is probably more efficient than using the csv version of...