Closed nickhand closed 5 years ago
This fixes #96.
Note: There is another line in this tutorial that is currently broken due to a bug in geoviews with pyproj >= 2.0:
crs = gv.util.proj_to_cartopy(landsat_8_da.crs)
I've submitted a PR to geoviews to fix it: https://github.com/pyviz/geoviews/pull/376
Thanks!
This fixes #96.
Note: There is another line in this tutorial that is currently broken due to a bug in geoviews with pyproj >= 2.0:
I've submitted a PR to geoviews to fix it: https://github.com/pyviz/geoviews/pull/376