Skip to content

Releases: umrlastig/tracklib

v0.7.1

22 Oct 16:44
Compare
Choose a tag to compare

What's Changed:

  • Change the numpy version in the requirements to use Tracklib with Python 3.12.

v0.7.0

07 Oct 16:20
Compare
Choose a tag to compare

New features:
• Added compare method to compare two tracks to measure a distance (or pseudo-distance) between them.
• Added match method to match two tracks and get an n:m coupling between track points
• Added fusion method , MIAA algorithm, a modular algorithm based on L. Etienne algorithm (median trajectory)
• Added resample time method to estimate trajectory at a particular point with an interpolation interval
• Added mapOnTrack method to map observation coordinates on track
• Added splitReturnTrip method to split track when there is a return trip
• Added generateReturnTrip and Updated generate methods to create specific synthetic tracks

Improvements :
• read Track and Newtork with TrackFormat and NetworkFormat

New deprecations:
• readFromGpx, readFromCsv and readFromWkt

v0.6.9

02 Nov 09:50
Compare
Choose a tag to compare

package archived

v0.6.8

02 Nov 09:19
Compare
Choose a tag to compare
  • licence header
  • qgis plot
  • first archive in a repository

v0.6.7

24 Oct 03:00
Compare
Choose a tag to compare

doc + unit tests

v0.6.4

04 Aug 21:09
Compare
Choose a tag to compare
  • add qgis modules to tracklib

v0.6.1

04 Aug 13:33
Compare
Choose a tag to compare
  • change function names that compute AF
  • fix bug in raster
  • add last point in spatial linear interpolation
  • fix and test operator
  • fix CENTERED_FINITE_DIFF, FORWARD_FINITE_DIFF, BACKWARD_FINITE_DIFF operators + unit tests
  • fix segmentation+split in TrackCollection
  • fix bug read GPX files directory
  • rename module with all characters in lowercase

v0.6.0

31 Jul 07:19
Compare
Choose a tag to compare
  • import manager with init files
  • fix bugs

v0.5.1

21 Dec 12:07
Compare
Choose a tag to compare

Fixed the logging bug

v0.3

20 Dec 22:22
Compare
Choose a tag to compare

First release