hydro-python-tutorials/2-xarray-example at master · iHeadWater/hydro-python-tutorials · GitHub
Skip to content

Latest commit

 

History

History

xarray

从numpy和pandas过来的时候可以认为xarray是结合了numpy多维数据和pandas标记的一个工具;更直接地,可以认为是 netcdf 数据在python中的镜像表达。

网站在这里