Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepared the what's new for v0.16. #1028

Merged
merged 5 commits into from
Feb 21, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions lib/cartopy/examples/always_circular_stereo.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
"""
Keep Boundary Circular
----------------------
Custom Boundary Shape
---------------------

Setting the boundary of an image to be circular.
This example demonstrates how a custom shape geometry may be used
instead of the projection's default boundary.

In this instance, we define the boundary as a circle in axes coordinates.
This means that no matter the extent of the map itself, the boundary will
always be a circle.

"""
__tags__ = ['Lines and polygons']
Expand Down
6 changes: 4 additions & 2 deletions lib/cartopy/examples/favicon.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
Favicon
-------
Cartopy Favicon
---------------

The actual code to generate cartopy's favicon.

"""
import cartopy.crs as ccrs
Expand Down
3 changes: 3 additions & 0 deletions lib/cartopy/examples/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Features
--------

A demonstration of some of the built-in Natural Earth features found
in cartopy.

"""
__tags__ = ['Lines and polygons']

Expand Down
3 changes: 3 additions & 0 deletions lib/cartopy/examples/global_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Global Map
----------

An example of a simple map that compares Geodetic and Plate Carree lines
between two locations.

"""
__tags__ = ['Lines and polygons']

Expand Down
3 changes: 3 additions & 0 deletions lib/cartopy/examples/hurricane_katrina.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Hurricane Katrina
-----------------

This example uses the power of Shapely to illustrate states that are likely to
have been significantly impacted by Hurricane Katrine.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Katrina


"""
__tags__ = ['Lines and polygons']

Expand Down
6 changes: 4 additions & 2 deletions lib/cartopy/examples/logo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
Logo
----
Cartopy Logo
------------

The actual code to produce cartopy's logo.

"""
import cartopy.crs as ccrs
Expand Down
2 changes: 1 addition & 1 deletion lib/cartopy/examples/rotated_pole.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Rotated pole boxes
------------------

This example demonstrates the way a box is warped when it is defined
A demonstration of the way a box is warped when it is defined
in a rotated pole coordinate system.

Try changing the ``box_top`` to ``44``, ``46`` and ``75`` to see the effect
Expand Down
3 changes: 3 additions & 0 deletions lib/cartopy/examples/un_flag.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
UN Flag
-------

A demonstration of the power of Matplotlib combined with cartopy's Azimuthal
Equidistant projection to reproduce the UN flag.

"""
import cartopy.crs as ccrs
import cartopy.feature as cfeature
Expand Down
6 changes: 4 additions & 2 deletions lib/cartopy/examples/waves.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
Waves
-----
Filled contours
---------------

An example of contourf on manufactured data.

"""
__tags__ = ['Scalar data']
Expand Down