Skip to content

Commit b5d5a72

Browse files
committed
Document version parameter
1 parent f68db72 commit b5d5a72

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/cartopy/feature/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ class NaturalEarthFeature(Feature):
230230
"""
231231
A simple interface to Natural Earth shapefiles.
232232
233-
See https://www.naturalearthdata.com/
233+
See https://www.naturalearthdata.com/ for an overview of the data
234+
and https://github.com/nvkelso/natural-earth-vector/releases for recent
235+
version information.
234236
235237
"""
236238

@@ -246,6 +248,8 @@ def __init__(self, category, name, scale, version=None, **kwargs):
246248
The dataset scale, i.e. one of '10m', '50m', or '110m',
247249
or Scaler object. Dataset scales correspond to 1:10,000,000,
248250
1:50,000,000, and 1:110,000,000 respectively.
251+
version: optional
252+
The specific dataset version to use, e.g. '5.1.0'.
249253
250254
Other Parameters
251255
----------------

0 commit comments

Comments
 (0)