lonboard.experimental.traits¶
lonboard.experimental.traits.PointAccessor ¶
Bases: FixedErrorTraitType
A representation of a deck.gl point accessor.
Various input is allowed:
- A numpy
ndarray
with two dimensions and data typenp.uint8
. The size of the second dimension must be2
or3
, and will correspond to either XY or XYZ positions. - A pyarrow
FixedSizeListArray
orChunkedArray
containingFixedSizeListArray
s. The inner size of the fixed size list must be2
or3
and its child must be of floating point type.