Skip to content

Commit

Permalink
Document version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lgolston committed Mar 16, 2024
1 parent f68db72 commit b5d5a72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/cartopy/feature/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ class NaturalEarthFeature(Feature):
"""
A simple interface to Natural Earth shapefiles.
See https://www.naturalearthdata.com/
See https://www.naturalearthdata.com/ for an overview of the data
and https://github.com/nvkelso/natural-earth-vector/releases for recent
version information.
"""

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

0 comments on commit b5d5a72

Please sign in to comment.