文件名称:pygeogrids:用于生成和处理离散全局网格的Python包
文件大小:92KB
文件格式:ZIP
更新时间:2024-06-17 10:22:37
Python
侏儒科 这是用于创建和处理离散全局网格或点集合的软件包。 我们希望将来也将接口扩展到投影网格(图像)。 引文 如果您在出版物中使用该软件,请使用Zenodo DOI将其引用。 请注意,此徽章链接到最新的软件包版本。 请在选择您的特定版本,以获取该版本的DOI。 通常,在引用中,应始终将DOI用于记录的特定版本。 这是为了确保其他研究人员可以访问您用于重现性的确切研究伪像。 您可以在找到有关DOI版本控制的其他信息。 安装 该软件包应可通过pip安装: pip install pygeogrids 要安装该软件包,请使用pip 6.0或更高版本。 在linux系统将安装而在Windows系统上,将使用 cKDTree 。 pykdtree比scipy实现要快,但目前不适用于Windows系统。 特征 目前的主要功能是: 创建网格 最近邻居搜索 网格点索引到lat,lon的转换
【文件预览】:
pygeogrids-master
----MANIFEST.in(75B)
----README.rst(3KB)
----.gitattributes(36B)
----test-requirements.txt(263B)
----.github()
--------workflows()
----LICENSE.txt(1KB)
----CHANGELOG.rst(4KB)
----src()
--------pygeogrids()
----requirements.txt(642B)
----AUTHORS.rst(134B)
----environment.yml(133B)
----setup.cfg(3KB)
----setup.py(574B)
----doc_requirements.txt(52B)
----docs()
--------authors.rst(41B)
--------subsetting_grids_with_shape_files()
--------Creating and working with grid objects.ipynb(11KB)
--------conf.py(9KB)
--------Creating and working with grid objects.rst(5KB)
--------Subsetting grid objects with shape files.rst(1KB)
--------changes.rst(41B)
--------index.rst(2KB)
--------examples.rst(140B)
--------Makefile(7KB)
--------license.rst(67B)
--------Subsetting grid objects with shape files.ipynb(24KB)
--------changelog.rst(43B)
--------_static()
----tests()
--------test_geodatic_datum.py(3KB)
--------__init__.py(0B)
--------conftest.py(231B)
--------test_grid.py(25KB)
--------test_netcdf.py(11KB)
----.gitignore(533B)
----environment_pinned.yml(2KB)
----.coveragerc(610B)