Movingpandas

Latest version: v0.20.0

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

Scan your dependencies

Page 1 of 4

0.20

What's Changed

New & Improved Features

* Include CRS in start and end points by anitagraser in https://github.com/movingpandas/movingpandas/commit/826177b9456eaba52e049e9ba92ce09ec3bdb100

Documentation

* Continue to enhance doc structure by anitagraser in https://github.com/movingpandas/movingpandas/commit/38c6f662192a2d65dba2ea3ee9aa846fcf15fa2e

Other Improvements

* Update failing linting stage by anitagraser in https://github.com/movingpandas/movingpandas/pull/422
* Remove fiona dependency by anitagraser in https://github.com/movingpandas/movingpandas/pull/423


**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.19...v0.20

0.19

What's Changed
This is the first release that has been tested with GeoPandas 1.0.

New Functionality
* Support for GeoPandas 1.0 by mar3021 https://github.com/movingpandas/movingpandas/commit/12c72dce99cb0bba362673174512d0da854c6833
* Add explore function, fixes 360 by anitagraser in https://github.com/movingpandas/movingpandas/pull/401
* Add support for mfjson trajectory by anitagraser in https://github.com/movingpandas/movingpandas/pull/405

![image](https://github.com/movingpandas/movingpandas/assets/590385/c6594c7d-819f-4038-8fa9-f865abf2a8ab)

Documentation
* Change docs theme to pydata_sphinx_theme https://github.com/movingpandas/movingpandas/commit/c94ba06bcfb6d05c6b74983d67c8bfc98ddf124b
* Update notebooks and fix FutureWarnings by mar3021 in https://github.com/movingpandas/movingpandas/pull/397

Other Improvements
* Improve MF-JSON integration by anitagraser in https://github.com/movingpandas/movingpandas/pull/403
* Support temporal properties, fixes 408 by anitagraser in https://github.com/movingpandas/movingpandas/pull/409
* Add readmes for demo datasets https://github.com/movingpandas/movingpandas/commit/97bb0dded4d4bd4c795826ccf487781ddb8d3b91 and https://github.com/movingpandas/movingpandas/commit/ab6bab47f6de0a40dd6ce3508be860de0a4b54aa
* Raise warning if stonesoup is missing https://github.com/movingpandas/movingpandas/commit/061026e04da5bd38bf10f18ef3a3a26a4ef93289

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

**Full Changelog**: https://github.com/movingpandas/movingpandas/compare/v0.18.1...v0.19

0.18.1

This is a minor release that fixes a bug in TrajectorCollection.add_timedelta()

What's Changed
* Fix typo in TrajectoryCollection.add_timedelta() adding distance instead by IFcoltransG in https://github.com/movingpandas/movingpandas/pull/384

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

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

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

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.