文件名称:pint-xarray:使用pint和xarray的接口,提供方便的访问器
文件大小:55KB
文件格式:ZIP
更新时间:2024-05-08 13:14:27
xarray accessor pint Python
品脱xarray 一个方便包装器,用于将与一起使用。 用法 要将Dataset的变量转换为数量: In [ 1 ]: import pint_xarray ...: import xarray as xr In [ 2 ]: ds = xr . Dataset ({ "a" : ( "x" , [ 0 , 1 , 2 ]), "b" : ( "y" , [ - 3 , 5 , 1 ], { "units" : "m" })}) ...: ds Out [ 2 ]: < xarray> Dimensions : ( x : 3 , y : 3 ) Dimensions without coordinates : x , y Data variables : a ( x ) int64 0 1 2 b ( y
【文件预览】:
pint-xarray-master
----pyproject.toml(369B)
----docs()
--------whats-new.rst(4KB)
--------api.rst(2KB)
--------terminology.rst(253B)
--------conversion.rst(744B)
--------conf.py(4KB)
--------installation.rst(458B)
--------requirements.txt(145B)
--------examples()
--------creation.rst(4KB)
--------examples.rst(72B)
--------index.rst(864B)
--------contributing.rst(878B)
----HOW_TO_RELEASE.rst(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(300B)
--------workflows()
----licenses()
--------XARRAY_LICENSE(10KB)
----conftest.py(504B)
----ci()
--------install-upstream-dev.sh(264B)
--------requirements.txt(84B)
----LICENSE(11KB)
----setup.cfg(1KB)
----requirements.txt(40B)
----setup.py(69B)
----.gitignore(2KB)
----.codecov.yml(297B)
----readthedocs.yml(162B)
----README.md(2KB)
----pint_xarray()
--------conversion.py(11KB)
--------testing.py(589B)
--------formatting.py(6KB)
--------errors.py(1KB)
--------tests()
--------accessors.py(60KB)
--------__init__.py(610B)
----.pep8speaks.yml(49B)
----.pre-commit-config.yaml(738B)