Stem counts
Get stem count
Retrieve a single stem count using its sc_code.
get/stem-counts/{sc_code}
Path parameters
sc_codestring required
Query parameters
create_parquetboolean
If true, return data payload in binary Parquet format
Response
Matching stem count(s)
Example response
{
"ob_code": "ob.1",
"to_code": "to.1",
"tm_code": "tm.1",
"sr_code": "sr.1",
"stratum_name": "Canopy",
"sc_code": "sc.1",
"diameter": 3.75,
"diameter_accuracy": 1.25,
"height": 1.185,
"height_accuracy": 0.185,
"count": 1,
"taxon_area": 600
}