h3.plotting package#

Submodules#

h3.plotting.terrain_plots module#

h3.plotting.terrain_plots.building_plot(building_groups: pandas.core.groupby.DataFrameGroupBy, dis_threshold: int = 1)[source]#
h3.plotting.terrain_plots.main()[source]#
h3.plotting.terrain_plots.plot_buildings_coast(building_groups, coast_points, dis_threshold: int = 2, dis_to_coast: bool = True) None[source]#
h3.plotting.terrain_plots.plot_coastline(coast_points: list) None[source]#

Function to plot the coastlines as point on a PlateCarree projection

Parameters:

coast_points (list) – a list of the coordinates of the coast. Given in lat, lon.

h3.plotting.terrain_plots.plot_dem(dem_urls: list) None[source]#
h3.plotting.terrain_plots.plot_map_location(building_groups, dem_tif_path_list, dem_tif_short_name_list, terrain_attribute: Literal['dem', 'slope', 'aspect'])[source]#