pyautark (soon)
@urban-toolkit/autk-compute / RenderViewpoints
Interface: RenderViewpoints
Defined in: api.ts:60
Configures the collection and strategy used to derive render viewpoints.
Properties
collection
collection:
FeatureCollection
Defined in: api.ts:62
GeoJSON collection used to derive camera origins and receive results.
sampling?
optionalsampling?:RenderViewSampling
Defined in: api.ts:68
Camera sampling controls applied to each derived origin.
strategy?
optionalstrategy?:RenderViewpointStrategy
Defined in: api.ts:65
Strategy used to derive origins.
Default
ts
{ type: 'centroid' }