xshape:不推荐使用。 使用大熊猫

时间:2021-05-18 00:04:40
【文件属性】:
文件名称:xshape:不推荐使用。 使用大熊猫
文件大小:2.6MB
文件格式:ZIP
更新时间:2021-05-18 00:04:40
Python xshape不再在开发中。 要使用shapefile绘制xarray数据,建议将其转储到geopandas中: # for some DataArray da indexed by a single coordinate, # matching the values in a column of a shapefile import geopandas as gpd shp = gpd . read_file ( 'some_shapefile' ). set_index ( column_name_with_values_matching_da_coordinate ) shp . assign ( myvar = da . to_series ()). plot ( 'myvar' ) 如果您想接管xshape的开发,请随时与我们联系!
【文件预览】:
xshape-master
----MANIFEST.in(262B)
----README.rst(521B)
----CONTRIBUTING.rst(3KB)
----.github()
--------ISSUE_TEMPLATE.md(317B)
--------PULL_REQUEST_TEMPLATE.md(182B)
----travis_pypi_setup.py(4KB)
----HISTORY.rst(89B)
----requirements.txt(24B)
----AUTHORS.rst(253B)
----.travis.yml(3KB)
----tox.ini(1018B)
----requirements_dev_py2k.txt(194B)
----pytest.ini(114B)
----LICENSE(1KB)
----requirements_dev_py3k.txt(194B)
----setup.cfg(379B)
----setup.py(2KB)
----Makefile(2KB)
----xshape()
--------xshape.py(4KB)
--------accessors.py(1KB)
--------__init__.py(497B)
--------cli.py(397B)
----docs()
--------authors.rst(28B)
--------make.bat(6KB)
--------contributing.rst(33B)
--------images()
--------conf.py(9KB)
--------usage.rst(67B)
--------installation.rst(1KB)
--------history.rst(28B)
--------index.rst(4KB)
--------Makefile(7KB)
--------.gitignore(39B)
----requirements_rtd.txt(75B)
----.editorconfig(292B)
----tests()
--------run_tests.py(93B)
--------test_xshape.py(2KB)
--------__init__.py(61B)
--------data()
----requirements_conda.txt(62B)
----.gitignore(845B)

网友评论