holoviz-topics / EarthML

Tools for working with machine learning in earth science
https://earthml.holoviz.org
BSD 3-Clause "New" or "Revised" License
94 stars 21 forks source link

fix downsampling bug in docs #97

Closed nickhand closed 4 years ago

nickhand commented 4 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

jbednar commented 4 years ago

Thanks!