-
Notifications
You must be signed in to change notification settings - Fork 224
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
Add driving distance field #131
Comments
Sorry, I might have to play devil's advocate here. We already have something similar to what you want to do: I can see this being a useful feature, but I have a few concerns.
Now if the community wants this really bad, then cool. But just wanted to point out my concerns with implementing this functionality. So I think we need to really hear from the community before considering doing this. |
You're right. Radius is enough. That being said, I found that I'm unlikely to get permission to scrape so I won't bother. I know it's a matter of toothless policy but I'll wait till they come up with more reasonable terms. :/ |
Is your feature request related to a problem? Please describe.
I'd like to sort jobs by distance so I set up a script to add the distance of a job to my home.
Describe the solution you'd like
I'd like to add optional configuration keys, google api key and home location. If those parameters are available, jobfunnel adds the driving distance value (in minutes) to an extra field in the csv.
Describe alternatives you've considered
I've written a script to add the distance field to the resultant pandas dataframe.
Additional context
na
The text was updated successfully, but these errors were encountered: