.. _l-staticmethods: Static Methods ============== .. contents:: :local: :depth: 1 Summary +++++++ +-----------------------------------------------------------------------------------------------------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | staticmethod | class parent | truncated documentation | +=====================================================================================================+=====================+========================================================================================================================================================+ | :meth:`animation ` | DataCollectJCDecaux | Displays a javascript animation, see `animation.FuncAnimation `_. ... | +-----------------------------------------------------------------------------------------------------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`distance_haversine ` | DataCollectJCDecaux | Computes the `haversine `_ distance. | +-----------------------------------------------------------------------------------------------------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`draw ` | DataCollectJCDecaux | Draws a graph using four columns: *lng*, *lat*, *available_bike_stands*, *available_bikes*. | +-----------------------------------------------------------------------------------------------------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run_collection ` | DataCollectJCDecaux | Runs the collection of the data for velib, data are stored using :epkg:`json` format. The function creates a file ... | +-----------------------------------------------------------------------------------------------------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`simulate ` | DataCollectJCDecaux | Simulates velibs on a set of stations given by *df*. | +-----------------------------------------------------------------------------------------------------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_df ` | DataCollectJCDecaux | Reads all files in a folder (assuming there were produced by this class) and returns a dataframe with it. | +-----------------------------------------------------------------------------------------------------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+