MovingPandas 0.23 released!
The new MovingPandas release 0.23 has just landed in pypi and conda-forge and I want to share with you two highlights:
New HTML representations
The new HTML representations for Trajectory & TrajectoryCollection objects aim to make interactive data exploration in notebooks more convenient by providing commonly required descriptive data summaries and data previews in a structured way.
Before 0.23

New in 0.23

Trajectory distance measures
The second highlight of this release are three new trajectory distance measure functions, covering:
These are in addition to the already existing minimum distance and Hausdorff distance.
You can see them in action in the updated Measuring distances tutorial.