FT_TruckKPH and TF_TruckKPH are fields of Streets feature class.
FT_TruckKPH and TF_TruckKPH are calculated using the following logic:
FT_AverageSpeed/TF_AverageSpeed | F_RCAT25_48/ T_RCAT25_48 | JurisdictionalTruckSpeed | Then FT_TruckKPH/TF_TruckKPH is equal to: |
---|---|---|---|
Is Null | Is Null | Is Null | KPH |
Is Null | Is Null | Is Not Null | JurisdictionalTruckSpeed |
Is Null | Is Not Null | Is Null | The smaller of KPH and F_RCAT25_48/T_RCAT25_48 |
Is Null | Is Not Null | Is Not Null | The smaller of KPH and F_RCAT25_48/T_RCAT25_48 and JurisdictionalTruckSpeed |
Is Not Null | Is Null | Is Null | FT_AverageSpeed/TF_AverageSpeed |
Is Not Null | Is Null | Is Not Null | The smaller of FT_AverageSpeed/TF_AverageSpeed and JurisdictionalTruckSpeed |
Is Not Null | Is Not Null | Is Null | The smaller of FT_AverageSpeed/TF_AverageSpeed and F_RCAT25_48/T_RCAT25_48 |
Is Not Null | Is Not Null | Is Not Null | The smaller of FT_AverageSpeed/TF_AverageSpeed and F_RCAT25_48/T_RCAT25_48 and JurisdictionalTruckSpeed |