Movingpandas

Latest version: v0.18.0

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

Scan your dependencies

Page 1 of 3

0.18

What's Changed

New functionality

* Add TrajectoryCollection.get_trajectories(obj_id) in https://github.com/movingpandas/movingpandas/commit/a7ef98e1dff5136afc5bc307e8b9f183a06e2971 by anitagraser
* Add obj weights to Aggregator by Naarlack in https://github.com/movingpandas/movingpandas/pull/369
* Additional trajectory splitter based on heading angle by Naarlack in https://github.com/movingpandas/movingpandas/pull/371
* Add intersection() in https://github.com/movingpandas/movingpandas/commit/15ed5d3735110e59345b503dc87e75adbd1667d2 by anitagraser
* Add hvplot_pts() in https://github.com/movingpandas/movingpandas/commit/fbab0e01a1bb5f110683b54486e52de42036a38e by anitagraser

![image](https://github.com/movingpandas/movingpandas/assets/590385/5c422073-4d0b-45c3-bc6b-185a46d13b61)


Convenience

* Add method chaining support by anitagraser in https://github.com/movingpandas/movingpandas/commit/e157868761d891abce3f5590b59f03a0ededf699

Performance

* Make TrajectoryCollection operations multi-threaded by anitagraser in https://github.com/movingpandas/movingpandas/pull/381

![image](https://github.com/movingpandas/movingpandas/assets/590385/ad1a0822-e95b-43ee-96ed-4bd029bf26ce)


Other

* Deprecated measure_distance_sperical() in https://github.com/movingpandas/movingpandas/commit/81e312c475dec9bd99a2c5b9085324d5baa97736 by anitagraser
* Make clip check min_length in https://github.com/movingpandas/movingpandas/commit/87b4a808f0f392bf737ecad7d19844204a36e2ee by anitagraser


New Contributors
* Naarlack made their first contribution in https://github.com/movingpandas/movingpandas/pull/369

**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.17.2...v0.18

0.17.2

This minor release adds further improvements for MovingFeatures support by adding a function allowing one to parse the data from a dictionary directly (instead of having to read from a file):
* Adding read_mf_dict function by GaspardMerten in https://github.com/movingpandas/movingpandas/pull/357

What's Changed
* Add testing on py 3.9 by anitagraser in https://github.com/movingpandas/movingpandas/pull/347
* Improved docstrings, fixes 355 by anitagraser in https://github.com/movingpandas/movingpandas/pull/356
* Simplify code by eumiro in https://github.com/movingpandas/movingpandas/pull/343


**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.17.1...v0.17.2

0.17.1

This minor release returns support for Python 3.9,

What's Changed
* Simplify typing hint, fixes 345 by anitagraser in https://github.com/movingpandas/movingpandas/pull/346


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

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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.