Skip to content
/ GeoIP.jl Public
forked from JuliaWeb/GeoIP.jl

A Julia package to estimate the geographic location of IP addresses

License

Notifications You must be signed in to change notification settings

mes9/GeoIP.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoIP

Support for Maxmind's IP Geolocation (v2) CSVs.

GeoIP.geolocate(IPv4) will load data from the CSV if it's not already loaded.

Example

a = ip"1.2.3.4"
geolocate(a)        # returns dictionary with all relevant information

Acknowledgements

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

About

A Julia package to estimate the geographic location of IP addresses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%