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

Amount of devices in exported JSON file not the same as "people around" number. #62

Open
EdwardDeaver opened this issue Jun 10, 2024 · 2 comments

Comments

@EdwardDeaver
Copy link

Hi,

Cool package! I'm noticing the number of "people around" is differing from the amount of devices written to the exported file. Typically there are more people around than the devices in the file. Why is this?

@schollz
Copy link
Owner

schollz commented Jun 10, 2024

it has to find people with cell phones that are (1) on, and (2) connected to wifi, so this package will always be an underestimate. the number from this package is always meant to be an estimate: https://github.com/schollz/howmanypeoplearearound?tab=readme-ov-file#howmanypeoplearearound

@EdwardDeaver
Copy link
Author

Thank you! 🙂 That makes a lot of sense.

On my local install, I'm going to test out raising the number https://github.com/schollz/howmanypeoplearearound/blob/master/howmanypeoplearearound/__main__.py#L256 to 0.95 based on https://www.pewresearch.org/internet/fact-sheet/mobile/.

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

No branches or pull requests

2 participants