You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GtfsInstance class has a default argument of "m" for the GTFS units. However, this is not very common - "km" is more widely adopted and would be a better choice as the default argument to help protect against potential unforeseen errors.
(OPTIONAL) Suggested Implementations
Change the default unit argument from "m" to "km" throughout the class.
Additional context
Examples of Km units being used can be provided if needed.
The text was updated successfully, but these errors were encountered:
Description of the Feature to be Added
The
GtfsInstance
class has a default argument of "m" for the GTFS units. However, this is not very common - "km" is more widely adopted and would be a better choice as the default argument to help protect against potential unforeseen errors.(OPTIONAL) Suggested Implementations
Change the default unit argument from "m" to "km" throughout the class.
Additional context
Examples of Km units being used can be provided if needed.
The text was updated successfully, but these errors were encountered: