Skip to content

Commit 244aadc

Browse files
committed
Level 4 no longer exists - Antarctica is now 5 (land) or 6 (ice), not 4
1 parent 745f869 commit 244aadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/readboundaries_shp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def quantize(data,least_significant_digit):
2424

2525
def get_coast_polygons(resolution):
2626
polymeta = []; polybounds = []
27-
for level in [1,2,3,4]:
27+
for level in [1,2,3,5]:
2828
filename = 'GSHHS_shp/%s/GSHHS_%s_L%s' % (resolution, resolution, level)
2929
#filename = 'WDBII_shp/%s/WDBII_border_%s_L%s' % (resolution, resolution, level)
3030
print filename

0 commit comments

Comments
 (0)