--- title: Map keywords: fastai sidebar: home_sidebar summary: "API details." description: "API details." nb_path: "00_map.ipynb" ---
{% raw %}
{% endraw %} {% raw %}
{% endraw %} {% raw %}

class Map[source]

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.

{% endraw %} {% raw %}

class Transect[source]

Transect(path, x, y, color, name)

{% endraw %} {% raw %}
{% endraw %}