Cover methods
Get cover method
Retrieve a single cover method using its cm_code.
get/cover-methods/{cm_code}
Path parameters
cm_codestring required
Query parameters
with_nestedboolean
Whether to include nested fields in the response
create_parquetboolean
If true, return data payload in binary Parquet format
Response
Matching cover method(s), with fields based on parameters:
- detail=full&with_nested=false: Extended fields, no nested array fields
- detail=full&with_nested=true: Extended fields + nested array fields
Example response
{
"count": 115000,
"data": [
{
"cm_code": "cm.1",
"cover_type": "Braun-Blanquet",
"cover_estimation_method": "Canopy cover",
"rf_code": "rf.1",
"rf_label": "TurboVeg1.98a"
}
]
}