habitat_domain_patch๏
It includes information about versioning, patch priority, affected animal species, and the geometric shape of the patch.
Main Properties๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Patch version. |
|
|
Object defining the content and parameters of the domain patch. |
Object patch๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Patch priority. Minimum value: |
|
|
Defines the animal species affected by the patch. |
|
|
Defines the geometric shape of the patch. |
Object source๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
List of animal species affected by the patch. |
Each element of this array is an object with:
Name |
Type |
Description |
|---|---|---|
|
|
Name of the affected species. |
|
|
List of affected instars (developmental stages). Each integer must be โฅ 1. |
Object shape๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Geometric shape type. Possible values:
- |
|
|
Parameters specific to cubic-shaped patches. |
|
|
Parameters specific to spherical patches. |
|
|
Parameters specific to homogeneous patches. |
|
|
Parameters specific to Gaussian-shaped patches. |
|
|
Parameters specific to random Gaussian patches. |
Object cubicParams๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Coordinates of the bottom-left corner. |
|
|
Coordinates of the top-right corner. |
Object sphericalParams๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Center coordinates of the sphere. |
|
|
Radius of the sphere. Minimum value: |
Object homogeneousParams๏
Currently does not contain any specific properties.
Object gaussianParams๏
Currently does not contain any specific properties.
Object randomGaussianParams๏
Currently does not contain any specific properties.
Hierarchical Summary๏
habitat_domain_patch
โโโ version: string
โโโ patch: object
โโโ priority: integer โฅ 1
โโโ source:
โ โโโ affectedAnimalSpecies[]:
โ โโโ name: string
โ โโโ affectedInstars[]: integer โฅ 1
โโโ shape:
โโโ type: enum [Homogeneous, Gaussian, Spherical, Cubic, RandomGaussian]
โโโ cubicParams:
โ โโโ bottomLeftCorner: array[number]
โ โโโ topRightCorner: array[number]
โโโ sphericalParams:
โ โโโ center: array[number]
โ โโโ radius: number โฅ 0.0
โโโ homogeneousParams: {}
โโโ gaussianParams: {}
โโโ randomGaussianParams: {}