Open chloemurrell opened 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
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