> For the complete documentation index, see [llms.txt](https://isbm.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isbm.savimbo.com/methodology/ja/suan-ding.md).

# 算定

方法論の核心は次のとおりです。保全された生物多様性に関する、流通可能で、追跡可能で、文化的に翻訳可能な指標を有しており、他の生物多様性指標および方法論と相互運用可能です。

ISBMにおけるVBCは、30日間にわたる1ヘクタールの保護生態系を表し、その価値はベースライン [生態系価値](/methodology/ja/bsurain/bsurain.md) （ [4段階に正規化された](/methodology/ja/suan-ding/si-zhi-ji-suan.md)）によって決定されます。生態系の保護は、適格な [指標種](/methodology/ja/bsurain/no.md) およびその [インテグリティスコア](/methodology/ja/suan-ding/wan-quan-xing-ji-suan.md)の存在によって決定されます。これは、1.0未満である場合、部分的なクレジット付与につながる可能性があります。&#x20;

以下に、1年分のデータを用いてこの方法論のインタラクティブ表示を示すサンプルサイトを示します。続いて、この表示に到達するために必要な一連の手順を説明します。&#x20;

#### 図7。異なる種の観察に伴い、時間の経過とともに出現・消失する生物多様性クレジット。

<figure><img src="/files/6892e30eb023b3b96f4e6d3199113884cdd867cc" alt=""><figcaption></figcaption></figure>

なお、計算は理論上は単純ですが、実行上は比較的複雑です。この複雑さは [オープンソースのコンピュータコード](/methodology/ja/fu-lu/gpunssukdotonosanpuru.md) に委ねられており、プロジェクトレベルで必要となる観測地点をより簡素にしています。&#x20;

ここでは、コンピュータコードの理論と論理を説明しますが、BCPには、精査済みのソースからの自動計算の使用を推奨します。&#x20;

ただし、すべての計算は容易に自動化可能であり、そのためのオープンソースコードは [付録G](/methodology/ja/fu-lu/gpunssukdotonosanpuru.md) に掲載されています。一方、手動計算は [付録M](/methodology/ja/fu-lu/mkurejittowosuru.md). &#x20;

で示されています。これらの計算は、個別の種を特定しない簡略化された方法論の下で二重計上を回避するように設計されています。特定の1ヘクタールの土地は、いずれの時点においても1回しか計上できず、1.0を超える価値を達成することはできません。また、そこに見出された指標種がそれに値しない場合には、完全なクレジット付与も行われません。&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://isbm.savimbo.com/methodology/ja/suan-ding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
