Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gps-anomaly-detector-0.2.1.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

gps_anomaly_detector-0.2.1-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file gps-anomaly-detector-0.2.1.tar.gz.

File metadata

  • Download URL: gps-anomaly-detector-0.2.1.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

Hashes for gps-anomaly-detector-0.2.1.tar.gz
Algorithm Hash digest
SHA256 e72c8b73225cc8b0e06e93ff323e39d229e1a0131d7aff6862ed70f6f28a0d00
MD5 012912c6a0ce55d0a2786cbb0a6cb735
BLAKE2b-256 68388465c1478aae6f80f31e74e8a7324973d5231227a8e3bd94a08df7d19b55

See more details on using hashes here.

File details

Details for the file gps_anomaly_detector-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for gps_anomaly_detector-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 65b88a2d1cf3ae0bf70cc843add3c63dcd1bfc6b9ba9b980c35528e28369d340
MD5 98a7b9ea56a33c36a82a389cb2a23cb8
BLAKE2b-256 c363b2e0d5044414085eeb89dc43ddff26d6475d81b3013d401a8c3444656ac5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page