beta/scene/internal/scene.py.
SceneEvent Objects
timestamp
Timestamp of the event.url
Raw unsigned URI as stored in the scene definition.signed_url
Time-limited signed URL for downloading the file.PointCloudStream Objects
find_event
None if not present.
get_event
KeyError- If no event with that timestamp exists.
ImageStream Objects
find_event
None if not present.
get_event
KeyError- If no event with that timestamp exists.
CompositeScene Objects
find_stream
None if not present.
get_stream
KeyError- If no stream with that ID and kind exists.

