예제 #1
0
def dest_topology(tours, land_use):
    return reindex(land_use.TOPOLOGY, tours.destination)
예제 #2
0
def dest_topology(tours, land_use):
    return reindex(land_use.TOPOLOGY,
                   tours.destination)
예제 #3
0
def dest_density_index(tours, land_use):
    return reindex(land_use.density_index, tours.destination)
예제 #4
0
def dest_density_index(tours, land_use):
    return reindex(land_use.density_index,
                   tours.destination)