A package for processing trajectory data
Project description
Trajectory Processing Package
安装
使用 pip 安装:
pip install trajectory_processing
必要属性名
["user","经度","纬度","gps时间戳"] user为车牌
测试代码
import os
from trajectory_processing import to_all
if __name__ == '__main__':
import multiprocessing
multiprocessing.freeze_support() # 如果你打算冻结程序生成可执行文件,需要这一行
input_filepath = r"C:\Users\zhang\Desktop\8个车辆的8~11月数据\待处理的轨迹数据.xlsx" # 替换为实际文件路径
output_filepath = r"C:\Users\zhang\Desktop\8个车辆的8~11月数据\处理完的轨迹数据.csv"
to_all(input_filepath, output_filepath)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trajectory_processing-0.4.6.tar.gz.
File metadata
- Download URL: trajectory_processing-0.4.6.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20fa118856f5d3ce96984794e42c175e23a2fb641fc433fcfcfc7b5a0515308a
|
|
| MD5 |
00e6554949606b8f1cc87c34fcd580cf
|
|
| BLAKE2b-256 |
9f5748f6fc51ac8c5ad78cdfa11c5c3c2ffbd2c9008909cfefa35664b772792d
|
File details
Details for the file trajectory_processing-0.4.6-py3-none-any.whl.
File metadata
- Download URL: trajectory_processing-0.4.6-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9f193bd0b920221cf4de8dac76cb91656fcd61eb64b2f076c97fbe466b5270b
|
|
| MD5 |
4ca4ab207650c3854ecd67e89db2a942
|
|
| BLAKE2b-256 |
80c8b753e507383612578911c3ce1265383c18d590fdf9755d489ecc45a4e917
|