← 返回
数据分析 中文

biodiversity corridor calculator

Calculates biodiversity corridor connectivity and ecological value for clusters of H3 hexagonal land parcels using landscape ecology models.
利用景观生态学模型,计算H3六边形地块簇的生物多样性廊道连通性与生态价值。
nikhilp1234567
数据分析 clawhub v1.0.0 1 版本 99888.9 Key: 无需
★ 0
Stars
📥 899
下载
💾 23
安装
1
版本
#latest

概述

Open Claw Agent Skill: Biodiversity Corridor Analyst

Description

This skill allows an autonomous agent to analyze and value biodiversity corridors using advanced landscape ecology models. It processes H3 geospatial indices to calculate connectivity scores, visualize landscape resistance, and assess ecological premium values for conservation projects.

The agent can use this skill to:

  1. Analyze Connectivity: Evaluate a set of hexagonal land parcels (H3 indices) to determine their potential as biodiversity corridors, stepping stones, or regeneration zones.
  2. Assess Landscape Context: Retrieve data on surrounding land cover and ecological resistance to understand the broader environmental context of a project site.

Server Configuration

Base URL: https://www.nikhilp.online/biodiversity-corridor-calculator

API Base Path: /api


  1. Analyze Connectivity

Endpoint: POST https://www.nikhilp.online/biodiversity-corridor-calculator/api/analyze

Description

Analyzes the connectivity and ecological potential of a specified cluster of H3 hexagons. The analysis considers local habitat quality and regional landscape structure to classify the area into scenarios like "Vital Corridor," "Habitat Expansion," or "Stepping Stone."

Input Schema (JSON)

centerLat (Number): The latitude of the center point for the analysis region (between -90 and 90).

centerLng (Number): The longitude of the center point for the analysis region (between -180 and 180).

projectHexes (Array of Strings): A list of H3 hexagonal indices (resolution 9 is standard) representing the land parcels to be analyzed. Maximum 50 hexes per request to ensure performance.

Usage Example

To analyze a small cluster of land parcels in a specific region:

JSON

{

"centerLat": 51.5074,

"centerLng": -0.1278,

"projectHexes": [

"892a100d2b3ffff",

"892a100d2b7ffff",

"892a100d2bbffff"

]

}

Response Format

JSON

{

"results": [

{

"h3Index": "892a100d2b3ffff",

"originalCode": 10,

"natureState": 1,

"scenario": {

"code": "CORRIDOR",

"label": "Vital Corridor",

"description": "This area acts as a bridge...",

"color": "#f59e0b",

"priority": 1.0

},

"resistance": 1,

"localNature": 0.45,

"landscapeNature": 0.30

}

],

"context": [

{

"h3Index": "892a100d28fffff",

"originalCode": 50

}

...

]

}

Notes

  • Rate Limiting: The API is strictly rate-limited (approx. 5 requests per minute). Ensure you can handle 429 Too Many Requests responses gracefully by waiting before retrying.
  • H3 Indices: The system relies on H3 geospatial indexing. Ensure you can generate or work with valid resolution 9 H3 strings.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 08:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

claw and order

nikhilp1234567
与 Claw & Order 去中心化法院交互,提交诉讼、查看活跃案件,并使用区块链质押验证提交加密防御。
★ 2 📥 1,670
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 59,995
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,437