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

Make orgmap.get_org_contributor_locations() more modular #7

Open
staeiou opened this issue Oct 11, 2016 · 0 comments
Open

Make orgmap.get_org_contributor_locations() more modular #7

staeiou opened this issue Oct 11, 2016 · 0 comments

Comments

@staeiou
Copy link
Contributor

staeiou commented Oct 11, 2016

Currently, orgmap.get_org_contributor_locations() queries the Github API for location data from profiles and geocodes the location data in the same loop. These should be independent functions. Need a function that takes in a dictionary of { free-text location, descriptor } and returns a dictionary of { geoPy Locations, descriptor }. This would let users map any arbitrary list of locations, no matter where they got it.

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

1 participant