We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5798a91 commit be97efcCopy full SHA for be97efc
climada/util/plot.py
@@ -736,6 +736,7 @@ def add_shapes(axis):
736
axis.add_feature(cfeature.BORDERS.with_scale("10m"), edgecolor="dimgrey")
737
axis.add_feature(cfeature.COASTLINE.with_scale("10m"), edgecolor="dimgrey")
738
739
+
740
def _ensure_utf8(val):
741
# Without the `*.cpg` file present, the shape reader wrongly assumes latin-1 encoding:
742
# https://github.com/SciTools/cartopy/issues/1282
0 commit comments