.. _invest_api:

********************
InVEST脚本指南和API
********************

介绍
====

虽然所有InVEST模型都有用户界面，为了模型的更进一步使用，我们依然提供了python应用程序编程接口（API）。``natcap.invest`` 的完整python文件包获取链接如下：
https://invest.readthedocs.io/en/latest/

此外，我们的核心地理处理路径已经是一个开源的单独python包，``pygeoprocessing``,获取链接如下：https://github.com/natcap/pygeoprocessing。PyGeoprocessing的API文件获取链接为：https://pygeoprocessing.readthedocs.io/en/latest/.

在未来，这些文件将更新更多的细节。编程支持也可以在我们的用户论坛上找到：
https://community.naturalcapitalalliance.org/.

