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

Zoom levels and feature aggregation #27

Open
ekastimo opened this issue Sep 12, 2017 · 1 comment
Open

Zoom levels and feature aggregation #27

ekastimo opened this issue Sep 12, 2017 · 1 comment

Comments

@ekastimo
Copy link
Contributor

ekastimo commented Sep 12, 2017

During the binning process (creating geo-cells), we compute the number of mobile money agents in the cell. Then obtain the population of the cell. These two are then used to generate People per mobile money agent Data i.e.
PeoplePerAgent = No of People in cell/ No of Mobile money agent
This value is then added as one of the properties of the bin(Geocell).
On the client side, we use dynamic map box style to allow a user to filter the data

{ 'id': 'mobilemoney-aggregated-0', 'type': 'fill', 'source': 'osm-mobilemoney-raw', 'source-layer': 'osm', 'maxzoom': 12.01, 'paint': { 'fill-color': '#ffe4b2' }, 'filter': ['all', ['>=', '_peoplePerAgent', 20], ['<', '_peoplePerAgent', 55] ] }
So this is a pictorial representation of the problem
zoomissue
We need to find an optimal way of fixing this
@awright @cgiovando @PaulUithol please advise on this

@krkwesiga
Copy link
Collaborator

@cgiovando could help us get some traction in terms of ideas for this challenges from the dev community

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