windkit.plot.landcover_map

windkit.plot.landcover_map(gdf, column='z0', ax=None, **kwargs)[source]

Plot the polygons in a map colored by a certain field, picking some reasonable defaults for the colors and legend

Parameters:
  • gdf (GeoDataFrame) – the dataframe to plot.

  • column – The name of the dataframe column to be plotted.

  • **kwargs – Will be passed to gdf.plot()