pypath.inputs.trip.take_a_trip§
- pypath.inputs.trip.take_a_trip(cachefile=None)[source]§
Downloads TRIP data from webpage and preprocesses it. Saves preprocessed data into cachefile and next time loads from this file.
- Parameters:
str (cachefile) – Path to pickle dump of preprocessed TRIP database. If does not exist the database will be downloaded and saved to this file. By default the path queried from the
settingsmodule.