Map
(df
, transects
=[]
, legend_stations_label
='Estaciones'
, otherDf
=None
, mapbox_username
=None
, mapbox_token
=None
, mapbox_map_id
='ck2hwr0522eal1cm297dkqzis'
)
Represents a map of urban heat island
Attributes:
df: numpy's dataframe.
transects: array of strings.
legend_stations_label: string.
otherDf: numpy's dataframe.
mapbox_username: mapbox's username to plot background map.
mapbox_token: mapbox's token to plot background map.
mapbox_map_id: mapbox's map id to plot background map.