Gps Anomaly Detector of Mapilio
Project description
GPS anomaly detection
pip install gps-anomaly
Usage
from gps_anomaly.detector import Anomaly
anomaly = Anomaly()
points = [{
"latitude": 22.32689719997222,
"longitude": 11.49237269997222,
"laptureTime": "2021_11_18_15_22_52_000",
"altitude": 7.386,
"sequenceUuid": "1490d87b-d5ba-4df3-b354-c01e7acaae29",
"heading": 195.9560290711052,
"orientation": 3,
"deviceMake": "GoPro Max",
"deviceModel": "GOPRO",
"imageSize": "2704x2028",
"fov": 100.4,
"photoUuid": "21887915-e624-4246-b7e9-695b44fb6442",
"filename": "GPAG8025.JPG",
"path": ""
},
{
"latitude": 22.32654149997222,
"longitude": 11.4922393,
"captureTime": "2021_11_18_15_22_53_000",
"altitude": 6.029,
"sequenceUuid": "1490d87b-d5ba-4df3-b354-c01e7acaae29",
"orientation": 3,
"deviceMake": "GoPro Max",
"deviceModel": "GOPRO",
"imageSize": "2704x2028",
"fov": 100.4,
"photoUuid": "ff612ec5-9479-473a-925b-8336af0b1e1f",
"filename": "GPAG8026.JPG",
"path": ""
},
{
"Information": {
"total_images": 2,
"processed_images": 2,
"failed_images": 0,
"duplicated_images": 0,
"id": "8323ff0a01fe49d1b55e610279f62828"
}
}
]
print(anomaly.anomaly_detector(frames=points))
Output
[
{
"Information": {
"total_images": 2,
"processed_images": 2,
"failed_images": 0,
"duplicated_images": 0,
"id": "8323ff0a01fe49d1b55e610279f62828"
}
}
]
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 gps-anomaly-detector-0.2.2.tar.gz.
File metadata
- Download URL: gps-anomaly-detector-0.2.2.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3731a573d705abc8ea6adcf6c8404a3b6b513497220af39b23bd73b8669f98d2
|
|
| MD5 |
ec51cd3086557bb23c31f5675fdd2665
|
|
| BLAKE2b-256 |
8e5add2780c558c8038e1470b2538c1ed1d5281fb9b8f8701b5a2882c1866a08
|
File details
Details for the file gps_anomaly_detector-0.2.2-py3-none-any.whl.
File metadata
- Download URL: gps_anomaly_detector-0.2.2-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee3a0278938002c6faa5c4700351b9ef82a7cf0a8d1d125eaf46c1af7957aa0c
|
|
| MD5 |
0278c2a5ff649b5972d4bf7c939b7d43
|
|
| BLAKE2b-256 |
78c2d42263006eda526131cdf38588c7f601e87447a81b69d493a36f196787ac
|