This library used for populating data for traccar server in order to speedup development process or troubleshooting a traccar server
Project description
Generating real data for development is troublesome, thats why better to create data populator for that purpose, this library. This library help us to populate data for device trip.
How to Use
Installation
Installation
pip install TraccarDataPopulator
Usage
To use this library you just need to provide traccar url for osmand and device_id
from TraccarDataPopulator.Populator import Populator
populator = Populator('http://demo.traccar.org:5055','testid2',5)
populator.populateData([[-8.2257,113.2190],[-8.2258,113.2190],[-8.1260,113.2190,10]])
populator.populateDataBetweenTwoLocationFollowingRoad(112.78532737805308,-7.38007105,105.4596077,-7.0249592)
Available Function
Populator(traccar_url,device_id,speed)
This function instantiate populator for specific traccar url, device
id, and speed
#### setSpeed(speed)
This function set speed that sent to traccar server
#### setDeviceId(device_id)
This function set device_id that sent to traccar server
#### populateData([[lat,lon],[lat,lon,speed]])
This function send data to traccar by given input format lat,lon with
speed as mentioned in setSpeed. Other format is lat,lon,speed which
send data with custom speed
####
populateDataBetweenTwoLocationFollowingRoad(origin_lon,origin_lat,destination_lon,destination_lat)
This function send data to traccar by following routes
#### populateDataFromFile(filepath)
This function send data to traccar by given flat file with each input
perline.
-8.1257,113.2190
-8.1260,113.2190,10
Contact:
mail: aryya.widigdha@yahoo.com
YT Traccar Tutorial:
https://www.youtube.com/playlist?list=PLAog7t_ArobujtC6UMWjUiOWwsSrUKpi-
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file TraccarDataPopulator-0.2.tar.gz
.
File metadata
- Download URL: TraccarDataPopulator-0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.2.1 requests/2.26.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dd60e7a794b8abc155d24264488fc7688d0fef88b6ec16f76b41b39a7e21d7f |
|
MD5 | 9a5f46214c7b02794e0440945e7f2662 |
|
BLAKE2b-256 | 2ca9d61d0159a50b4452f8c203d6fbfb9371baa08df73f2dc1d42af9ed298178 |