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
File details
Details for the file gps-anomaly-detector-0.2.0.tar.gz
.
File metadata
- Download URL: gps-anomaly-detector-0.2.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be3f32df5ca36c335f8b5d854ca658d7a6200993af2a836792e12316624ff67e |
|
MD5 | d6c7784bb0fff6344075f15c432b74d7 |
|
BLAKE2b-256 | 995fa2d70f61fedfc5dc4e41c6c9a63208e8a553d106fee9b88250b7c3f01864 |
File details
Details for the file gps_anomaly_detector-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: gps_anomaly_detector-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49d7245df230db66985cb437f7629a739f6408bc734210d7b4675df84863a658 |
|
MD5 | 5a420acccb45d4f83b65434c64d98be4 |
|
BLAKE2b-256 | d3d36d9814f339d0de7c70acd8a7b24a1c9ca5477e23745e2bf8b7616ee50a81 |