File: v0.15.rst

package info (click to toggle)
python-cartopy 0.21.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,668 kB
  • sloc: python: 15,101; makefile: 166; javascript: 66; sh: 6
file content (42 lines) | stat: -rw-r--r-- 1,455 bytes parent folder | download
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
Version 0.15 (February 1, 2017)
===============================

Features
--------

* The :class:`cartopy.crs.Mercator` class now allows a ``latitude_true_scale``
  to be specified.

* A ``tiles`` url can now be passed directly to the
  :class:`cartopy.io.img_tiles.GoogleTiles` class.

* The :meth:`~cartopy.mpl.geoaxes.GeoAxes.background_img` method has been
  added. This allows users to add a background image to the map, from a
  selection of pre-prepared images held in a directory specified by the
  CARTOPY_USER_BACKGROUNDS environment variable.

* The Web Map Tile Service (WMTS) interface has been extended so that WMTS
  layers can be added to GeoAxes in different projections.

* The :class:`~cartopy.crs.NearsidePerspective` projection has been added.

* Optional keyword arguments can now be supplied to the
  :meth:`~cartopy.mpl.geoaxes.GeoAxes.add_wmts` method, which will be passed to
  the OGC WMTS ``gettile`` method.

* New additions to the gallery:

.. figure:: ../gallery/miscellanea/images/sphx_glr_axes_grid_basic_001.png
   :target: ../gallery/miscellanea/axes_grid_basic.html
   :align: center
   :scale: 70

.. figure:: ../gallery/web_services/images/sphx_glr_reprojected_wmts_001.png
   :target: ../gallery/web_services/reprojected_wmts.html
   :align: center
   :scale: 70

.. figure:: ../gallery/web_services/images/sphx_glr_wmts_time_001.png
   :target: ../gallery/web_services/wmts_time.html
   :align: center
   :scale: 70