logo
  • Getting started
  • Gallery
  • Installation
  • API reference
  • What’s new
  • Coordinate reference systems (CRS)
    • cartopy.crs.CRS
    • cartopy.crs.Globe
    • cartopy.crs.Projection
    • cartopy.crs.Geodetic
    • cartopy.crs.Geocentric
    • cartopy.crs.RotatedGeodetic
    • cartopy.crs.epsg
    • cartopy.geodesic.Geodesic
    • PlateCarree
  • Input/output capabilities (cartopy.io)
    • cartopy.io.shapereader.Reader
    • cartopy.io.shapereader.BasicReader
    • cartopy.io.shapereader.Record
    • cartopy.io.shapereader.natural_earth
    • cartopy.io.shapereader.NEShpDownloader
    • cartopy.io.shapereader.gshhs
    • cartopy.io.shapereader.GSHHSShpDownloader
    • cartopy.io.img_nest.Img
    • cartopy.io.img_nest.ImageCollection
    • cartopy.io.img_nest.NestedImageCollection
    • cartopy.io.img_tiles.OSM
    • cartopy.io.img_tiles.GoogleTiles
    • cartopy.io.img_tiles.GoogleWTS
    • cartopy.io.img_tiles.MapQuestOSM
    • cartopy.io.img_tiles.MapQuestOpenAerial
    • cartopy.io.img_tiles.MapboxStyleTiles
    • cartopy.io.img_tiles.MapboxTiles
    • cartopy.io.img_tiles.OrdnanceSurvey
    • cartopy.io.img_tiles.QuadtreeTiles
    • cartopy.io.img_tiles.Stamen
    • cartopy.io.img_tiles.StamenTerrain
    • cartopy.io.ogc_clients.WFSGeometrySource
    • cartopy.io.ogc_clients.WMSRasterSource
    • cartopy.io.ogc_clients.WMTSRasterSource
    • cartopy.io.srtm.SRTM1Source
    • cartopy.io.srtm.SRTM3Source
    • cartopy.io.srtm.SRTMDownloader
    • cartopy.io.srtm.SRTM3_retrieve
    • cartopy.io.srtm.read_SRTM
    • cartopy.io.srtm.read_SRTM1
    • cartopy.io.srtm.read_SRTM3
    • cartopy.io.srtm.srtm
    • cartopy.io.srtm.srtm_composite
    • cartopy.io.srtm.add_shading
    • cartopy.io.srtm.fill_gaps
    • cartopy.io.Downloader
    • cartopy.io.DownloadWarning
    • cartopy.io.LocatedImage
    • cartopy.io.RasterSource
    • cartopy.io.RasterSourceContainer
    • cartopy.io.PostprocessedRasterSource
    • cartopy.io.fh_getter
  • Matplotlib interface (cartopy.mpl)
    • cartopy.mpl.geoaxes.GeoAxes
    • cartopy.mpl.geoaxes.GeoAxesSubplot
    • cartopy.mpl.geoaxes.GeoSpine
    • cartopy.mpl.geoaxes.InterProjectionTransform
    • cartopy.mpl.gridliner.Gridliner
    • cartopy.mpl.ticker.LongitudeFormatter
    • cartopy.mpl.ticker.LatitudeFormatter
    • cartopy.mpl.ticker.LongitudeLocator
    • cartopy.mpl.ticker.LatitudeLocator
    • cartopy.mpl.feature_artist.FeatureArtist
    • cartopy.mpl.slippy_image_artist.SlippyImageArtist
    • cartopy.mpl.patch.geos_to_path
    • cartopy.mpl.patch.path_segments
    • cartopy.mpl.patch.path_to_geos
  • Feature interface (cartopy.feature)
    • cartopy.feature.COLORS
    • cartopy.feature.auto_scaler
    • cartopy.feature.BORDERS
    • cartopy.feature.STATES
    • cartopy.feature.COASTLINE
    • cartopy.feature.LAKES
    • cartopy.feature.LAND
    • cartopy.feature.OCEAN
    • cartopy.feature.RIVERS
    • cartopy.feature.AdaptiveScaler
    • cartopy.feature.Feature
    • cartopy.feature.GSHHSFeature
    • cartopy.feature.NaturalEarthFeature
    • cartopy.feature.Scaler
    • cartopy.feature.ShapelyFeature
    • cartopy.feature.WFSFeature
    • cartopy.feature.nightshade.Nightshade
  • Image and vector transformations
    • cartopy.img_transform.mesh_projection
    • cartopy.img_transform.regrid
    • cartopy.img_transform.warp_array
    • cartopy.img_transform.warp_img
    • cartopy.vector_transform.vector_scalar_to_grid
    • cartopy.util.add_cyclic_point
    • cartopy.trace.project_linear
    • cartopy.trace.Interpolator
    • cartopy.trace.CartesianInterpolator
    • cartopy.trace.SphericalInterpolator
    • cartopy.trace.LineAccumulator
  • Cartopy configuration

API reference¶

Release

0.20.0

Date

Sep 17, 2021

This is a detailed reference manual for functions, modules, and objects in cartopy. For initially learning how to use cartopy, see the getting started guide.

  • Coordinate reference systems (CRS)
    • Base CRS’s
    • Geodesic calculations
    • List of projections
  • Input/output capabilities (cartopy.io)
    • Shapefiles
    • Image collections
    • Image tiles
    • Open Geospatial Consortium (OGC)
    • Shuttle Radar Topography Mission (SRTM)
    • Base classes and functions
  • Matplotlib interface (cartopy.mpl)
    • Geoaxes
    • Gridlines and ticks
    • Artist extensions
    • Additional extensions
  • Feature interface (cartopy.feature)
    • Feature attributes
    • Feature classes
  • Image and vector transformations
    • Image transformations
    • Vector transformations
    • Longitude wrapping
    • LinearRing/LineString projection
  • Cartopy configuration
Installation Coordinate reference systems (CRS)

© Copyright 2011 - 2018 British Crown Copyright, 2018 - 2021 Cartopy contributors.

Created using Sphinx 4.2.0.