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