2.8.1.2. cpforager.GPS_TDR_Collection.folium_map
- GPS_TDR_Collection.folium_map(fig_dir, file_id, plot_params, rand=False)
Produce the html map with every GPS_TDR data colored randomly.
- Parameters:
self (cpforager.GPS_TDR_Collection) – an GPS_TDR_Collection
fig_dir (str) – figure saving directory.
file_id (str) – name of the saved figure.
plot_params (dict) – plot parameters dictionary.
rand (bool) – True if colors should be random.
- Returns:
the folium map.
- Return type:
folium.Map
The figure is save at the html format.