Using hvplot from holoviz.org to visualize GFS forecast model output

preview_player
Показать описание
Here we use hvplot from the holoviz tool suite to visualize Global Forecast System (GFS) data from the Unidata THREDDS server. Note: (1) a more general way to handle the longitude [-180,180] issue would be to do this:
instead of just subtracting 360 from the longitude variable as I did in the video.

The rendered Jupyter Notebook (plus some bonus material!) is here:
Рекомендации по теме
Комментарии
Автор

I hadn't yet seen the default interactive xarray display widgets in Jupyter. So cool!

colintalbert
Автор

Could you share a link to the notebook?

marcskovmadsen
Автор

How many data points were plotted in the example ? Can this be scaled to accommodate millions or tens of millions of points ?

anantharamaniyer