geometry
geometry(
self ,
feature_id: str ,
count: int = 64,
)-> ‘Group | Path | Polygon’
Build the geometry of one feature.
Parameters
| Parameter | Description |
|---|---|
| feature_id | The id of a feature in the features table. |
| count | How many points to sample a path stated only by its basis at. |