OGGM / tutorials

Notebook tutorials for the Open Global Glacier Model (OGGM)
https://tutorials.oggm.org
BSD 3-Clause "New" or "Revised" License
17 stars 18 forks source link

Using rioxarray.open_rasterio() instead of xarray.open_rasterio() in the tutorial notebooks #65

Closed afisc closed 2 years ago

afisc commented 2 years ago

As the usage of the function xr.open_rasterio() has resulted in a deprication warning, the rioxarray library is now used for this function call instead. This has been changed for all usages of this method in any tutorial notebook.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

fmaussion commented 2 years ago

Excellent thanks!