make_geoview

make_geoview(area=None, style=None)

New in metview-python version 1.8.0.

High level function to generate a geoview() with predefined settings.

Parameters
  • area (str) – specifies the map area. It can be either a named built-in area or a list in the format of [S, W, N, E]. When area is a list a cylindrical map projection is used. For the available named areas see map_area_gallery().

  • style – specifies the map style. It has to be a named built-in map style. For the available styles see map_style_gallery().

Return type

geoview