Movingpandas

Latest version: v0.20.0

Safety actively analyzes 681881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.17

New Features

* Improved MF-JSON support
* Ability to parse a MovingFeatureCollection from a json file by GaspardMerten in https://github.com/movingpandas/movingpandas/pull/330
* GeoDataFrame to MF-JSON by GaspardMerten in https://github.com/movingpandas/movingpandas/pull/325
* New OutlierCleaner by anitagraser in https://github.com/movingpandas/movingpandas/pull/334

What's Changed

* Improved hvplot interactive plots by anitagraser in https://github.com/movingpandas/movingpandas/pull/340 (fixes https://github.com/movingpandas/movingpandas/issues/339 and https://github.com/movingpandas/movingpandas/issues/302)
* Modernize code by eumiro in https://github.com/movingpandas/movingpandas/pull/328
* Adding the timestamp column to the df returned by get_locations_at for a TrajectoryCollection by GaspardMerten in https://github.com/movingpandas/movingpandas/pull/331
* Shortened function names from `get_xyz_column_name()` to [`get_xyz_col()`](https://movingpandas.readthedocs.io/en/main/trajectory.html#movingpandas.Trajectory.get_speed_col)
* Moved list of supported units from docstrings to https://movingpandas.org/units

New Contributors

* GaspardMerten made their first contribution in https://github.com/movingpandas/movingpandas/pull/325
* eumiro made their first contribution in https://github.com/movingpandas/movingpandas/pull/328

**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.16.1...v0.17

0.16.1

This minor release improves time zone handling and stop detection performance

What's Changed
* add return_orig_tz by raybellwaves in https://github.com/movingpandas/movingpandas/pull/315
* Faster stop detection by anitagraser in https://github.com/movingpandas/movingpandas/pull/316
* Update environment-minimum.yml by anitagraser in https://github.com/movingpandas/movingpandas/pull/317
* Create trajectorycleaner.rst by anitagraser in https://github.com/movingpandas/movingpandas/pull/319

**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.16...v0.16.1

0.16

New Features
* https://github.com/movingpandas/movingpandas/commit/fb1174b51f0ef31ce95ffc1403b78c7eff3642b7 New arrow markers to indicate trajectory direction in plots
* 234 New custom distance, speed, and acceleration unit support

![image](https://user-images.githubusercontent.com/590385/236670115-9eaea097-915b-42a1-913b-3a8bf7209540.png)
![image](https://user-images.githubusercontent.com/590385/236670127-020aab29-4e1e-4b6b-a8cc-c1e09e578543.png)

What's Changed
* Fix test failures after Pandas 2.0 release by anitagraser in https://github.com/movingpandas/movingpandas/pull/298
* Fix docstring typo in add_traj_id by rahfar in https://github.com/movingpandas/movingpandas/pull/301
* Move import to avoid errors in minimal test env by anitagraser in https://github.com/movingpandas/movingpandas/pull/305
* Drop any timezone info if df already has a DatetimeIndex by bamacgabhann in https://github.com/movingpandas/movingpandas/pull/306
* Added distance, speed, and acceleration unit handling (234) by bamacgabhann in https://github.com/movingpandas/movingpandas/pull/295
* Refactored unit handling by anitagraser in https://github.com/movingpandas/movingpandas/pull/312

New Contributors
* rahfar made their first contribution in https://github.com/movingpandas/movingpandas/pull/301
* bamacgabhann made their first contribution in https://github.com/movingpandas/movingpandas/pull/306

**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v.0.15...v0.16

Behind the scenes
* Finally enabled https for https://movingpandas.org

v.0.15
New features:

- https://github.com/anitagraser/movingpandas/commit/574506837f5e04f6e49ff1cd99da28bc54fc30ba New aggregation parameter (agg) for to_traj_gdf()
- https://github.com/anitagraser/movingpandas/issues/287 New get_segments_between function for TrajectoryCollection

Includes fixes and enhancements for:

- https://github.com/anitagraser/movingpandas/pull/280 Fixed error in docstring of TrajectoryCollectionAggregator
- https://github.com/anitagraser/movingpandas/issues/286 get_position_at now raises an error when the timestamp is outside the time range between the trajectory's start and end time
- https://github.com/anitagraser/movingpandas/issues/289 Addressed GeoPandas UserWarnings
- https://github.com/anitagraser/movingpandas/issues/290 Addressed FutureWarning in TrajectoryCollection and TrajectoryStopDetector
- https://github.com/anitagraser/movingpandas/issues/291 Addressed misleading MissingCRSWarnings

Behind the scenes:

- https://github.com/anitagraser/movingpandas/issues/282 More fixes for read the docs

0.14.rc1

New features:

- https://github.com/anitagraser/movingpandas/pull/268 New add_angular_difference method

Includes fixes and enhancements for:

- https://github.com/anitagraser/movingpandas/pull/267 Note that direction values are [0, 360) in documentation

Behind the scenes:

- https://github.com/anitagraser/movingpandas/pull/269 Fixed python dependencies
- https://github.com/anitagraser/movingpandas/pull/269 Fixed read the docs build

0.13

Behind the scenes:

- https://github.com/anitagraser/movingpandas/pull/261 Made interactive plotting libraries optional
- https://github.com/anitagraser/movingpandas/pull/257 Fixed broken pre-commit
- [Created a Mastodon account](https://fosstodon.org/movingpandas)

0.12

New features:

- https://github.com/anitagraser/movingpandas/issues/253 New add_acceleration method

Includes fixes and enhancements for:

- https://github.com/anitagraser/movingpandas/issues/249 Fix typo in mrr_diagonal
- [Added trajectory cleaning & smoothing example to Readme](https://github.com/anitagraser/movingpandas/commit/cb159bfd89895006d5212c73ab6e2439fdc92796)

Behind the scenes:

- https://github.com/anitagraser/movingpandas/issues/240 Use a GitHub action to release new versions
- [Created a twitter account](https://twitter.com/MovingPandasOrg)

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.