aodn / imos-user-code-library

Code library of helper functions and examples for working with NetCDF data files typically sourced from IMOS
GNU General Public License v3.0
19 stars 15 forks source link

Replace use of deprecated StamenTerrain #37

Closed tonybaloney closed 1 year ago

tonybaloney commented 1 year ago

StamenTerrain was removed in cartopy 0.21 https://scitools.org.uk/cartopy/docs/latest/whatsnew/v0.21.html#removals

This update uses the Stamen class with a terrain background to achieve the same result.