GeoTrace SDK 0.5.0
·
395 commits
to trunk
since this release
Added
- An optional
travel_modemetadata field declaring the recording platform:car,motorcycle,bicycle,pedestrian,boat,rail, oraircraft. Unknown values are preserved on read, never dropped. - Typed channel units across all four SDKs, including native sensor scales such as milli-g, with a display-only custom-unit escape hatch.
Changed
- Channel builders take typed units now: Rust
Unit/ChannelUnit, C++RecognizedUnit/ChannelUnit, and PythonUnitconstants (recognized strings stay accepted). C keeps the frozen 0.4 struct layouts:gtd_builder_add_channeldefaults to recognized units,gtd_builder_add_channel_with_unit_modecovers custom labels. - Updated
hdf5-pureto 0.21.2.