Skip to content

Commit

Permalink
Increase resolution of GSHHS for downloading.
Browse files Browse the repository at this point in the history
Because the coarse level dataset is included with cartopy, using that
resolution to trigger a download does nothing. That's not really what
the download script is expected to do.
  • Loading branch information
QuLogic committed Jul 20, 2014
1 parent d8a0b16 commit 8de03c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
FEATURE_DEFN_GROUPS = {
# Only need one GSHHS resolution because they *all* get downloaded
# from one file.
'gshhs': GSHHSFeature(scale='c'),
'gshhs': GSHHSFeature(scale='f'),
'physical': (
('physical', 'coastline', ALL_SCALES),
('physical', 'land', ALL_SCALES),
Expand Down

0 comments on commit 8de03c6

Please sign in to comment.