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
// RankedPointInfo used to record ranking result to center point
// Distance record distance from center point to current point
// Duration records duration from center point to current point
type RankedPointInfo struct {
PointInfo
Distance float64
// todo
Duration float64
}
Modifications:
Record Duration during ranker's calculation
If use OSRM, record Duration from table response
If use great circle distance, use length/default speed for Duration
Record Duration in pre-processing
When connectivity_map build data for charge station connectivity, record Duration with Distance
Provide Duration in RankedPointInfo interface during the implementation of StationConnectivityQuerier
The text was updated successfully, but these errors were encountered:
Subtask of #242, related with #321
Adjust spatialindexer/interface.go
Modifications:
Duration
during ranker's calculationDuration
from table responseDuration
Duration
in pre-processingDuration
withDistance
Duration
in RankedPointInfo interface during the implementation ofStationConnectivityQuerier
The text was updated successfully, but these errors were encountered: