Closed SteeveEbener closed 9 years ago
yep, it's done. It will be in the next commit.
Distance and time units are a choice hidden to the user, but exists in amReferralTable:
'module_4'={
listTableReferral<-amReferralTable(
inputSpeed = mapSpeed,
inputFriction = mapFriction,
inputHf = mapHf,
inputHfTo = mapHfTo,
inputTblHf = tblHfSubset,
inputTblHfTo = tblHfSubsetTo,
idField = hfIdx,
labelField = hfLab,
idFieldTo = hfIdxTo,
labelFieldTo = hfLabTo,
typeAnalysis = typeAnalysis,
resol = listen$mapMeta$grid$No,
dbCon = grassSession$dbCon,
unitCost = 'm',
unitDist = 'km',
outReferral = tableReferral,
outNearestDist = tableReferralNearestDist,
outNearestTime = tableReferralNearestTime
)
So, i've set as minutes and km. This also could be set as a user choice.
Can you please order the columns in these files in the following order?:
In addition, should "h" (hours I guess) not be replaced by "min" (minutes)? The results should in any case be expressed in minutes.
Thanks