natural_earth ============= .. py:module:: natural_earth Attributes ---------- .. autoapisummary:: natural_earth.DEFAULT_CAPITAL_CITIES_KWARGS natural_earth.DEFAULT_MEDIUM_CITIES_KWARGS natural_earth.DEFAULT_SMALL_CITIES_KWARGS natural_earth.RESOLUTIONS Classes ------- .. autoapisummary:: natural_earth.NaturalEarthDomain Functions --------- .. autoapisummary:: natural_earth.get_resolution Module Contents --------------- .. py:data:: DEFAULT_CAPITAL_CITIES_KWARGS .. py:data:: DEFAULT_MEDIUM_CITIES_KWARGS .. py:data:: DEFAULT_SMALL_CITIES_KWARGS .. py:class:: NaturalEarthDomain(domain_name, crs=None) Class for building map domains and CRS based on a Natural Earth shape. :param domain_name: The name of the domain to be used. :type domain_name: str :param crs: The CRS to be used for the domain. If not provided, the CRS will be determined from the shapefile. :type crs: cartopy.crs.CRS, optional .. py:attribute:: NATURAL_EARTH_SOURCES .. py:property:: bounds .. py:property:: crs .. py:property:: domain_name .. py:property:: geometry .. py:property:: record .. py:data:: RESOLUTIONS .. py:function:: get_resolution(resolution, ax, crs, max_resolution='high', min_resolution='low')