Skip to content
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

IP Geolocation granularity impacts #3

Open
terryednacot opened this issue Mar 6, 2023 · 2 comments
Open

IP Geolocation granularity impacts #3

terryednacot opened this issue Mar 6, 2023 · 2 comments

Comments

@terryednacot
Copy link
Collaborator

Originally filed at spanicker/ip-blindness#20 by @smhendrickson

IETF RFC 8805 allows for country, ‘region’ (state in US), and city level mappings to be advertised. While the IP Protection proposal will not retain all state/city level granularity, we would like to retain enough to keep inferred geographic content relevant to users, and GeoIP based performance optimizations functioning.

To achieve this, Chrome is considering mapping many unique cities/regions to groups of combined cities/regions. We call these Geos. We are considering using a threshold of 1 million estimated human population for each created geo. This geo will then be shared in the public IP Geolocation feed.

Which use cases of yours would 1 million people sufficiently cover and which use cases would not be sufficiently covered?

@patmmccann
Copy link

This is closely related to #2 ; 1 million adjacent users is not able to identify applicable privacy law

@bmayd
Copy link

bmayd commented Mar 8, 2023

Seems like using human population will lead to widely varying coverage areas which will be anywhere from a few square miles to bigger than entire states (Delaware, South Dakota, North Dakota, Alaska, Vermont and Wyoming have populations of less than a million).

We use DMA in our models. There are 253 DMAs listed in this Nielsen Fall 2022 Radio Market Survey population, rankings & information which range in size by population from 16,563,900 (New York) to 80,300 (Grand Forks, ND-MN).

We also use geolocation for making decisions regarding regulatory compliance and need to be able to map an interaction source to the jurisdiction by which it is covered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants