1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
.. _api.io:
Input/output capabilities (cartopy.io)
--------------------------------------
Cartopy has many built-in image and map acquisition capabilities. These
capabilities allow the maps to be loaded, saved, and retrieved in various
data formats.
.. _api.io.shapereader:
Shapereader
~~~~~~~~~~~
.. automodule:: cartopy.io.shapereader
.. autosummary::
:toctree: generated/
Reader
BasicReader
FionaReader
Record
FionaRecord
natural_earth
NEShpDownloader
gshhs
GSHHSShpDownloader
Image collections
~~~~~~~~~~~~~~~~~
.. automodule:: cartopy.io.img_nest
.. autosummary::
:toctree: generated/
Img
ImageCollection
NestedImageCollection
Image tiles
~~~~~~~~~~~
.. automodule:: cartopy.io.img_tiles
.. autosummary::
:toctree: generated/
OSM
GoogleTiles
GoogleWTS
MapQuestOSM
MapQuestOpenAerial
MapboxStyleTiles
MapboxTiles
OrdnanceSurvey
QuadtreeTiles
StadiaMapsTiles
Stamen
Open Geospatial Consortium (OGC) Clients
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: cartopy.io.ogc_clients
.. autosummary::
:toctree: generated/
WFSGeometrySource
WMSRasterSource
WMTSRasterSource
Shuttle Radar Topography Mission (SRTM)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: cartopy.io.srtm
.. autosummary::
:toctree: generated/
:recursive:
SRTM1Source
SRTM3Source
SRTMDownloader
read_SRTM
read_SRTM1
read_SRTM3
add_shading
Base classes and functions
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: cartopy.io
.. autosummary::
:toctree: generated/
Downloader
DownloadWarning
LocatedImage
RasterSource
RasterSourceContainer
PostprocessedRasterSource
fh_getter
|