jwestw / Public_Transport_Efficiency

A project to measure the efficiency of public transport in the UK
MIT License
1 stars 0 forks source link

Add variables which may need changing to the config file #55

Open chloemurrell opened 2 years ago

chloemurrell commented 2 years ago

Variables which need to be added:
geo_df.crs = "EPSG:27700" geo_df.to_crs("EPSG:4326", inplace=True) Load list in config -> for locations of the points of interest Replace the departure locations with a variable in the config - should be an "id" from the csv. https://github.com/jwestw/Public_Transport_Efficiency/blob/650ab68ac849237ec9f31f3ccdb15d26c007ae43/Call_API_code.py#L111 The variables within the public and private parameter dictionaries.

For example

load_list: 
  - Newport
  - Manchester