Ironholds / rgeolocate

Generalised IP geolocation through R
https://cran.r-project.org/web/packages/rgeolocate/index.html
Other
66 stars 22 forks source link

Added ability to retrieve isp and organization name from MaxMind ISP database #37

Closed dgrtwo closed 7 years ago

dgrtwo commented 7 years ago

I've had the need to compare addresses to ISP databases rather than just location, and the below fix allows retrieving them. (Since connection is included, I'm hoping not all have to be strictly location fields?)

Thanks!

Ironholds commented 7 years ago

Looks good! I'm gonna work on a reorg of the code at some point which will hopefully speeeeed it up, too!

dgrtwo commented 7 years ago

Oh great, thanks!