Questions tagged [geolite2]

43 questions
0
votes
2 answers

Is there English geolocation data in Big Query's public dataset for GeoLite by Maxmind?

When querying the geolite public dataset in Big Query found here, the results are for the 'es' locale. Is there 'en' locale data available in the public dataset or do we need to manually download the english data from Maxmind and insert it to our…
Rob
  • 9
  • 2
0
votes
1 answer

Couldn't found geoname_id for North America in Geolite-city.csv / Geolite-country.csv

We are using GeoLite2-City.mmdb for parsing IP addresses. After parsing IP address "8.8.8.8", the result was: {"continent":{"code":"NA","names":{"de":"Nordamerika","ru":"Северная Америка","pt-BR":"América do Norte","ja":"北アメリカ","en":"North…
0
votes
0 answers

How do I setup/install Geolite2 for Geoip

I'd like to setup some basic geoip location on my website. I'd like to detect the country the user is coming from and then run some php script to direct them to a specific location. To do this I want to use Geolite2 from Maxmind. However all of the…
Neilw
  • 1
  • 1
0
votes
1 answer

How to update GeoLite2-Country.mmdb (country by IP database) to newest version in Magnolia CMS?

There is Magnolia cms module magnolia-personalization-traits-1.4.6.jar. It uses internally GeoLite2 ip-to-country database. Database is stored in a file info/magnolia/personalization/geoip/GeoLite2-Country.mmdb which is stored in aforementioned jar…
Wojciech Wirzbicki
  • 3,887
  • 6
  • 36
  • 59
0
votes
2 answers

CentOS 6.X, iptables 1.47 and Geolite2: how can I make this work?

I use the Geolite legacy databases together with iptables 1.47 to filter traffic for a variety of ports and only allow .AU traffic to have access. Maxmind changed the default DB to the latest version which is GeoLite2 (jan), this leaves all users in…
Jobst
  • 529
  • 3
  • 12
0
votes
1 answer

GeoIP in Matomo, previous Piwik map Tokyo wards

According to https://dev.maxmind.com/geoip/legacy/release-notes/ Effective July 24th, we will be mapping more IP addresses to special wards of Tokyo instead of Tokyo itself. Matomo that I use has enabled GeoIP2 plugin and I have downloaded the…
Hao
  • 6,291
  • 9
  • 39
  • 88
0
votes
1 answer

Does GeoLite2 provide coordinates?

I'm confused, does the free GeoLite2 database provide coordinates (latitude, longitude) anymore? I have been using GeoLite and was able to use Geo::IP and ->latitude calls to get coordinates. I've looked through the documentation and grepped…
Friedrich
  • 41
  • 3
0
votes
1 answer

adding a column to a pandas dataframe, based on dictionary key

I have a following dataframe: id ip 1 219.237.42.155 2 75.74.144.120 3 219.237.42.155 By using maxmindb-geolite2 package, I can find out what city a specific ip is assigned to. The following code: from geolite2 import geolite2 reader =…
codeless
  • 49
  • 5
0
votes
1 answer

Geo Location for Internal Networks

I am currently trying to add private network addresses to .mmdb file. Is there any way to add private network related data into GeoLite2 MMDB file?
0
votes
0 answers

Malformed IP address error

I am trying to run a project but everytime I try loading a specific page it throws away the following stack of error: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app …
Nitin Prakash
  • 328
  • 3
  • 15
0
votes
1 answer

GeoIP (GeoLite2-Country.mmdb) IPv6 less database records: 800k+ (8th of July 2015 12:42:20) to 320k+ (3rd of September 2015 03:07:26)

I'm using GeoIP free database (GeoLite2-Country.mmdb) for a PrestaShop plugin in order to detect visitor country. I noticed that from one version: DB Size: 4.66M (4,888,549 bytes), 802,421 records DB Version: 2.0 (07/08/2015 12:42:20) -…
Tipul07
  • 141
  • 1
  • 7
-1
votes
1 answer

How can i access the GeoLite database in nginx?

I run a Nginx proxy and want to use the GeoLite2-Country/city databases. I followed the instructions on "https://docs.nginx.com/nginx/admin-guide/dynamic-modules/geoip2/" and "https://github.com/leev/ngx_http_geoip2_module". So I have the required…
-1
votes
1 answer

Retrive Lat Long from ZipCode

Is their is a way to get Lat Long from MaxmindDb through ZipCode rather than Ipaddress. As i cannot find any method to fetch details through zipcode. I don't want to use Google Maps Api. using (var reader = new…
sejal
  • 1
  • 1
1 2
3