fix spelling mistake
This commit is contained in:
parent
fb08d16be9
commit
6712e48aa0
@ -19,7 +19,7 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
def build_nodal_transport_data(fn, pop_layout):
|
def build_nodal_transport_data(fn, pop_layout):
|
||||||
# get numbers of car and fuel efficieny per country
|
# get numbers of car and fuel efficiency per country
|
||||||
transport_data = pd.read_csv(fn, index_col=0)
|
transport_data = pd.read_csv(fn, index_col=0)
|
||||||
|
|
||||||
# break number of cars down to nodal level based on population density
|
# break number of cars down to nodal level based on population density
|
||||||
|
Loading…
Reference in New Issue
Block a user