Metadata-Version: 2.1
Name: wis-processor
Version: 0.0.2
Summary: gistools for WIS
Home-page: https://github.com/zjf014/wis-processor
Author: Jeff Zhu
Author-email: zjf014@gmail.com
License: MIT license
Keywords: wis_processor
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 欢迎使用wis-processor


[![image](https://img.shields.io/pypi/v/wis-processor.svg)](https://pypi.python.org/pypi/wis-processor)
[![image](https://img.shields.io/conda/vn/conda-forge/wis-processor.svg)](https://anaconda.org/conda-forge/wis-processor)
[![image](https://readthedocs.org/projects/wis-processor/badge/?version=latest)](https://wis-processor.readthedocs.io/en/latest/?version=latest)

**WIS数据处理工具**


-   Free software: MIT license
-   Documentation: https://wis-processor.readthedocs.io/en/latest/
    

## 简介

wis-processor是一组空间数据处理工具。


## 功能

-   克里金插值
-   泰森多边形
-   子流域自动划分
-   计算流域平均


## 安装

1. 切换到目标env:

```
conda activate XXX
```

2. 在命令行运行如下代码:

```
pip install wis-processor
```

3. 等待安装结束即可。


## 示例

-   克里金插值: [https://wis-processor.readthedocs.io/en/latest/examples/kriging/ok/](https://wis-processor.readthedocs.io/en/latest/examples/kriging/ok/)
-   泰森多边形: [https://wis-processor.readthedocs.io/en/latest/examples/voronoi/voronoi/](https://wis-processor.readthedocs.io/en/latest/examples/voronoi/voronoi/)
-   子流域自动划分: [https://wis-processor.readthedocs.io/en/latest/examples/watershed/watershed/](https://wis-processor.readthedocs.io/en/latest/examples/watershed/watershed/)
-   计算流域平均: [https://wis-processor.readthedocs.io/en/latest/examples/mean/mean/](https://wis-processor.readthedocs.io/en/latest/examples/mean/mean/)
