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

[FEATURE REQUEST] Optional cost function #15

Open
LdDl opened this issue Sep 12, 2022 · 0 comments
Open

[FEATURE REQUEST] Optional cost function #15

LdDl opened this issue Sep 12, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@LdDl
Copy link
Owner

LdDl commented Sep 12, 2022

Is your feature request related to a problem? Please describe.
There is no way to create cost field other then distance metric (kilometers)

Describe the solution you'd like and provide pseudocode examples if you can
Provide flag to CLI called cost_type (default value could be 'kilometers').
Possible values: 'kilometers', 'minutes', 'seconds', 'meters'
'kilometers' and 'meters' are easy to do (first metric has been done already), but 'minutes' and 'seconds' should depend on speed + distance parameter

Additional context
We need to document this functionality and its restrictions properly
Would be cool to have CSV field cost_type as description for weight column also

@LdDl LdDl added the enhancement New feature or request label Sep 12, 2022
@LdDl LdDl self-assigned this Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant