-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent annotations #248
Comments
In some cases, this inconsistency may be consistent with using different timestamps. Here are current results from staging and oti for different dates, using v2 api. First is OTI, second is Staging. (time.Time) 2019-04-04 00:00:00 -0400 EDT |
So, it looks like there is an instability at dates where the dataset changes. Perhaps one of the instances reports one value, and the other may report a different value? Probably should allow dumping of the directory so that we can assess whether there are differences between instances. |
A join between NDT tables in staging and prod shows about 650 rows that have inconsistent geo annotations, specifically the city annotation.
https://console.cloud.google.com/bigquery?sq=240028626237:5657b748c8f3448493a06333a5606bf8
Also, manual queries against the legacy annotator interface produce strange annotations that don't match what is in bigquery.
This shows up as Fremont, CA, but maxmind geo2 website places it in MN.
https://annotator-dot-mlab-sandbox.appspot.com/annotate?since_epoch=40000000&ip_addr=184.105.50.34
-> {"Geo":{"continent_code":"NA","country_code":"US","country_code3":"USA","country_name":"United States","region":"CA","metro_code":807,"city":"Fremont","area_code":510,"postal_code":"94539","latitude":37.515,"longitude":-121.896},"Network":null}
The text was updated successfully, but these errors were encountered: