Releases: umrlastig/tracklib
v0.7.1
v0.7.0
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
package archived
v0.6.8
- licence header
- qgis plot
- first archive in a repository
v0.6.7
doc + unit tests
v0.6.4
- add qgis modules to tracklib
v0.6.1
- 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
- import manager with init files
- fix bugs
v0.5.1
Fixed the logging bug
v0.3
First release